8d80149b05
- Update to version 3.9.0: * LAPACK QR-preconditioned QR SVD method - xGESVDQ routines * LAPACK Householder Reconstruction - Add Avoid-out-of-bounds-accesses-in-complex-EIG-tests.patch - Rebase lapack-3.2.2.patch - Drop -std=legacy from fortran flags: * add Fix-MinGW-build-error.patch * add Fix-some-minor-inconsistencies-in-LAPACKE_czgesvdq.patch - Remove pre_checkin.sh, remove lapack-man.changes copy OBS-URL: https://build.opensuse.org/request/show/875085 OBS-URL: https://build.opensuse.org/package/show/science/lapack?expand=0&rev=21
11 lines
307 B
Diff
11 lines
307 B
Diff
Index: BLAS/SRC/Makefile
|
|
===================================================================
|
|
--- a/BLAS/SRC/Makefile.orig
|
|
+++ b/BLAS/SRC/Makefile
|
|
@@ -170,2 +170,5 @@ cleanobj:
|
|
cleanlib:
|
|
#rm -f $(BLASLIB) # May point to a system lib, e.g. -lblas
|
|
+
|
|
+dcabs1.o: dcabs1.f
|
|
+ $(FC) $(FFLAGS_NOOPT) -c $< -o $@
|