SHA256
1
0
forked from pool/mvapich2

- HPC: Fix environment module settings for MANPATH.

OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=77
This commit is contained in:
Egbert Eich 2020-11-29 13:46:03 +00:00 committed by Git OBS Bridge
parent 0378ef8d73
commit 678fbff5d0
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 29 13:44:44 UTC 2020 - Egbert Eich <eich@suse.com>
- HPC: Fix environment module settings for MANPATH.
-------------------------------------------------------------------
Sat Jul 25 07:03:57 UTC 2020 - Egbert Eich <eich@suse.com>

View File

@ -519,9 +519,9 @@ module-whatis "URL: %{url}"
set version %{version}
prepend-path PATH %{hpc_prefix}/bin
prepend-path MANPATH %{hpc_prefix}/man
prepend-path LD_LIBRARY_PATH %{hpc_prefix}/%_lib
prepend-path PATH %{hpc_bindir}
prepend-path MANPATH %{hpc_mandir}
prepend-path LD_LIBRARY_PATH %{hpc_libdir}
prepend-path MODULEPATH %{hpc_modulepath}
prepend-path MPI_DIR %{hpc_prefix}
%{hpc_modulefile_add_pkgconfig_path}