From 08395290cbcafe079306b68e164a37dd2dd2791e Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 13 Jan 2016 11:51:51 -0500 Subject: [PATCH] fix lapack Makefile to rebuild every file on every pass (thanks to adm.fkt.physik tu-dortmund.de) --- Makefile.lapack | 2 +- lapack.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.lapack b/Makefile.lapack index b8188e4..04bdeba 100644 --- a/Makefile.lapack +++ b/Makefile.lapack @@ -1,7 +1,7 @@ include ../make.inc clean: - rm -f *.o liblapack* + rm -f *.o liblapack* DEPRECATED/*.o SLASRC = sbdsvdx.o sgbbrd.o sgbcon.o sgbequ.o sgbrfs.o sgbsv.o \ sgbsvx.o sgbtf2.o sgbtrf.o sgbtrs.o sgebak.o sgebal.o sgebd2.o \ diff --git a/lapack.spec b/lapack.spec index a12c5bd..96ffa6a 100644 --- a/lapack.spec +++ b/lapack.spec @@ -10,7 +10,7 @@ Summary: Numerical linear algebra package libraries Name: lapack Version: %{mediumver}.0 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.netlib.org/lapack/ @@ -458,6 +458,9 @@ ln -sf libblas64.so.%{version} libblas64.so.%{mediumver} %endif %changelog +* Wed Jan 13 2015 Tom Callaway - 3.6.0-6 +- fix lapack Makefile to rebuild every file on every pass (thanks to adm.fkt.physik tu-dortmund.de) + * Thu Dec 3 2015 Tom Callaway - 3.6.0-5 - fix lapache static lib to include TMGLIB bits