We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88759a4 commit 178e20dCopy full SHA for 178e20d
repos/spack_repo/builtin/packages/unuran/package.py
@@ -12,9 +12,11 @@ class Unuran(AutotoolsPackage):
12
13
homepage = "https://statmath.wu.ac.at/unuran"
14
url = "https://statmath.wu.ac.at/unuran/unuran-1.8.1.tar.gz"
15
+ git = "https://github.com/unuran/unuran.git"
16
17
license("GPL-2.0-or-later")
18
19
+ version("1.11.0", sha256="098793854c590b4c2c7e98bc48a45408875f48c5ad47650b5fabbd3e94dd8049")
20
version("1.8.1", sha256="c270ae96857857dbac6450043df865e0517f52856ddbe5202fd35583b13c5193")
21
22
variant("shared", default=True, description="Enable the build of shared libraries")
0 commit comments