- Fix dependency in module file for MPI version of Trilinos

to depend on the correct version of netcdf (bsc#1210049).
  This prevents the error message:
  "Lmod has detected the following error: These module(s) or
   extension(s) exist but cannot be loaded as requested: "trilinos"

OBS-URL: https://build.opensuse.org/package/show/science/trilinos?expand=0&rev=83
This commit is contained in:
2024-03-23 09:31:58 +00:00
committed by Git OBS Bridge
parent b85fd8afbb
commit dd8d62dfc3
+5 -1
View File
@@ -57,7 +57,11 @@ Mon Jun 27 15:18:16 UTC 2022 - Egbert Eich <eich@suse.com>
- Fix dependency settings: due to missing packages the macro
%{req_equal} returned empty.
- Fix HPC environment module dependency (bsc#1210049).
- Fix dependency in module file for MPI version of Trilinos
to depend on the correct version of netcdf (bsc#1210049).
This prevents the error message:
"Lmod has detected the following error: These module(s) or
extension(s) exist but cannot be loaded as requested: "trilinos"
-------------------------------------------------------------------
Fri Apr 1 15:32:15 UTC 2022 - Egbert Eich <eich@suse.com>