<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/ee6279a2be0c549327f36ea5a36e4d4a1a7156d7">https://github.com/macports/macports-ports/commit/ee6279a2be0c549327f36ea5a36e4d4a1a7156d7</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ee6279a2be0c549327f36ea5a36e4d4a1a7156d7
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Aug 26 22:48:57 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    petsc: use linear_algebra PortGroup
</span>---
 math/petsc/Portfile | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/petsc/Portfile b/math/petsc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1b0bf80..0331f30 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/petsc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/petsc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           bitbucket 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           linear_algebra 1.0
</span> PortGroup           mpi 1.0
 
 bitbucket.setup     petsc petsc 3.8.3 v
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -98,12 +99,8 @@ post-destroot {
</span>     move ${destroot}${prefix}/lib/${name}/lib/pkgconfig/PETSc.pc ${destroot}${prefix}/lib/pkgconfig/PETSc${dev}.pc
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant accelerate description {Use Accelerate framework for LAPACK} conflicts atlas {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append --with-blas-lapack-lib=/System/Library/Frameworks/Accelerate.framework/Versions/Current/Accelerate
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant atlas description {Use Atlas for LAPACK} conflicts accelerate {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append --with-blas-lapack-lib=${prefix}/lib/libtatlas.dylib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+pre-configure {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append --with-blas-lapack-lib="-L${prefix}/lib ${linalglib}"
</span> }
 
 variant complex description {Build with support for complex numbers} conflicts sundials hwloc {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -219,10 +216,6 @@ if {![mpi_variant_isset]} {
</span>     default_variants +mpich
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset atlas]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +accelerate
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> if {![variant_isset complex]} {
     default_variants +hwloc
 }
</pre><pre style='margin:0'>

</pre>