[128435] trunk/dports/science/berkeleygw/Portfile

dstrubbe at macports.org dstrubbe at macports.org
Thu Nov 20 23:11:36 PST 2014


Revision: 128435
          https://trac.macports.org/changeset/128435
Author:   dstrubbe at macports.org
Date:     2014-11-20 23:11:36 -0800 (Thu, 20 Nov 2014)
Log Message:
-----------
berkeleygw: Fix use of /opt/local instead of ${prefix}.

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

Modified: trunk/dports/science/berkeleygw/Portfile
===================================================================
--- trunk/dports/science/berkeleygw/Portfile	2014-11-21 04:40:22 UTC (rev 128434)
+++ trunk/dports/science/berkeleygw/Portfile	2014-11-21 07:11:36 UTC (rev 128435)
@@ -96,7 +96,7 @@
 
     if {[mpi_variant_isset]} {
         build.args-append PARAFLAG="-DMPI" MATHFLAG="-DUSESCALAPACK" C_PARAFLAG="-DPARA" \
-            SCALAPACKLIB="-L/opt/local/lib/ -lscalapack"
+            SCALAPACKLIB="-L${prefix}/lib/ -lscalapack"
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141120/6cd1c2b4/attachment.html>


More information about the macports-changes mailing list