From a4f9d4fa4a9e3c2635d56f6564b4731747b3dab1 Mon Sep 17 00:00:00 2001 From: "Seth R. Johnson" Date: Mon, 14 Mar 2022 04:39:35 -0400 Subject: hdf5: relax fortran constraint (#29472) --- var/spack/repos/builtin/packages/hdf5/package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/var/spack/repos/builtin/packages/hdf5/package.py b/var/spack/repos/builtin/packages/hdf5/package.py index 409e427345..df8ccda37f 100644 --- a/var/spack/repos/builtin/packages/hdf5/package.py +++ b/var/spack/repos/builtin/packages/hdf5/package.py @@ -108,8 +108,8 @@ class Hdf5(CMakePackage): conflicts('+java', when='@:1.9') # The Java wrappers cannot be built without shared libs. conflicts('+java', when='~shared') - # Fortran cannot be built with shared - conflicts('+fortran', when='+shared@:1.8') + # Fortran fails built with shared for old HDF5 versions + conflicts('+fortran', when='+shared@:1.8.15') # There are several officially unsupported combinations of the features: # 1. Thread safety is not guaranteed via high-level C-API but in some cases -- cgit v1.2.3-60-g2f50