summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/spiral-package-mpi/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/spiral-package-mpi/package.py')
-rw-r--r--var/spack/repos/builtin/packages/spiral-package-mpi/package.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/spiral-package-mpi/package.py b/var/spack/repos/builtin/packages/spiral-package-mpi/package.py
index ed1b187834..6c4ae70d5a 100644
--- a/var/spack/repos/builtin/packages/spiral-package-mpi/package.py
+++ b/var/spack/repos/builtin/packages/spiral-package-mpi/package.py
@@ -9,20 +9,21 @@ from spack.package import *
class SpiralPackageMpi(Package):
"""This is the SPIRAL package for MPI."""
- homepage = "https://spiral.net"
- url = "https://github.com/spiral-software/spiral-package-mpi/archive/refs/tags/1.0.0.tar.gz"
+ homepage = "https://spiralgen.com"
+ url = "https://github.com/spiral-software/spiral-package-mpi/archive/refs/tags/1.1.0.tar.gz"
git = "https://github.com/spiral-software/spiral-package-mpi.git"
maintainers("spiralgen")
- extends("spiral-software")
+ # Although this package 'extends("spiral-software")' don't declare it as
+ # such. If this package is required spiral-software should be installed
+ # with the +mpi variant active
version("develop", branch="develop")
version("main", branch="main")
+ version("1.1.0", sha256="baf3c9dac7fee330e4bb4adbd24cc7e55f27fc27417644c0b216124f9052f1f5")
version("1.0.0", sha256="64896a82aacce9cc8abe88b921e09ba7a5fceb8262e490f60a7088583c2c2151")
- # MPI package is an extension for Spiral (spec: spiral-software). Spiral finds
- # extensions in the "namespaces/packages" folder. Install the tree in a similarly
- # named folder so that when activated it'll get symlinked to the correct place.
+ # MPI package is an extension for Spiral (spec: spiral-software).
def install(self, spec, prefix):
spiral_pkgs = join_path(prefix, "namespaces", "packages", "mpi")