diff options
Diffstat (limited to 'packaging/lapack.spec')
-rw-r--r-- | packaging/lapack.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/lapack.spec b/packaging/lapack.spec index 000a0012..326e19d5 100644 --- a/packaging/lapack.spec +++ b/packaging/lapack.spec @@ -6,6 +6,7 @@ License: Public Domain, Freeware Group: Development/Libraries/Parallel Source0: %{name}-%{version}.tar.bz2 Url: http://www.netlib.org/lapack/ +Source1001: 1001-TIZEN-LAPACK-GCC13.patch BuildRequires: cmake BuildRequires: gcc-fortran @@ -116,10 +117,10 @@ linear algebra. %prep %setup -q +cp %{SOURCE1001} . +patch -p1 < %{SOURCE1001} + %build -%ifarch riscv64 -export FFLAGS="$FFLAGS -fallow-argument-mismatch" -%endif mkdir -p build cd build |