[120340] trunk/dports/science/fcl/Portfile

mmoll at macports.org mmoll at macports.org
Fri May 23 12:01:14 PDT 2014


Revision: 120340
          https://trac.macports.org/changeset/120340
Author:   mmoll at macports.org
Date:     2014-05-23 12:01:14 -0700 (Fri, 23 May 2014)
Log Message:
-----------
science/fcl: update to version 0.3.1

Modified Paths:
--------------
    trunk/dports/science/fcl/Portfile

Modified: trunk/dports/science/fcl/Portfile
===================================================================
--- trunk/dports/science/fcl/Portfile	2014-05-23 19:00:40 UTC (rev 120339)
+++ trunk/dports/science/fcl/Portfile	2014-05-23 19:01:14 UTC (rev 120340)
@@ -8,18 +8,22 @@
 maintainers         mmoll openmaintainer
 description         A Flexible Collision Library
 long_description    $description
-github.setup        flexible-collision-library fcl 0.2.9
+github.setup        flexible-collision-library fcl 0.3.1
 homepage            http://gamma.cs.unc.edu/FCL
 platforms           darwin
 license             BSD
 depends_build-append port:pkgconfig
 depends_lib-append  port:libccd port:boost
-checksums           md5     bf17ef0ec0f46c37f1a240aac66ca093 \
-                    sha1    808ebcb00ca527cbfbf826229ce560e6e88eccd1 \
-                    rmd160  a0efd71bcdd94ea87608a2de685b3670fce9b162
+checksums           md5     81a5a628f2a226295141d244ade33885 \
+                    sha1    2b09a48bbbc56e7935d2d263d27f927dfe33ed55 \
+                    rmd160  f2e0c8194ae26f885751e6e1213cd95d2eab96bc
 
+# this just enables "-march=native"
+configure.args-append -DFCL_USE_SSE=ON
+
 if {${configure.compiler} eq "gcc-4.0" || [string match *gcc-4.2* ${configure.compiler}]} {
     # this flag disables the compile flag "-march=native",
     # which appears to be unsupported by these compilers
     configure.args-append -DFCL_USE_SSE=OFF
+    configure.args-delete -DFCL_USE_SSE=ON
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140523/99533a1d/attachment.html>


More information about the macports-changes mailing list