]> git.pld-linux.org Git - packages/R.git/commitdiff
- fix lapack module linking
authorwrobell <wrobell@pld-linux.org>
Mon, 6 Aug 2007 23:56:32 +0000 (23:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    R-asneeded.patch -> 1.1

R-asneeded.patch [new file with mode: 0644]

diff --git a/R-asneeded.patch b/R-asneeded.patch
new file mode 100644 (file)
index 0000000..9889db6
--- /dev/null
@@ -0,0 +1,15 @@
+--- R-2.5.1/src/modules/lapack/Makefile.in.orig        2007-08-06 21:39:55.000000000 +0100
++++ R-2.5.1/src/modules/lapack/Makefile.in     2007-08-06 23:14:30.000000000 +0100
+@@ -37,10 +37,10 @@
+ lapack_la_OBJECTS = $(OBJECTS)
+ ## Used for passing '+s' to SHLIB_LINK on HP-UX.
+ lapack_la_LDFLAGS = @LAPACK_LDFLAGS@
+-lapack_la_LIBADD = $(LIBR)
++lapack_la_LIBADD = $(LIBR) -lgfortran
+ Rlapack_la_OBJECTS = $(LIBOBJECTS)
+-Rlapack_la_LIBADD = @DYLIB_UNDEFINED_ALLOWED_FALSE@ $(FLIBS) $(LIBR)
++Rlapack_la_LIBADD = @DYLIB_UNDEFINED_ALLOWED_FALSE@ $(FLIBS) $(LIBR) -lgfortran
+ ALL_CFLAGS = $(ALL_CFLAGS_LO)
+ ALL_FFLAGS = $(ALL_FFLAGS_LO)
This page took 0.02337 seconds and 4 git commands to generate.