diff options
author | Axel Huebl <axel.huebl@plasma.ninja> | 2017-08-03 23:35:28 +0200 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2017-08-03 16:35:28 -0500 |
commit | 8a7678cae07bd29180ac26aa4542c7d7fb8953f2 (patch) | |
tree | 9468724c10fa199095a9f66e3437954ec412a7a8 | |
parent | f24398cde6902ae7871d7bd1992a0e1a08c47ab0 (diff) | |
download | spack-8a7678cae07bd29180ac26aa4542c7d7fb8953f2.tar.gz spack-8a7678cae07bd29180ac26aa4542c7d7fb8953f2.tar.bz2 spack-8a7678cae07bd29180ac26aa4542c7d7fb8953f2.tar.xz spack-8a7678cae07bd29180ac26aa4542c7d7fb8953f2.zip |
Version: Dev -> Develop (#4947)
Adjust the CRP packages with the properly defined version
label "develop" which is now standardized in spack.
-rw-r--r-- | var/spack/repos/builtin/packages/libsplash/package.py | 2 | ||||
-rw-r--r-- | var/spack/repos/builtin/packages/mallocmc/package.py | 2 | ||||
-rw-r--r-- | var/spack/repos/builtin/packages/pngwriter/package.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/libsplash/package.py b/var/spack/repos/builtin/packages/libsplash/package.py index 2a0d2dfb09..c2d8bc1881 100644 --- a/var/spack/repos/builtin/packages/libsplash/package.py +++ b/var/spack/repos/builtin/packages/libsplash/package.py @@ -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') diff --git a/var/spack/repos/builtin/packages/mallocmc/package.py b/var/spack/repos/builtin/packages/mallocmc/package.py index 3134a3c1e6..333aea2034 100644 --- a/var/spack/repos/builtin/packages/mallocmc/package.py +++ b/var/spack/repos/builtin/packages/mallocmc/package.py @@ -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') diff --git a/var/spack/repos/builtin/packages/pngwriter/package.py b/var/spack/repos/builtin/packages/pngwriter/package.py index 664421ceab..1f7c20575f 100644 --- a/var/spack/repos/builtin/packages/pngwriter/package.py +++ b/var/spack/repos/builtin/packages/pngwriter/package.py @@ -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') |