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:
Axel Huebl 2017-08-03 23:35:28 +02:00 committed by Adam J. Stewart
parent f24398cde6
commit 8a7678cae0
3 changed files with 3 additions and 3 deletions

View File

@ -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')

View File

@ -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')

View File

@ -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')