libSplash: Add 1.6.0 Release (#2244)

* libSplash: Add 1.6.0 Release

Add the latest release of libSplash, version 1.6.0.

* Fix flake8 checks (another loop inversion issue)
This commit is contained in:
Axel Huebl
2016-11-05 00:27:17 +01:00
committed by Todd Gamblin
parent 401b4cb137
commit c3d9dda0e5
2 changed files with 20 additions and 9 deletions

View File

@@ -41,6 +41,7 @@ class Libsplash(Package):
git='https://github.com/ComputationalRadiationPhysics/libSplash.git')
version('master', branch='master',
git='https://github.com/ComputationalRadiationPhysics/libSplash.git')
version('1.6.0', 'c05bce95abfe1ae4cd9d9817acf58d94')
version('1.5.0', 'c1efec4c20334242c8a3b6bfdc0207e3')
version('1.4.0', '2de37bcef6fafa1960391bf44b1b50e0')
version('1.3.1', '524580ba088d97253d03b4611772f37c')