<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/359dc5d17a91c269a68c1552b49271eeba37ce23">https://github.com/macports/macports-ports/commit/359dc5d17a91c269a68c1552b49271eeba37ce23</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 359dc5d17a91c269a68c1552b49271eeba37ce23
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Aug 24 04:50:38 2018 -0700
<span style='display:block; white-space:pre;color:#404040;'> superlu_dist: use linear_algebra PG
</span>---
math/superlu_dist/Portfile | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/superlu_dist/Portfile b/math/superlu_dist/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d798b45..b1df9e0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/superlu_dist/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/superlu_dist/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,11 +2,12 @@
</span>
PortSystem 1.0
PortGroup cmake 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup linear_algebra 1.0
</span> PortGroup mpi 1.0
name superlu_dist
version 5.3.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 2
</span> categories math
license BSD
platforms darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,7 +34,6 @@ depends_lib port:parmetis
</span> configure.mtune native
configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -DTPL_BLAS_LIBRARIES="-framework Accelerate" \
</span> -DTPL_PARMETIS_INCLUDE_DIRS=${prefix}/include \
-DTPL_PARMETIS_LIBRARIES="${prefix}/lib/libparmetis.dylib\;${prefix}/lib/libmetis.dylib" \
-Denable_tests=OFF \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +41,13 @@ configure.args-append \
</span> -DXSDK_ENABLE_Fortran=OFF \
-DCMAKE_INSTALL_INCLUDEDIR=include/${name}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+pre-configure {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DTPL_BLAS_LIBRARIES="-L${prefix}/lib ${linalglib}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+linalg.setup noveclibfort
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant longindex description {Build with 64 ints} {
configure.cflags-append -DXSDK_INDEX_SIZE=64
}
</pre><pre style='margin:0'>
</pre>