ecp-data-vis-sdk: Disable +fortran for unifyfs (#24096)

This commit is contained in:
Chuck Atkins 2021-06-03 03:55:36 -04:00 committed by GitHub
parent ef9d3a464f
commit f7c9e497f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ def variants2deps(dep_spec, pkg_spec, variants):
depends_on('parallel-netcdf+shared+fortran', when='+pnetcdf')
variants2deps('unifyfs+fortran', '+unifyfs', ['hdf5'])
variants2deps('unifyfs', '+unifyfs ', ['hdf5'])
depends_on('veloc', when='+veloc')