fix cblas
This commit is contained in:
parent
fe1e232c20
commit
eb20ee3416
@ -7,6 +7,8 @@ endif
|
|||||||
clean:
|
clean:
|
||||||
rm -f *.o libcblas.a libcblas.so*
|
rm -f *.o libcblas.a libcblas.so*
|
||||||
|
|
||||||
|
ERRHAND= cblas_globals.o cblas_xerbla.o xerbla.o
|
||||||
|
|
||||||
SLEV1= cblas_srotg.o cblas_srotmg.o cblas_srot.o cblas_srotm.o \
|
SLEV1= cblas_srotg.o cblas_srotmg.o cblas_srot.o cblas_srotm.o \
|
||||||
cblas_sswap.o cblas_sscal.o cblas_scopy.o cblas_saxpy.o \
|
cblas_sswap.o cblas_sscal.o cblas_scopy.o cblas_saxpy.o \
|
||||||
cblas_sdot.o cblas_sdsdot.o cblas_snrm2.o cblas_sasum.o \
|
cblas_sdot.o cblas_sdsdot.o cblas_snrm2.o cblas_sasum.o \
|
||||||
@ -65,7 +67,7 @@ ZLEV3= cblas_zgemm.o cblas_zsymm.o cblas_zhemm.o cblas_zherk.o \
|
|||||||
cblas_zsyr2k.o
|
cblas_zsyr2k.o
|
||||||
|
|
||||||
OBJS= $(SLEV1) $(DLEV1) $(CLEV1) $(ZLEV1) $(SCLEV1) $(SLEV2) $(DLEV2) $(CLEV2) \
|
OBJS= $(SLEV1) $(DLEV1) $(CLEV1) $(ZLEV1) $(SCLEV1) $(SLEV2) $(DLEV2) $(CLEV2) \
|
||||||
$(ZLEV2) $(SLEV3) $(DLEV3) $(CLEV3) $(ZLEV3)
|
$(ZLEV2) $(SLEV3) $(DLEV3) $(CLEV3) $(ZLEV3) $(ERRHAND)
|
||||||
|
|
||||||
static: $(OBJS)
|
static: $(OBJS)
|
||||||
ifeq "$(SYMBOLPREFIX)" ""
|
ifeq "$(SYMBOLPREFIX)" ""
|
||||||
|
@ -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/
|
||||||
@ -540,6 +540,9 @@ sed -i 's|Requires.private: blas|Requires.private: blas64|g' %{buildroot}%{_libd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 3 2018 Tom Callaway <spot@fedoraproject.org> - 3.8.0-4
|
||||||
|
- fix cblas
|
||||||
|
|
||||||
* Mon Dec 4 2017 Tom Callaway <spot@fedoraproject.org> - 3.8.0-3
|
* Mon Dec 4 2017 Tom Callaway <spot@fedoraproject.org> - 3.8.0-3
|
||||||
- build cblas
|
- build cblas
|
||||||
- include pkgconfig files.
|
- include pkgconfig files.
|
||||||
|
Loading…
Reference in New Issue
Block a user