[152195] trunk/dports/math/scalapack/Portfile

sean at macports.org sean at macports.org
Wed Aug 31 13:59:18 PDT 2016


Revision: 152195
          https://trac.macports.org/changeset/152195
Author:   sean at macports.org
Date:     2016-08-31 13:59:17 -0700 (Wed, 31 Aug 2016)
Log Message:
-----------
scalapack: use the correct library location

Modified Paths:
--------------
    trunk/dports/math/scalapack/Portfile

Modified: trunk/dports/math/scalapack/Portfile
===================================================================
--- trunk/dports/math/scalapack/Portfile	2016-08-31 20:59:14 UTC (rev 152194)
+++ trunk/dports/math/scalapack/Portfile	2016-08-31 20:59:17 UTC (rev 152195)
@@ -46,7 +46,7 @@
         -DMPI_C_COMPILER=${mpi.cc} \
         -DMPI_Fortran_COMPILER=${mpi.fc} \
         -DMPIEXEC=${prefix}/bin/${mpi.exec} \
-        -DLAPACK_LIBRARIES="-L${prefix} ${linalglib}"
+        -DLAPACK_LIBRARIES="-L${prefix}/lib ${linalglib}"
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160831/e1f88158/attachment.html>


More information about the macports-changes mailing list