summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/phist/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/phist/package.py')
-rw-r--r--var/spack/repos/builtin/packages/phist/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/phist/package.py b/var/spack/repos/builtin/packages/phist/package.py
index 4c4ddfad1c..0027e2ba4c 100644
--- a/var/spack/repos/builtin/packages/phist/package.py
+++ b/var/spack/repos/builtin/packages/phist/package.py
@@ -103,7 +103,7 @@ class Phist(CMakePackage):
# ###################### Patches ##########################
- patch('update_tpetra_gotypes.patch', when='@:1.8.99')
+ patch('update_tpetra_gotypes.patch', when='@:1.8')
patch('sbang.patch', when='+fortran')
@@ -132,7 +132,7 @@ class Phist(CMakePackage):
# Fortran 2003 bindings were included in version 1.7, previously they
# required a separate package
- conflicts('+fortran', when='@:1.6.99')
+ conflicts('+fortran', when='@:1.6')
# older gcc's may produce incorrect SIMD code and fail
# to compile some OpenMP statements