55b424619c
- Update to version 3.8.0: * Symmetric-indefinite Factorization: Aasen’s tridiagonalization 2 stage. * LAPACKE interfaces. - Static -pic libraries are no longer built. - Package lapack_testing.py from lapack 3.8.0 with adjusted interpreter and adjust BuildRequires to python3. [bnc#1075766] - Update to version 3.8.0: * Symmetric-indefinite Factorization: Aasen’s tridiagonalization 2 stage. * LAPACKE interfaces. - Static -pic libraries are no longer built. OBS-URL: https://build.opensuse.org/request/show/592344 OBS-URL: https://build.opensuse.org/package/show/science/lapack?expand=0&rev=10
14 lines
343 B
Diff
14 lines
343 B
Diff
Index: BLAS/SRC/Makefile
|
|
===================================================================
|
|
--- BLAS/SRC/Makefile.orig
|
|
+++ BLAS/SRC/Makefile
|
|
@@ -166,5 +166,8 @@ cleanobj:
|
|
cleanlib:
|
|
#rm -f $(BLASLIB) # May point to a system lib, e.g. -lblas
|
|
|
|
+dcabs1.o: dcabs1.f
|
|
+ $(FORTRAN) $(NOOPT) -c $< -o $@
|
|
+
|
|
.f.o:
|
|
$(FORTRAN) $(OPTS) -c -o $@ $<
|