SHA256
1
0
forked from pool/mvapich2

Accepting request 630698 from home:eeich:branches:science:HPC

- macros.hpc-mvapich2:
  replace %%compiler_family by %%hpc_compiler_family

OBS-URL: https://build.opensuse.org/request/show/630698
OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=45
This commit is contained in:
Nicolas Morey-Chaisemartin 2018-08-21 19:53:37 +00:00 committed by Git OBS Bridge
parent 89894aa6ff
commit 189ae137df
2 changed files with 8 additions and 2 deletions

View File

@ -13,8 +13,8 @@
module load mvapich2
%hpc_mvapich2_requires \
Requires: mvapich2%{hpc_mvapich2_dep_version}-%{compiler_family}%{hpc_cf_pack_version}-hpc
Requires: mvapich2%{hpc_mvapich2_dep_version}-%{hpc_compiler_family}%{hpc_cf_pack_version}-hpc
%hpc_mvapich2_requires_devel \
Requires: mvapich2%{hpc_mvapich2_dep_version}-%{compiler_family}%{hpc_cf_pack_version}-hpc-devel
Requires: mvapich2%{hpc_mvapich2_dep_version}-%{hpc_compiler_family}%{hpc_cf_pack_version}-hpc-devel

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Aug 19 09:21:45 UTC 2018 - eich@suse.com
- macros.hpc-mvapich2:
replace %%compiler_family by %%hpc_compiler_family
-------------------------------------------------------------------
Mon Jul 16 16:13:32 UTC 2018 - msuchanek@suse.com