Skip to content

Commit

Permalink
librsb: added v1.2.0.11/v1.3.0.0 (spack#28637)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelemartone authored Jan 28, 2022
1 parent 5519289 commit cce8f3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion var/spack/repos/builtin/packages/librsb/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ class Librsb(AutotoolsPackage):
library for the Recursive Sparse Blocks format"""

homepage = "http://librsb.sourceforge.net/"
url = "http://download.sourceforge.net/librsb/librsb-1.2.0.10.tar.gz"
url = "http://download.sourceforge.net/librsb/librsb-1.3.0.0.tar.gz"
list_url = "https://sourceforge.net/projects/librsb/files/"

version('1.3.0.0', '2ac8725d1f988f57df9383ae6b0bb2ed221ec935187d31ebb62ea95ee868a790')
version('1.2.0.11', '0686be29bbe277e227c6021de6bd0564e4fc83f996b787886437d28048057bc8')
version('1.2.0.10', 'ec49f3f78a7c43fc9e10976593d100aa49b1863309ed8fa3ccbb7aad52d2f7b8')
version('1.2.0.9', 'f421f5d572461601120933e3c1cfee2ca69e6ecc92cbb11baa4e86bdedd3d9fa')
version('1.2.0.8', '8bebd19a1866d80ade13eabfdd0f07ae7e8a485c0b975b5d15f531ac204d80cb')
Expand All @@ -29,6 +31,7 @@ def configure_args(self):
'--enable-fortran-module-install',
'CPPFLAGS={0}'.format(self.spec['zlib'].headers.include_flags),
'CFLAGS=-O3',
'CXXFLAGS=-O3',
'LDFLAGS={0}'.format(self.spec['zlib'].libs.search_flags)
]
return args

0 comments on commit cce8f3f

Please sign in to comment.