summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Merzky <andre@merzky.net>2021-11-04 13:07:45 +0100
committerGitHub <noreply@github.com>2021-11-04 06:07:45 -0600
commitf6ed8b61503e92de1f05e3b4c29dd40d6cabc61a (patch)
tree923ef2fb9485bca0cb9fe80db94e9ab41883bb4e
parent1dcabdbc8d7aa71348a262e659a528242b1cd25e (diff)
downloadspack-f6ed8b61503e92de1f05e3b4c29dd40d6cabc61a.tar.gz
spack-f6ed8b61503e92de1f05e3b4c29dd40d6cabc61a.tar.bz2
spack-f6ed8b61503e92de1f05e3b4c29dd40d6cabc61a.tar.xz
spack-f6ed8b61503e92de1f05e3b4c29dd40d6cabc61a.zip
Feature/exaworks spack (#27216)
* add exaworks spack meta package * add maintainer * switch to `BundlePackage` * flake8 * another flake8 fix * remove incorrect dependency
-rwxr-xr-xvar/spack/repos/builtin/packages/exaworks/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/exaworks/package.py b/var/spack/repos/builtin/packages/exaworks/package.py
index e11c441120..a98403bf23 100755
--- a/var/spack/repos/builtin/packages/exaworks/package.py
+++ b/var/spack/repos/builtin/packages/exaworks/package.py
@@ -18,7 +18,6 @@ class Exaworks(BundlePackage):
depends_on('adlbx', type=('build', 'run'))
depends_on('turbine', type=('build', 'run'))
- depends_on('mpix-launch-swift', type=('build', 'run'))
depends_on('flux-core', type=('build', 'run'))
depends_on('flux-sched', type=('build', 'run'))