aboutsummaryrefslogtreecommitdiff
path: root/math/rkward-kde4/files/patch-rkward_rbackend_FindR.cmake
blob: 3bbf01b81de805246516c178b0c42164f94b5bb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- rkward/rbackend/FindR.cmake.orig	2011-02-23 06:43:20.000000000 -0500
+++ rkward/rbackend/FindR.cmake	2011-05-03 01:42:49.000000000 -0400
@@ -99,7 +99,7 @@
 		# needed when linking to Rlapack on linux for some unknown reason.
 		# apparently not needed on windows (let's see, when it comes back to bite us, though)
 		# and compiling on windows is hard enough even without requiring libgfortran, too.
-		SET(R_USED_LIBS ${R_USED_LIBS} gfortran)
+		#SET(R_USED_LIBS ${R_USED_LIBS} gfortran)
 	ENDIF(WIN32 OR APPLE)
 ENDIF(NOT LIBR_LAPACK)