hdf5: relax fortran constraint (#29472)

This commit is contained in:
Seth R. Johnson 2022-03-14 04:39:35 -04:00 committed by GitHub
parent 32281ee40e
commit a4f9d4fa4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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