Skip to content

Commit

Permalink
Update ewok, solo, r2d2 packages with new releases (spack#129)
Browse files Browse the repository at this point in the history
* Update JCSDA's ewok, r2d2, solo with new releases

Co-authored-by: Kyle Gerheiser <3209794+kgerheiser@users.noreply.github.com>
  • Loading branch information
climbfuji and kgerheiser authored Jul 15, 2022
1 parent a248105 commit ac48f4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions var/spack/repos/jcsda-emc/packages/ewok/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@


class Ewok(PythonPackage):
"""Experiments and Workflows Orchestration Kit (EWOK) - DH* NEED TO FILL IN THE DETAILS
"""
"""Experiments and Workflows Orchestration Kit (EWOK) for JEDI at JCSDA."""

homepage = "https://github.com/JCSDA/ewok"
git = "https://github.com/JCSDA/ewok.git"
Expand All @@ -17,7 +16,8 @@ class Ewok(PythonPackage):
maintainers = ['climbfuji', 'ericlingerfelt']

version('develop', branch='develop', no_cache=True)
version('0.0.1', commit='69fff0f460fdb639db4fd38574dee8262b8a1f84', preferred=True)
version('0.1.0', commit='2f88d2ea99bc88a16154520f69f8d70d4aedafae', preferred=True)
version('0.0.1', commit='69fff0f460fdb639db4fd38574dee8262b8a1f84')

depends_on('python@3.7:', type=('build', 'run'))
depends_on('py-pyyaml', type=('build', 'run'))
Expand Down
6 changes: 3 additions & 3 deletions var/spack/repos/jcsda-emc/packages/r2d2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@


class R2d2(PythonPackage):
"""Research Repository for Data and Diagnostics (R2D2) - DH* NEED TO FILL IN THE DETAILS
"""
"""Research Repository for Data and Diagnostics (R2D2) for JEDI at JCSDA."""

homepage = "https://github.com/JCSDA/r2d2"
git = "https://github.com/JCSDA/r2d2.git"
Expand All @@ -17,7 +16,8 @@ class R2d2(PythonPackage):
maintainers = ['climbfuji', 'ericlingerfelt']

version('develop', branch='develop', no_cache=True)
version('0.0.1', commit='011990d36c9c651593e5e158b5ad7ef07aee16dc', preferred=True)
version('1.0.0', commit='74236aba6817e8ca7880f8109268aae1048ccdbe', preferred=True)
version('0.0.1', commit='011990d36c9c651593e5e158b5ad7ef07aee16dc')

depends_on('python@3.7:', type=('build', 'run'))
depends_on('py-pyyaml@5.3.1:', type=('build', 'run'))
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/jcsda-emc/packages/solo/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Solo(PythonPackage):
maintainers = ['climbfuji', 'ericlingerfelt']

version('develop', branch='develop', no_cache=True)
version('1.0.0', commit='3ba965b531c6bcb135f0199669a788fad32a4c95', preferred=True)
version('1.0.0', commit='4231f2f917225704cc53b5238a51853a1beeb9b0', preferred=True)

depends_on('python@3.7:', type=('build', 'run'))
depends_on('py-pyyaml@5.3.1:', type=('build', 'run'))

0 comments on commit ac48f4e

Please sign in to comment.