add matgen_obj files to lapacke
This commit is contained in:
parent
1c7931367a
commit
371896bc84
12
lapack-3.5.0-lapacke-matgenobj.patch
Normal file
12
lapack-3.5.0-lapacke-matgenobj.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up lapack-3.5.0/lapacke/src/Makefile.matgenobj lapack-3.5.0/lapacke/src/Makefile
|
||||||
|
--- lapack-3.5.0/lapacke/src/Makefile.matgenobj 2014-06-17 13:21:30.336206692 -0400
|
||||||
|
+++ lapack-3.5.0/lapacke/src/Makefile 2014-06-17 13:22:31.701885152 -0400
|
||||||
|
@@ -2061,7 +2061,7 @@ lapacke_slagsy_work.o \
|
||||||
|
lapacke_zlagsy.o \
|
||||||
|
lapacke_zlagsy_work.o
|
||||||
|
|
||||||
|
-ALLOBJ = $(SRC_OBJ)
|
||||||
|
+ALLOBJ = $(SRC_OBJ) $(MATGEN_OBJ)
|
||||||
|
|
||||||
|
ifdef USEXBLAS
|
||||||
|
ALLXOBJ = $(SXLASRC) $(DXLASRC) $(CXLASRC) $(ZXLASRC)
|
@ -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: 3%{?dist}
|
Release: 4%{?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/
|
||||||
@ -23,6 +23,7 @@ Source5: http://www.netlib.org/blas/blasqr.ps
|
|||||||
Patch3: lapack-3.4.0-make.inc.patch
|
Patch3: lapack-3.4.0-make.inc.patch
|
||||||
Patch4: lapack-3.4.1-lapacke-shared.patch
|
Patch4: lapack-3.4.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
|
||||||
BuildRequires: gcc-gfortran
|
BuildRequires: gcc-gfortran
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -149,6 +150,7 @@ BLAS static libraries (64bit INTEGER).
|
|||||||
%patch3 -p1 -b .fedora
|
%patch3 -p1 -b .fedora
|
||||||
%patch4 -p1 -b .shared
|
%patch4 -p1 -b .shared
|
||||||
%patch5 -p1 -b .disable-functions
|
%patch5 -p1 -b .disable-functions
|
||||||
|
%patch6 -p1 -b .matgenobj
|
||||||
|
|
||||||
mkdir manpages
|
mkdir manpages
|
||||||
mv man/ manpages/
|
mv man/ manpages/
|
||||||
@ -443,6 +445,9 @@ ln -sf libblas64.so.%{version} libblas64.so.%{mediumver}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 17 2014 Tom Callaway <spot@fedoraproject.org> - 3.5.0-4
|
||||||
|
- include matgen_obj items in lapacke library
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.0-3
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user