[rkward-cvs] SF.net SVN: rkward:[2955] trunk/rkward/rkward/rbackend/FindR.cmake

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Jul 19 12:31:47 UTC 2010


Revision: 2955
          http://rkward.svn.sourceforge.net/rkward/?rev=2955&view=rev
Author:   tfry
Date:     2010-07-19 12:31:46 +0000 (Mon, 19 Jul 2010)

Log Message:
-----------
Another mac fix

Modified Paths:
--------------
    trunk/rkward/rkward/rbackend/FindR.cmake

Modified: trunk/rkward/rkward/rbackend/FindR.cmake
===================================================================
--- trunk/rkward/rkward/rbackend/FindR.cmake	2010-07-19 12:20:20 UTC (rev 2954)
+++ trunk/rkward/rkward/rbackend/FindR.cmake	2010-07-19 12:31:46 UTC (rev 2955)
@@ -94,12 +94,12 @@
 ELSE(NOT LIBR_LAPACK)
 	MESSAGE(STATUS "Yes, ${LIBR_LAPACK} exists")
 	SET(R_USED_LIBS ${R_USED_LIBS} Rlapack)
-	IF(NOT WIN32)
+	IF(NOT (WIN32 OR APPLE))
 		# 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)
-	ENDIF(NOT WIN32)
+	ENDIF(NOT (WIN32 OR APPLE))
 ENDIF(NOT LIBR_LAPACK)
 
 # for at least some versions of R, we seem to have to link against -lRlapack. Else loading some


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list