Skip to content

Commit ba8e33c

Browse files
committed
add python3 mummi, maestrowf
1 parent 07dc745 commit ba8e33c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

var/spack/repos/builtin/packages/mummi/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class Mummi(PythonPackage):
1616
version('0.3b.0', tag='v0.3b.0') #commit='527f44e4a543f0e44daeab5d1375ce8c610eb9a0')
1717
version('0.2.0', tag='v0.2.0') #commit='372e85318181530731f191b5a48b747f60bfadd2')
1818
version('develop', branch='develop')
19+
version('python3', branch='python3')
1920

2021
#version('1.0.1', tag='v1.0.1')
2122
#version('2014-10-08', commit='9d38cd4e2c94c3cea97d0e2924814acc')

var/spack/repos/builtin/packages/py-maestrowf/package.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@ class PyMaestrowf(PythonPackage):
1111
simulation studies."""
1212

1313
homepage = "https://github.com/LLNL/maestrowf/"
14-
url = "https://github.com/LLNL/maestrowf/archive/v1.1.2.tar.gz"
14+
git = "https://github.com/LLNL/maestrowf.git"
1515

16-
version('1.1.4dev1.1', git='https://github.com/LLNL/maestrowf.git', tag='1.1.4dev1.1')
16+
version('1.1.4dev1.1', tag='1.1.4dev1.1')
17+
version('flux-dev', branch='bugfix/flux_broker')
18+
version('develop', branch='develop')
19+
version('1.1.4', tag='v1.1.4')
20+
version('1.1.2', tag='v1.1.2')
21+
version('flux-sched', branch='bugfix/flux_broker')
1722

18-
version('flux-dev', git='https://github.com/LLNL/maestrowf.git', branch='bugfix/flux_broker')
19-
version('develop', git='https://github.com/LLNL/maestrowf.git', branch='develop')
20-
version('1.1.3', '0299e4ae3ec8b8c0296df0efaa8b517f')
21-
version('1.1.2', 'a9e05d82910cd2dd077321fb9b0c8dcd')
22-
version('1.1.1', 'd38bbf634de4f29fd01d1864ba2f70e0')
23-
version('1.1.0', '3c20bf36fbb85d14c3bfdb865944a409')
24-
version('1.0.1', '6838fc8bdc7ca0c1adbb6a0333f005b4')
23+
extends('[email protected]')
2524

2625
depends_on('py-setuptools', type='build')
2726
depends_on('py-pyyaml', type=('build', 'run'))

0 commit comments

Comments
 (0)