summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Thies <16190001+jthies@users.noreply.github.com>2022-09-14 09:46:09 +0200
committerGitHub <noreply@github.com>2022-09-14 09:46:09 +0200
commit8d2cd4a620a12437cf03b7e3886d01f8665470c6 (patch)
tree0815c425c05a49ef989e5ce26ee55bd4addf5cde
parent9543716d81bc51c17e2849bb8e071f5bba641ea4 (diff)
downloadspack-8d2cd4a620a12437cf03b7e3886d01f8665470c6.tar.gz
spack-8d2cd4a620a12437cf03b7e3886d01f8665470c6.tar.bz2
spack-8d2cd4a620a12437cf03b7e3886d01f8665470c6.tar.xz
spack-8d2cd4a620a12437cf03b7e3886d01f8665470c6.zip
phist: add v1.9.5 (#32621)
-rw-r--r--var/spack/repos/builtin/packages/ghost/package.py4
-rw-r--r--var/spack/repos/builtin/packages/phist/package.py22
2 files changed, 9 insertions, 17 deletions
diff --git a/var/spack/repos/builtin/packages/ghost/package.py b/var/spack/repos/builtin/packages/ghost/package.py
index 64b633eefa..293965430d 100644
--- a/var/spack/repos/builtin/packages/ghost/package.py
+++ b/var/spack/repos/builtin/packages/ghost/package.py
@@ -18,6 +18,8 @@ class Ghost(CMakePackage, CudaPackage):
homepage = "https://www.bitbucket.org/essex/ghost/"
git = "https://bitbucket.org/essex/ghost/ghost.git"
+ maintainers = ["jthies"]
+
version("develop", branch="devel")
variant("shared", default=True, description="Enables the build of shared libraries")
@@ -35,6 +37,8 @@ class Ghost(CMakePackage, CudaPackage):
depends_on("scotch", when="+scotch")
depends_on("zoltan", when="+zoltan")
+ conflicts("^hwloc@2:")
+
def cmake_args(self):
spec = self.spec
# note: we require the cblas_include_dir property from the blas
diff --git a/var/spack/repos/builtin/packages/phist/package.py b/var/spack/repos/builtin/packages/phist/package.py
index 3eeb2bedad..6460e756ee 100644
--- a/var/spack/repos/builtin/packages/phist/package.py
+++ b/var/spack/repos/builtin/packages/phist/package.py
@@ -45,23 +45,7 @@ class Phist(CMakePackage):
# https://stackoverflow.com/questions/65750862
version("1.9.6", sha256="98ed5ccb22bb98d5b6bf9de0c9960105473e5244978853070b9a3c44138db662")
- # As spack GitLab CI pipelines use ^mpich %gcc@7.5.0, @1.9.6 with it can't be used:
- # A conflict would be possible, but when %gcc@10: or another compiler is available,
- # clingo can select the other compiler despite a request for %gcc@7.5.0 in place,
- # at least when the version is requested: spack solve phist@1.9.6 ^mpich %gcc@7.5.0
- # With conflicts('mpich', when='@1.9.6:%gcc@:9'), this is the result:
- # spack solve phist@1.9.6 ^mpich %gcc@7.5.0|grep -e phist -e mpich|sed 's/+.*//'
- # phist@1.9.6%gcc@11.2.0
- # ^mpich@3.4.2%gcc@7.5.0~argobots
- # A mismatch of gfortan between gcc@7.5.0(for mpich) and @10:(phist) would not work,
- # and also does not solve the build problem.
- # Instead, a check with a helpful error message is added to the build (see below).
- # and we use preferred=True to select 1.9.5 by default:
- version(
- "1.9.5",
- sha256="24faa3373003f185c82a658c510e36cba9acc4110eb60cbfded9de370ae9ea32",
- preferred=True,
- )
+ version("1.9.5", sha256="24faa3373003f185c82a658c510e36cba9acc4110eb60cbfded9de370ae9ea32")
version("1.9.4", sha256="9dde3ca0480358fa0877ec8424aaee4011c5defc929219a5930388a7cdb4c8a6")
version("1.9.3", sha256="3ab7157e9f535a4c8537846cb11b516271ef13f82d0f8ebb7f96626fb9ab86cf")
version("1.9.2", sha256="289678fa7172708f5d32d6bd924c8fdfe72b413bba5bbb8ce6373c85c5ec5ae5")
@@ -141,6 +125,10 @@ class Phist(CMakePackage):
description="generate Fortran 2003 bindings (requires Python3 and " "a Fortran compiler)",
)
+ # The builtin kernels switched from the 'mpi' to the 'mpi_f08' module in
+ # phist 1.9.6, which causes compile-time errors with mpich and older
+ # GCC versions.
+ conflicts("kernel_lib=builtin", when="@1.9.6: ^mpich %gcc@:10")
# in older versions, it is not possible to completely turn off OpenMP
conflicts("~openmp", when="@:1.7.3")
# in older versions, it is not possible to turn off the use of host-