Files
lapack/lapack-3.2.1.patch
OBS User autobuild 4e016f2068 Accepting request 29558 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/lapack based on submit request 29558 from user rguenther

OBS-URL: https://build.opensuse.org/request/show/29558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lapack?expand=0&rev=9
2010-01-14 17:01:21 +00:00

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 $@