[112339] trunk/dports/gis/cgal/Portfile

vince at macports.org vince at macports.org
Sat Oct 19 00:33:29 PDT 2013


Revision: 112339
          https://trac.macports.org/changeset/112339
Author:   vince at macports.org
Date:     2013-10-19 00:33:29 -0700 (Sat, 19 Oct 2013)
Log Message:
-----------
Bump to version 4.3

Modified Paths:
--------------
    trunk/dports/gis/cgal/Portfile

Modified: trunk/dports/gis/cgal/Portfile
===================================================================
--- trunk/dports/gis/cgal/Portfile	2013-10-19 07:05:57 UTC (rev 112338)
+++ trunk/dports/gis/cgal/Portfile	2013-10-19 07:33:29 UTC (rev 112339)
@@ -5,7 +5,7 @@
 PortGroup			cmake 1.0
 
 name				cgal
-version				4.2
+version				4.3
 license				LGPL-3+ GPL-3+
 categories			gis science
 maintainers			vince
@@ -24,14 +24,13 @@
 homepage			http://www.cgal.org/
 
 fetch.ignore_sslcert 	yes
-master_sites	    https://gforge.inria.fr/frs/download.php/32359
+master_sites	    https://gforge.inria.fr/frs/download.php/32997
 
 distname			CGAL-${version}
-checksums           rmd160  90ebc257eb0f84c3d2ee8063e2f4881e5b933091 \
-                    sha256  a14268c5dae86e4f2f5c9fd0c12c5fcd36cfd9db2b5e3af34e04a7233bac820d
+checksums           rmd160  a1602eecfb77ff9a7bb862b8f61a4aabb86f848e \
+                    sha256  a255361b9edc85b468a0a6d2de429314923698166429e77ad5ce08d628905ca4
 
-# currently, the 4.2 bz2 tar ball is actually compressed with gzip
-#use_bzip2			yes
+use_bzip2			yes
 
 worksrcdir          CGAL-${version}
 depends_lib-append	port:boost \
@@ -50,6 +49,11 @@
 # gcc 4.0 is too old to compile CGAL properly; see <http://www.cgal.org/FAQ.html#mac_optimization_bug>
 compiler.blacklist-append gcc-4.0
 
+variant perf description {optimize code for current arch} {
+    configure.compiler  macports-clang-3.3
+    configure.optflags	-O3 -pipe -march=native
+}
+
 variant demos description {Create demos} requires qt4 {
 	depends_lib-append		port:libQGLViewer \
 							port:ipe \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131019/5d977fe4/attachment.html>


More information about the macports-changes mailing list