From 846cf954f01ab5e78e9ff767d42e51a6b1959ab0 Mon Sep 17 00:00:00 2001 From: Cameron Stanavige Date: Mon, 29 Mar 2021 19:02:33 -0700 Subject: spath: new releases (#22625) This commit adds the url and the two releases/versions to the package. --- var/spack/repos/builtin/packages/spath/package.py | 3 +++ 1 file changed, 3 insertions(+) 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') -- cgit v1.2.3-70-g09d2