summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAndre Merzky <andre@merzky.net>2021-11-01 22:15:41 +0100
committerGitHub <noreply@github.com>2021-11-01 14:15:41 -0700
commite0a929ba6069a9137b508b6915ee42b18de46acd (patch)
treedffaa32e87e6547e7deba3466134689f18538e91 /var
parentd4cecd9ab2bcf71572d6706ce00ec9d855e473ee (diff)
downloadspack-e0a929ba6069a9137b508b6915ee42b18de46acd.tar.gz
spack-e0a929ba6069a9137b508b6915ee42b18de46acd.tar.bz2
spack-e0a929ba6069a9137b508b6915ee42b18de46acd.tar.xz
spack-e0a929ba6069a9137b508b6915ee42b18de46acd.zip
New package: exaworks (#27054)
Diffstat (limited to 'var')
-rwxr-xr-xvar/spack/repos/builtin/packages/exaworks/package.py32
1 files changed, 32 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/exaworks/package.py b/var/spack/repos/builtin/packages/exaworks/package.py
new file mode 100755
index 0000000000..e11c441120
--- /dev/null
+++ b/var/spack/repos/builtin/packages/exaworks/package.py
@@ -0,0 +1,32 @@
+# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class Exaworks(BundlePackage):
+ '''
+ Virtual package for the Exaworks SDK packages.
+ '''
+
+ homepage = 'https://exaworks.org/'
+ maintainers = ['andre-merzky']
+
+ version('0.1.0')
+
+ 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'))
+
+ depends_on('py-parsl', type=('build', 'run'))
+
+ depends_on('py-radical-gtod', type=('build', 'run'))
+ depends_on('py-radical-utils', type=('build', 'run'))
+ depends_on('py-radical-saga', type=('build', 'run'))
+ depends_on('py-radical-pilot', type=('build', 'run'))
+ depends_on('py-radical-entk', type=('build', 'run'))