forked from pool/mvapich3
Nicolas Morey
6961053612
New major version OBS-URL: https://build.opensuse.org/request/show/1100785 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich3?expand=0&rev=1
22 lines
640 B
Plaintext
22 lines
640 B
Plaintext
#
|
|
# mvapich3
|
|
#
|
|
|
|
%hpc_mvapich3_init(V:) \
|
|
%{-V: %define _mf_ver %{-V*}} \
|
|
%{expand: %%global hpc_mvapich3_dep_version %%{?_mf_ver}} \
|
|
%{expand: %%global hpc_mvapich3_dir mvapich3} \
|
|
%global hpc_mvapich3_pack_version %{hpc_mvapich3_dep_version} \
|
|
%{expand: %%global _hpc_mvapich3_modules mvapich3}
|
|
|
|
# We may have to add a version here.
|
|
%hpc_setup_mvapich3 \
|
|
module load mvapich3
|
|
|
|
%hpc_mvapich3_requires \
|
|
Requires: mvapich3%{hpc_mvapich3_dep_version}-%{hpc_compiler_family}%{hpc_cf_pack_version}-hpc
|
|
|
|
%hpc_mvapich3_requires_devel \
|
|
Requires: mvapich3%{hpc_mvapich3_dep_version}-%{hpc_compiler_family}%{hpc_cf_pack_version}-hpc-devel
|
|
|