Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11767

Modified Files:
        cgal4.info 
Log Message:
enable for 10.4 (maintainer approved)


Index: cgal4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/cgal4.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cgal4.info  11 Dec 2009 00:32:28 -0000      1.1
+++ cgal4.info  4 Jan 2011 18:09:43 -0000       1.2
@@ -1,6 +1,6 @@
 Package: cgal4
 Version: 3.5
-Revision: 1
+Revision: 2
 Source: http://gforge.inria.fr/frs/download.php/24197/CGAL-%v.tar.gz
 Maintainer: Will M. Farr <wmf...@gmail.com>
 HomePage: http://www.cgal.org/
@@ -10,9 +10,14 @@
 BuildDepends: cmake, boost1.35.nopython | boost1.35.python25 | 
boost1.35.systempython, gmp, libmpfr1
 Depends: boost1.35.nopython-shlibs | boost1.35.python25-shlibs | 
boost1.35.systempython-shlibs, gmp-shlibs, libmpfr1-shlibs, cgal4-shlibs (= 
%v-%r)
 GCC: 4.0
-Distribution: 10.5, 10.6
-SetCXX: g++-4.2
 CompileScript: <<
+  #!/bin/sh
+  darwin_vers=`uname -r | cut -d. -f1`
+  if test "$darwin_vers" = 9 ; then
+    export CC=gcc-4.2
+    export CXX=g++-4.2
+    test -x `which gcc-4.2` || { echo "gcc-4.2 required, but missing!"; exit 
1; }
+  fi
   cmake . -DCMAKE_INSTALL_PREFIX=%p -DCMAKE_INSTALL_NAME_DIR=%p/lib 
-DCMAKE_BUILD_WITH_INSTALL_RPATH=OFF -DWITH_CGAL_Qt3=NO -DWITH_CGAL_Qt4=NO
   make
 <<


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to