add missing aawork functions back to lapacke makefile
This commit is contained in:
		
							parent
							
								
									92e292433e
								
							
						
					
					
						commit
						e72762351c
					
				
							
								
								
									
										19
									
								
								lapack-3.8.0-missing-aawork.patch
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								lapack-3.8.0-missing-aawork.patch
									
									
									
									
									
										Normal 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 \ | ||||
| @ -10,7 +10,7 @@ | ||||
| Summary: Numerical linear algebra package libraries | ||||
| Name: lapack | ||||
| Version: %{mediumver}.0 | ||||
| Release: 6%{?dist} | ||||
| Release: 7%{?dist} | ||||
| License: BSD | ||||
| Group: System Environment/Libraries | ||||
| 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 | ||||
| Patch6: lapack-3.5.0-lapacke-matgenobj.patch | ||||
| Patch7: lapack-3.7.1-lapacke-tmglib.patch | ||||
| Patch8: lapack-3.8.0-missing-aawork.patch | ||||
| BuildRequires: gcc-gfortran, gawk | ||||
| Requires: blas%{?_isa} = %{version}-%{release} | ||||
| 
 | ||||
| @ -158,6 +159,7 @@ BLAS static libraries (64bit INTEGER). | ||||
| # %patch5 -p1 -b .disable-functions | ||||
| # %patch6 -p1 -b .matgenobj | ||||
| %patch7 -p1 -b .tmglib | ||||
| %patch8 -p1 -b .missing-aawork | ||||
| 
 | ||||
| mkdir manpages | ||||
| mv man/ manpages/ | ||||
| @ -540,6 +542,9 @@ sed -i 's|Requires.private: blas|Requires.private: blas64|g' %{buildroot}%{_libd | ||||
| %endif | ||||
| 
 | ||||
| %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 | ||||
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user