summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorCameron Stanavige <stanavige1@llnl.gov>2021-03-29 19:02:33 -0700
committerGitHub <noreply@github.com>2021-03-30 02:02:33 +0000
commit846cf954f01ab5e78e9ff767d42e51a6b1959ab0 (patch)
tree376de1e86fb1f4370bdf2ce4c3e0de1bc6919ceb /var
parentf67d4774ea192810a60a642190a82a3583600569 (diff)
downloadspack-846cf954f01ab5e78e9ff767d42e51a6b1959ab0.tar.gz
spack-846cf954f01ab5e78e9ff767d42e51a6b1959ab0.tar.bz2
spack-846cf954f01ab5e78e9ff767d42e51a6b1959ab0.tar.xz
spack-846cf954f01ab5e78e9ff767d42e51a6b1959ab0.zip
spath: new releases (#22625)
This commit adds the url and the two releases/versions to the package.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/spath/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/spath/package.py b/var/spack/repos/builtin/packages/spath/package.py
index c81d01bc4a..eefe3f8916 100644
--- a/var/spack/repos/builtin/packages/spath/package.py
+++ b/var/spack/repos/builtin/packages/spath/package.py
@@ -10,11 +10,14 @@ class Spath(CMakePackage):
"""Represent and manipulate file system paths"""
homepage = "https://github.com/ecp-veloc/spath"
+ url = "https://github.com/ECP-VeloC/spath/archive/v0.0.2.tar.gz"
git = "https://github.com/ecp-veloc/spath.git"
tags = ['ecp']
version('master', branch='master')
+ version('0.0.2', sha256='7a65be59c3d27e92ed4718fba1a97a4a1c68e0a552b54de13d58afe3d8199cf7')
+ version('0.0.1', sha256='f41c0ac74e6fb8acfd0c072d756db0fc9c00441f22be492cc4ad25f7fb596a24')
variant('mpi', default=True, description="Build with MPI support.")
depends_on('mpi', when='+mpi')