Skip to content

Commit 178e20d

Browse files
authored
unuran: add v1.11.0 (spack#1967)
1 parent 88759a4 commit 178e20d

File tree

1 file changed

+2
-0
lines changed
  • repos/spack_repo/builtin/packages/unuran

1 file changed

+2
-0
lines changed

repos/spack_repo/builtin/packages/unuran/package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ class Unuran(AutotoolsPackage):
1212

1313
homepage = "https://statmath.wu.ac.at/unuran"
1414
url = "https://statmath.wu.ac.at/unuran/unuran-1.8.1.tar.gz"
15+
git = "https://github.com/unuran/unuran.git"
1516

1617
license("GPL-2.0-or-later")
1718

19+
version("1.11.0", sha256="098793854c590b4c2c7e98bc48a45408875f48c5ad47650b5fabbd3e94dd8049")
1820
version("1.8.1", sha256="c270ae96857857dbac6450043df865e0517f52856ddbe5202fd35583b13c5193")
1921

2022
variant("shared", default=True, description="Enable the build of shared libraries")

0 commit comments

Comments
 (0)