forked from altlinux/specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The compiler for e2k finally knowns -fallow-argument-mismatch.
- Loading branch information
Ilya Kurdyukov
committed
Apr 5, 2024
1 parent
c4b1d1b
commit 805da1b
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
Name: pnetcdf | ||
Version: 1.8.1 | ||
Release: alt3 | ||
Release: alt3.1 | ||
Summary: Parallel netCDF: A High Performance API for NetCDF File Access | ||
License: Open source | ||
Group: File tools | ||
|
@@ -98,10 +98,7 @@ source %mpidir/bin/mpivars.sh | |
export OMPI_LDFLAGS="-Wl,--as-needed,-rpath,%mpidir/lib -L%mpidir/lib" | ||
|
||
%add_optflags %optflags_shared -DNDEBUG -Df2cFortran -I%mpidir/lib | ||
export FCFLAGS="%optflags" | ||
%ifnarch %e2k | ||
export FCFLAGS="$FCFLAGS -fallow-argument-mismatch" | ||
%endif | ||
export FCFLAGS="%optflags -fallow-argument-mismatch" | ||
export F90FLAGS="%optflags" | ||
%autoreconf | ||
%configure \ | ||
|
@@ -144,6 +141,9 @@ rm -f %buildroot%_libdir/*.a | |
%doc doc/*.pdf doc/*.txt examples | ||
|
||
%changelog | ||
* Fri Apr 05 2024 Ilya Kurdyukov <[email protected]> 1.8.1-alt3.1 | ||
- The compiler for e2k finally knowns -fallow-argument-mismatch. | ||
|
||
* Wed Sep 01 2021 Aleksei Nikiforov <[email protected]> 1.8.1-alt3 | ||
- Fixed build with LTO. | ||
|
||
|