[Phylobase-commits] r561 - pkg/src/ncl

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Aug 21 22:38:02 CEST 2009


Author: pdc
Date: 2009-08-21 22:38:02 +0200 (Fri, 21 Aug 2009)
New Revision: 561

Modified:
   pkg/src/ncl/configure
Log:
Comment out Mac specific code in configure script.  Hopefully this allows the R-Forge build machine to play nice

Modified: pkg/src/ncl/configure
===================================================================
--- pkg/src/ncl/configure	2009-08-21 20:34:59 UTC (rev 560)
+++ pkg/src/ncl/configure	2009-08-21 20:38:02 UTC (rev 561)
@@ -20562,10 +20562,12 @@
 			CXXFLAGS_OPTIM_SIZE="-Os -ffast-math"
 			CXXFLAGS_USE_FPIC="-fPIC" ## T Jombart/phylobase hack 
 		fi
-		case "$build_os" in
-			darwin*) CXXFLAGS_WARNINGS="$CXXFLAGS_WARNINGS -Wno-long-double";;
-			*);;
-		esac
+		# The following lines (case statement) have been commented 
+		# out in an attempted fix for R-Forge build pdc 
+        # case "$build_os" in
+        #   darwin*) CXXFLAGS_WARNINGS="$CXXFLAGS_WARNINGS -Wno-long-double";;
+        #   *);;
+        # esac
 	fi
 	if test "x$CXXFLAGS_OPTIM_SIZE" = "x"; then
 		CXXFLAGS_OPTIM_SIZE=$CXXFLAGS_OPTIM_SPEED



More information about the Phylobase-commits mailing list