Add top-level attributes for git R-Z packages
This commit is contained in:

committed by
Todd Gamblin

parent
a1572bb999
commit
3f18c04865
@@ -34,15 +34,16 @@ class Scr(CMakePackage):
|
||||
capability for MPI codes"""
|
||||
|
||||
homepage = "http://computation.llnl.gov/projects/scalable-checkpoint-restart-for-mpi"
|
||||
url = "https://github.com/LLNL/scr/archive/v1.2.0.tar.gz"
|
||||
git = "https://github.com/llnl/scr.git"
|
||||
|
||||
# NOTE: scr-v1.1.8 is built with autotools and is not properly build here.
|
||||
# scr-v1.1.8 will be deprecated with the upcoming release of v1.2.0
|
||||
# url = "https://github.com/LLNL/scr/releases/download/v1.1.8/scr-1.1.8.tar.gz"
|
||||
# version('1.1.8', '6a0f11ad18e27fcfc00a271ff587b06e')
|
||||
|
||||
url = "https://github.com/LLNL/scr/archive/v1.2.0.tar.gz"
|
||||
version('master', branch='master')
|
||||
version('1.2.0', '060e9e9c7604c1765f3991f9cd6e9d2d')
|
||||
version('master', git='https://github.com/llnl/scr.git', branch='master')
|
||||
|
||||
depends_on('pdsh+static_modules', type=('build', 'run'))
|
||||
depends_on('zlib')
|
||||
|
Reference in New Issue
Block a user