[142447] trunk/dports/science/apbs/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 05:47:51 PST 2015


Revision: 142447
          https://trac.macports.org/changeset/142447
Author:   ryandesign at macports.org
Date:     2015-11-12 00:11:25 -0800 (Thu, 12 Nov 2015)
Log Message:
-----------
apbs: re-enable optimizations which had been disabled in r142208 (#49654; maintainer); fix permissions of binaries

Revision Links:
--------------
    https://trac.macports.org/changeset/142208

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

Modified: trunk/dports/science/apbs/Portfile
===================================================================
--- trunk/dports/science/apbs/Portfile	2015-11-12 08:06:57 UTC (rev 142446)
+++ trunk/dports/science/apbs/Portfile	2015-11-12 08:11:25 UTC (rev 142447)
@@ -44,8 +44,8 @@
 # To enable, need not only to fix that check, but also fix configure in tapipb directory to use chosen FC compiler.
 configure.args-append   -DENABLE_OPENMP:BOOL=OFF \
                         -DENABLE_BEM=OFF \
-                        -DCMAKE_C_COMPILER_ARG1:STRING="-I${worksrcpath}/include" \
-                        -DCMAKE_CXX_COMPILER_ARG1:STRING="-I${worksrcpath}/include"
+                        -DCMAKE_C_COMPILER_ARG1:STRING="-I${worksrcpath}/include -O3 -ffast-math -g" \
+                        -DCMAKE_CXX_COMPILER_ARG1:STRING="-I${worksrcpath}/include -O3 -ffast-math -g"
 
 test.run  yes
 test {
@@ -64,7 +64,7 @@
     apbs {
         compilers.setup
 
-        revision                0
+        revision                1
 
         configure.args-append   -DENABLE_MPI:BOOL=OFF
 
@@ -73,19 +73,19 @@
 
             move ${tools}/manip/psize.py ${destroot}${prefix}/bin/apbs-psize.py
             file attributes ${destroot}${prefix}/bin/apbs-psize.py \
-                -permissions 755
+                -permissions 0755
 
             foreach {bin} ${bins} {
                 move ${tools}/bin/${bin} ${destroot}${prefix}/bin/apbs-${bin}
                 file attributes ${destroot}${prefix}/bin/apbs-${bin} \
-                    -permissions 755
+                    -permissions 0755
             }
         }
     }
     apbs-mpi {
         mpi.setup               require
 
-        revision                0
+        revision                1
 
         description             ${description} (MPI version)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/cf58a43a/attachment.html>


More information about the macports-changes mailing list