From f6ed8b61503e92de1f05e3b4c29dd40d6cabc61a Mon Sep 17 00:00:00 2001 From: Andre Merzky Date: Thu, 4 Nov 2021 13:07:45 +0100 Subject: Feature/exaworks spack (#27216) * add exaworks spack meta package * add maintainer * switch to `BundlePackage` * flake8 * another flake8 fix * remove incorrect dependency --- var/spack/repos/builtin/packages/exaworks/package.py | 1 - 1 file changed, 1 deletion(-) (limited to 'var/spack') 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')) -- cgit v1.2.3-60-g2f50