forked from pool/mvapich2
Accepting request 823141 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/823141 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mvapich2?expand=0&rev=24
This commit is contained in:
commit
40b7df91df
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 25 07:03:57 UTC 2020 - Egbert Eich <eich@suse.com>
|
||||
|
||||
- For HPC builds check for gnu compiler suite version >= 10 and
|
||||
set -fallow-argument-mismatch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 15:53:00 UTC 2020 - Egbert Eich <eich@suse.com>
|
||||
|
||||
|
@ -405,7 +405,7 @@ cp /usr/share/automake*/config.* .
|
||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||
|
||||
# GCC10 needs an extra flag to allow badly passed parameters
|
||||
%if 0%{?suse_version} > 1500
|
||||
%if 0%{?suse_version} > 1500 || 0%{?hpc_gnu_dep_version} >= 10
|
||||
export FFLAGS="-fallow-argument-mismatch $FFLAGS"
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user