Version: Dev -> Develop (#4947)
Adjust the CRP packages with the properly defined version label "develop" which is now standardized in spack.
This commit is contained in:
parent
f24398cde6
commit
8a7678cae0
@ -37,7 +37,7 @@ class Libsplash(CMakePackage):
|
||||
homepage = "https://github.com/ComputationalRadiationPhysics/libSplash"
|
||||
url = "https://github.com/ComputationalRadiationPhysics/libSplash/archive/v1.4.0.tar.gz"
|
||||
|
||||
version('dev', branch='dev',
|
||||
version('develop', branch='dev',
|
||||
git='https://github.com/ComputationalRadiationPhysics/libSplash.git')
|
||||
version('master', branch='master',
|
||||
git='https://github.com/ComputationalRadiationPhysics/libSplash.git')
|
||||
|
@ -40,7 +40,7 @@ class Mallocmc(CMakePackage):
|
||||
homepage = "https://github.com/ComputationalRadiationPhysics/mallocMC"
|
||||
url = "https://github.com/ComputationalRadiationPhysics/mallocMC/archive/2.2.0crp.tar.gz"
|
||||
|
||||
version('dev', branch='dev',
|
||||
version('develop', branch='dev',
|
||||
git='https://github.com/ComputationalRadiationPhysics/mallocMC.git')
|
||||
version('master', branch='master',
|
||||
git='https://github.com/ComputationalRadiationPhysics/mallocMC.git')
|
||||
|
@ -38,7 +38,7 @@ class Pngwriter(CMakePackage):
|
||||
homepage = "http://pngwriter.sourceforge.net/"
|
||||
url = "https://github.com/pngwriter/pngwriter/archive/0.5.6.tar.gz"
|
||||
|
||||
version('dev', branch='dev',
|
||||
version('develop', branch='dev',
|
||||
git='https://github.com/pngwriter/pngwriter.git')
|
||||
version('master', branch='master',
|
||||
git='https://github.com/pngwriter/pngwriter.git')
|
||||
|
Loading…
Reference in New Issue
Block a user