- fix a typo in Makefile.lapack causing #615618

This commit is contained in:
Dan Horák 2010-07-17 16:01:53 +00:00
parent 8e3587358d
commit 3c577f1ca0
2 changed files with 8 additions and 5 deletions

View File

@ -312,9 +312,9 @@ ifdef USEXBLAS
ALLXOBJ=$(SXLASRC) $(DXLASRC) $(CXLASRC) $(ZXLASRC) $(ALLXAUX)
endif
static: $(ALLOBJS) $(ALLXOBJ)
ar ruv liblapack.a $(ALLOBJS) $(ALLXOBJ)
static: $(ALLOBJ) $(ALLXOBJ)
ar ruv liblapack.a $(ALLOBJ) $(ALLXOBJ)
ranlib liblapack.a
shared: $(ALLOBJS) $(ALLXOBJ)
cc $(CFLAGS) -shared -Wl,-soname,liblapack.so.@SHORTVER@ -o liblapack.so.@LONGVER@ $(ALLOBJS) $(ALLXOBJ) -L.. -lblas -lm -lgfortran -lc
shared: $(ALLOBJ) $(ALLXOBJ)
cc $(CFLAGS) -shared -Wl,-soname,liblapack.so.@SHORTVER@ -o liblapack.so.@LONGVER@ $(ALLOBJ) $(ALLXOBJ) -L.. -lblas -lm -lgfortran -lc

View File

@ -4,7 +4,7 @@
Summary: Numerical linear algebra package libraries
Name: lapack
Version: %{mediumver}.2
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD
Group: Development/Libraries
URL: http://www.netlib.org/lapack/
@ -214,6 +214,9 @@ rm -fr ${RPM_BUILD_ROOT}
%{_libdir}/libblas*.a
%changelog
* Sat Jul 17 2010 Dan Horák <dan[at]danny.cz> - 3.2.2-2
- fix a typo in Makefile.lapack causing #615618
* Wed Jul 7 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 3.2.2-1
- update to 3.2.2
- properly include license text