summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/gslib/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/gslib/package.py')
-rw-r--r--var/spack/repos/builtin/packages/gslib/package.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/gslib/package.py b/var/spack/repos/builtin/packages/gslib/package.py
index 5af8408aae..055aa50120 100644
--- a/var/spack/repos/builtin/packages/gslib/package.py
+++ b/var/spack/repos/builtin/packages/gslib/package.py
@@ -31,10 +31,9 @@ class Gslib(Package):
homepage = "https://github.com/gslib/gslib"
url = "https://github.com/gslib/gslib"
- version('1.0.1', git='https://github.com/gslib/gslib.git',
- commit='d16685f24551b7efd69e58d96dc76aec75239ea3')
- version('1.0.0', git='https://github.com/gslib/gslib.git',
- commit='9533e652320a3b26a72c36487ae265b02072cd48')
+ version('1.0.2', git='https://github.com/gslib/gslib.git', tag='v1.0.2')
+ version('1.0.1', git='https://github.com/gslib/gslib.git', tag='v1.0.1')
+ version('1.0.0', git='https://github.com/gslib/gslib.git', tag='v1.0.0')
variant('mpi', default=True, description='Build with MPI')
variant('mpiio', default=True, description='Build with MPI I/O')
@@ -85,6 +84,6 @@ class Gslib(Package):
mkdir(prefix.lib)
install(libname, prefix.lib)
- # Should only install the headers (this will
- # be fixed in gslib on future releases.
+ # Should only install the headers (this will be fixed in gslib on
+ # future releases).
install_tree(srcDir, prefix.include)