Skip to content

Commit

Permalink
PNGwriter, libSplash: Add master version (spack#1744)
Browse files Browse the repository at this point in the history
* PNGwriter, libSplash: Add `master` version

* PNGwriter, libSplash: Add `dev` versions

Can be used for now, `develop` is currently discouraged.
  • Loading branch information
ax3l authored and tgamblin committed Oct 5, 2016
1 parent 4e5d340 commit ac3e21f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions var/spack/repos/builtin/packages/libsplash/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ class Libsplash(Package):
homepage = "https://github.com/ComputationalRadiationPhysics/libSplash"
url = "https://github.com/ComputationalRadiationPhysics/libSplash/archive/v1.4.0.tar.gz"

version('dev', branch='dev',
git='https://github.com/ComputationalRadiationPhysics/libSplash.git')
version('master', branch='master',
git='https://github.com/ComputationalRadiationPhysics/libSplash.git')
version('1.4.0', '2de37bcef6fafa1960391bf44b1b50e0')
version('1.3.1', '524580ba088d97253d03b4611772f37c')
version('1.2.4', '3fccb314293d22966beb7afd83b746d0')
Expand Down
4 changes: 4 additions & 0 deletions var/spack/repos/builtin/packages/pngwriter/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ class Pngwriter(Package):
homepage = "http://pngwriter.sourceforge.net/"
url = "https://github.com/pngwriter/pngwriter/archive/0.5.6.tar.gz"

version('dev', branch='dev',
git='https://github.com/pngwriter/pngwriter.git')
version('master', branch='master',
git='https://github.com/pngwriter/pngwriter.git')
version('0.5.6', 'c13bd1fdc0e331a246e6127b5f262136')

depends_on('cmake', type='build')
Expand Down

0 comments on commit ac3e21f

Please sign in to comment.