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
|
||||
Name: lapack
|
||||
Version: %{mediumver}.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
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
|
||||
Patch4: lapack-3.4.1-lapacke-shared.patch
|
||||
Patch5: lapack-3.4.1-lapacke-disable-testing-functions.patch
|
||||
Patch6: lapack-3.5.0-lapacke-matgenobj.patch
|
||||
BuildRequires: gcc-gfortran
|
||||
|
||||
%description
|
||||
@ -149,6 +150,7 @@ BLAS static libraries (64bit INTEGER).
|
||||
%patch3 -p1 -b .fedora
|
||||
%patch4 -p1 -b .shared
|
||||
%patch5 -p1 -b .disable-functions
|
||||
%patch6 -p1 -b .matgenobj
|
||||
|
||||
mkdir manpages
|
||||
mv man/ manpages/
|
||||
@ -443,6 +445,9 @@ ln -sf libblas64.so.%{version} libblas64.so.%{mediumver}
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user