<pre style='margin:0'>
Takeshi Enomoto (tenomoto) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f4736023365a7fca14be6b4556f98a4f43228236">https://github.com/macports/macports-ports/commit/f4736023365a7fca14be6b4556f98a4f43228236</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new f473602  lapack: update to 3.8.0. install C headers in ${prefix}/include/lapack to avoid conflict with atlas
</span>f473602 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f4736023365a7fca14be6b4556f98a4f43228236
</span>Author: Takeshi Enomoto <takeshi@macports.org>
AuthorDate: Sun Mar 11 12:49:45 2018 +0900

<span style='display:block; white-space:pre;color:#404040;'>    lapack: update to 3.8.0. install C headers in ${prefix}/include/lapack to avoid conflict with atlas
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/55957
</span>---
 math/lapack/Portfile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/lapack/Portfile b/math/lapack/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5aece8c..a6a6b51 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/lapack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/lapack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           cmake 1.0
</span> PortGroup           compilers 1.0
 
 name                lapack
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             3.7.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             3.8.0
</span> categories          math devel science
 platforms           darwin
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,9 +19,8 @@ long_description \
</span> homepage            http://www.netlib.org/${name}/
 master_sites        ${homepage}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  db7d1e3cd904d01459db3c40bc613cb8738ad114 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  f6c53fd9f56932f3ddb3d5e24c1c07e4cd9b3b08e7f89de9c867125eecc9a1c8
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-extract.suffix      .tgz
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  ff306181c4c125e7594c57c1eeece8b0aa8f8523 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  deb22cc4a6120bff72621155a9917f485f96ef8319ac074a7afbc68aab88bcf6
</span> 
 compilers.choose    cc fc f77 f90
 compilers.setup     require_fortran -clang -llvm -dragonegg
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,6 +39,7 @@ configure.args-append \
</span>                     -DBUILD_SHARED_LIBS=ON \
                     -DCBLAS=ON \
                     -DLAPACKE=ON \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DCMAKE_INSTALL_INCLUDEDIR=${prefix}/include/${name} \
</span>                     -DCMAKE_INSTALL_LIBDIR=${prefix}/lib/${name} \
                     -DCMAKE_INSTALL_RPATH=${prefix}/lib/${name} \
                     -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib/${name}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,3 +49,5 @@ variant accelerate description {use BLAS in Accelerate.framework} {
</span>     configure.args-append       -DUSE_OPTIMIZED_BLAS=ON
     configure.ldflags-append    -lvecLibFort
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+notes "C headers are installed in ${prefix}/include/${name}."
</span></pre><pre style='margin:0'>

</pre>