Feature/exaworks spack (#27216)

* add exaworks spack meta package

* add maintainer

* switch to `BundlePackage`

* flake8

* another flake8 fix

* remove incorrect dependency
This commit is contained in:
Andre Merzky
2021-11-04 13:07:45 +01:00
committed by GitHub
parent 1dcabdbc8d
commit f6ed8b6150

View File

@@ -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'))