add missing aawork functions back to lapacke makefile

This commit is contained in:
Tom Callaway 2018-02-26 15:46:19 -05:00
parent 92e292433e
commit e72762351c
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,19 @@
diff -up lapack-3.8.0/LAPACKE/src/Makefile.missing-aawork lapack-3.8.0/LAPACKE/src/Makefile
--- lapack-3.8.0/LAPACKE/src/Makefile.missing-aawork 2018-02-26 15:44:06.754611865 -0500
+++ lapack-3.8.0/LAPACKE/src/Makefile 2018-02-26 15:44:39.925820302 -0500
@@ -1101,6 +1101,7 @@ lapacke_dsytrf_work.o \
lapacke_dsytrf_rook.o \
lapacke_dsytrf_rook_work.o \
lapacke_dsytrf_aa.o \
+lapacke_dsytrf_aa_work.o \
lapacke_dsytrf_aa_2stage.o \
lapacke_dsytrf_aa_2stage_work.o \
lapacke_dsytrf_rk.o \
@@ -1661,6 +1662,7 @@ lapacke_ssytrf_work.o \
lapacke_ssytrf_rook.o \
lapacke_ssytrf_rook_work.o \
lapacke_ssytrf_aa.o \
+lapacke_ssytrf_aa_work.o \
lapacke_ssytrf_aa_2stage.o \
lapacke_ssytrf_aa_2stage_work.o \
lapacke_ssytrf_rk.o \

View File

@ -10,7 +10,7 @@
Summary: Numerical linear algebra package libraries Summary: Numerical linear algebra package libraries
Name: lapack Name: lapack
Version: %{mediumver}.0 Version: %{mediumver}.0
Release: 6%{?dist} Release: 7%{?dist}
License: BSD License: BSD
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.netlib.org/lapack/ URL: http://www.netlib.org/lapack/
@ -26,6 +26,7 @@ Patch4: lapack-3.7.1-lapacke-shared.patch
Patch5: lapack-3.4.1-lapacke-disable-testing-functions.patch Patch5: lapack-3.4.1-lapacke-disable-testing-functions.patch
Patch6: lapack-3.5.0-lapacke-matgenobj.patch Patch6: lapack-3.5.0-lapacke-matgenobj.patch
Patch7: lapack-3.7.1-lapacke-tmglib.patch Patch7: lapack-3.7.1-lapacke-tmglib.patch
Patch8: lapack-3.8.0-missing-aawork.patch
BuildRequires: gcc-gfortran, gawk BuildRequires: gcc-gfortran, gawk
Requires: blas%{?_isa} = %{version}-%{release} Requires: blas%{?_isa} = %{version}-%{release}
@ -158,6 +159,7 @@ BLAS static libraries (64bit INTEGER).
# %patch5 -p1 -b .disable-functions # %patch5 -p1 -b .disable-functions
# %patch6 -p1 -b .matgenobj # %patch6 -p1 -b .matgenobj
%patch7 -p1 -b .tmglib %patch7 -p1 -b .tmglib
%patch8 -p1 -b .missing-aawork
mkdir manpages mkdir manpages
mv man/ manpages/ mv man/ manpages/
@ -540,6 +542,9 @@ sed -i 's|Requires.private: blas|Requires.private: blas64|g' %{buildroot}%{_libd
%endif %endif
%changelog %changelog
* Mon Feb 26 2018 Tom Callaway <spot@fedoraproject.org> - 3.8.0-7
- add missing aawork functions back to lapacke makefile (bz1549262)
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.0-6 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild