Opened 7 years ago

Closed 7 years ago

#55957 closed update (fixed)

lapack: Update to 3.8.0

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: lapack

Description

$ port livecheck lapack
lapack seems to have been updated (port version: 3.7.1, new version: 3.8.0)

Change History (2)

comment:1 Changed 7 years ago by kencu (Ken)

I was going to update it but it conflicts with atlas and needs someone to sort that out.

diff --git a/math/lapack/Portfile b/math/lapack/Portfile
index 5aece8c2aa..78d9d16111 100644
--- a/math/lapack/Portfile
+++ b/math/lapack/Portfile
@@ -5,7 +5,7 @@ PortGroup           cmake 1.0
 PortGroup           compilers 1.0
 
 name                lapack
-version             3.7.1
+version             3.8.0
 categories          math devel science
 platforms           darwin
 license             BSD
@@ -19,9 +19,8 @@ long_description \
 homepage            http://www.netlib.org/${name}/
 master_sites        ${homepage}
 
-checksums           rmd160  db7d1e3cd904d01459db3c40bc613cb8738ad114 \
-                    sha256  f6c53fd9f56932f3ddb3d5e24c1c07e4cd9b3b08e7f89de9c867125eecc9a1c8
-extract.suffix      .tgz
+checksums           rmd160  ff306181c4c125e7594c57c1eeece8b0aa8f8523 \
+                    sha256  deb22cc4a6120bff72621155a9917f485f96ef8319ac074a7afbc68aab88bcf6
 
 compilers.choose    cc fc f77 f90
 compilers.setup     require_fortran -clang -llvm -dragonegg
@@ -49,3 +48,10 @@ variant accelerate description {use BLAS in Accelerate.framework} {
     configure.args-append       -DUSE_OPTIMIZED_BLAS=ON
     configure.ldflags-append    -lvecLibFort
 }
+
+# Note - error on activation. needs workaround or conflict noted
+#Error: Failed to activate lapack: Image error: /opt/local/include/cblas.h is being used by the active atlas port.  Please deactivate this port first, or use 'port -f activate lapack' to force the activation.
+#Error: See /opt/local/var/macports/logs/_opt_macports-ports_math_lapack/lapack/main.log for details.
+#Error: Follow https://guide.macports.org/#project.tickets to report a bug.
+#Error: Processing of port lapack failed
+#$ port provides /opt/local/include/cblas.h

comment:2 Changed 7 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: newclosed

In f4736023365a7fca14be6b4556f98a4f43228236/macports-ports:

lapack: update to 3.8.0. install C headers in ${prefix}/include/lapack to avoid conflict with atlas

Closes: #55957

Note: See TracTickets for help on using tickets.