diff options
author | Loïc Pottier <48072795+lpottier@users.noreply.github.com> | 2022-12-15 00:23:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 09:23:05 +0100 |
commit | 6e4684fbcaa355b7601bc75a1389f3bd70edd49d (patch) | |
tree | 4581b0608681789504075c2fb4827d10126065d6 /var | |
parent | fcbf617d38d691ab98a156da08b2aa451add08b6 (diff) | |
download | spack-6e4684fbcaa355b7601bc75a1389f3bd70edd49d.tar.gz spack-6e4684fbcaa355b7601bc75a1389f3bd70edd49d.tar.bz2 spack-6e4684fbcaa355b7601bc75a1389f3bd70edd49d.tar.xz spack-6e4684fbcaa355b7601bc75a1389f3bd70edd49d.zip |
talass: fixed URLs so the package is reachable (#34387)
Signed-off-by: Loïc Pottier <pottier1@llnl.gov>
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/talass/package.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/talass/package.py b/var/spack/repos/builtin/packages/talass/package.py index 18368ce8eb..229f6bf7bc 100644 --- a/var/spack/repos/builtin/packages/talass/package.py +++ b/var/spack/repos/builtin/packages/talass/package.py @@ -14,9 +14,12 @@ class Talass(CMakePackage): < StreamingTopology and any of the subsets can be build stand- alone.""" - homepage = "http://www.cedmav.org/research/project/16-talass.html" - git = "ssh://git@bitbucket.org/cedmav/talass.git" + homepage = "http://www.cedmav.org/research/topology/72-talass.html" + git = "https://bitbucket.org/cedmav/talass.git" + maintainers = ["lpottier"] + + version("process-statistics", branch="process-statistics") version("2018-10-29", commit="5d459c0dd89e733fa301391908a5b79fe2850ad7") # The default precision and index space sizes |