0ce8a54fd5
- Package lapack_testing.py from lapack 3.8.0 with adjusted interpreter and adjust BuildRequires to python3. [bnc#1075766] OBS-URL: https://build.opensuse.org/request/show/563865 OBS-URL: https://build.opensuse.org/package/show/science/lapack?expand=0&rev=8
12 lines
260 B
Diff
12 lines
260 B
Diff
--- BLAS/SRC/Makefile.orig 2010-01-13 13:06:19.000000000 +0100
|
|
+++ BLAS/SRC/Makefile 2010-01-13 13:07:13.000000000 +0100
|
|
@@ -167,5 +167,8 @@
|
|
clean:
|
|
rm -f *.o
|
|
|
|
+dcabs1.o: dcabs1.f
|
|
+ $(FORTRAN) $(NOOPT) -c $< -o $@
|
|
+
|
|
.f.o:
|
|
$(FORTRAN) $(OPTS) -c $< -o $@
|