head 1.6; access; symbols pkgsrc-2019Q4:1.5.0.24 pkgsrc-2019Q4-base:1.5 pkgsrc-2019Q3:1.5.0.20 pkgsrc-2019Q3-base:1.5 pkgsrc-2019Q2:1.5.0.18 pkgsrc-2019Q2-base:1.5 pkgsrc-2019Q1:1.5.0.16 pkgsrc-2019Q1-base:1.5 pkgsrc-2018Q4:1.5.0.14 pkgsrc-2018Q4-base:1.5 pkgsrc-2018Q3:1.5.0.12 pkgsrc-2018Q3-base:1.5 pkgsrc-2018Q2:1.5.0.10 pkgsrc-2018Q2-base:1.5 pkgsrc-2018Q1:1.5.0.8 pkgsrc-2018Q1-base:1.5 pkgsrc-2017Q4:1.5.0.6 pkgsrc-2017Q4-base:1.5 pkgsrc-2017Q3:1.5.0.4 pkgsrc-2017Q3-base:1.5 pkgsrc-2017Q2:1.4.0.4 pkgsrc-2017Q2-base:1.4 pkgsrc-2017Q1:1.4.0.2 pkgsrc-2017Q1-base:1.4 pkgsrc-2016Q4:1.3.0.20 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.18 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.16 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.14 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.12 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.10 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.8 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.6 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.4 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.2 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.2.0.2 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.1.0.2 pkgsrc-2014Q1-base:1.1; locks; strict; comment @# @; 1.6 date 2020.02.28.21.48.54; author plunky; state dead; branches; next 1.5; commitid l9CC8MRhUeTYmuYB; 1.5 date 2017.09.11.20.56.28; author wiz; state Exp; branches; next 1.4; commitid 8VKpfRhIJFcB0P6A; 1.4 date 2017.01.25.15.53.06; author adam; state Exp; branches; next 1.3; commitid e1cJmvdHJeyKGmDz; 1.3 date 2014.08.19.13.37.15; author joerg; state Exp; branches; next 1.2; commitid hmfhxvBQIT81yYMx; 1.2 date 2014.03.31.20.53.22; author adam; state Exp; branches; next 1.1; commitid Z7bmAzdac3GIuTux; 1.1 date 2014.02.28.09.39.56; author adam; state Exp; branches; next ; commitid QGipkGIU537eLQqx; desc @@ 1.6 log @Update math/lapack and math/blas to v3.9.0 Have switched to the CMAKE build and enabled tests. make test passes all (with one patch pushed upstream) Package additions, from the release notes are: LAPACK 3.9.0 LAPACK QR preconditioned QR SVD method for computing the SVD with high accuracy, by Zlatko Drmac LAPACK Householder Reconstruction by Igor Kozachenko and Jim Demmel LAPACK 3.8.0 Symmetric-indefinite Factorization: Aasen’s tridiagonalization 2 stage A contribution from Ichitaro Yamazaki (University of Tennessee). LAPACKE interfaces A contribution from Julie Langou (University of Tennessee). @ text @$NetBSD: patch-BLAS_SRC_Makefile,v 1.5 2017/09/11 20:56:28 wiz Exp $ Use LIBTOOL. --- BLAS/SRC/Makefile.orig 2017-06-17 22:46:53.000000000 +0000 +++ BLAS/SRC/Makefile @@@@ -138,8 +138,8 @@@@ ALLOBJ = $(SBLAS1) $(SBLAS2) $(SBLAS3) $ $(ZBLAS2) $(ZBLAS3) $(ALLBLAS) $(BLASLIB): $(ALLOBJ) - $(ARCH) $(ARCHFLAGS) $@@ $^ - $(RANLIB) $@@ + ${LIBTOOL} --mode=link --tag=FC ${FC} ${LDFLAGS} -o libblas.la \ + $(ALLOBJ:.o=.lo) -rpath ${PREFIX}/lib -version-info 4:0 single: $(SBLAS1) $(ALLBLAS) $(SBLAS2) $(SBLAS3) $(ARCH) $(ARCHFLAGS) $(BLASLIB) $^ @@@@ -167,4 +167,4 @@@@ cleanlib: #rm -f $(BLASLIB) # May point to a system lib, e.g. -lblas .f.o: - $(FORTRAN) $(OPTS) -c -o $@@ $< + ${LIBTOOL} --mode=compile --tag=FC ${FC} ${FFLAGS} -c -o $@@ $< @ 1.5 log @Update blas and lapack to 3.7.1. Reduce pkgsrc patches by depending on gmake. No changelog found. @ text @d1 1 a1 1 $NetBSD: patch-BLAS_SRC_Makefile,v 1.4 2017/01/25 15:53:06 adam Exp $ @ 1.4 log @Changes 3.7.0: * Linear Least Squares / Minimum Norm solution * Symmetric-indefinite Factorization: Aasen’s tridiagonalization * Symmetric-indefinite Factorization: New storage format for L factor in Rook Pivoting and Bunch Kaufman of LDLT * Symmetric eigenvalue problem: Two-stage algorithm for reduction to tridiagonal form * Improved Complex Jacobi SVD * LAPACKE interfaces @ text @d1 1 a1 1 $NetBSD: patch-BLAS_SRC_Makefile,v 1.3 2014/08/19 13:37:15 joerg Exp $ d5 1 a5 1 --- BLAS/SRC/Makefile.orig 2016-12-23 23:01:32.000000000 +0000 d11 1 a11 1 - $(ARCH) $(ARCHFLAGS) $@@ $(ALLOBJ) d17 3 a19 3 $(ARCH) $(ARCHFLAGS) $(BLASLIB) $(SBLAS1) $(ALLBLAS) \ @@@@ -168,4 +168,4 @@@@ clean: rm -f *.o d23 1 a23 1 + ${LIBTOOL} --mode=compile --tag=FC ${FC} ${FFLAGS} -c $< @ 1.3 log @Build and link Fortran code using the Fortran Compiler. Bump revision. @ text @d1 1 a1 1 $NetBSD: patch-BLAS_SRC_Makefile,v 1.2 2014/03/31 20:53:22 adam Exp $ d5 1 a5 1 --- BLAS/SRC/Makefile.orig 2008-11-07 17:35:57.000000000 +0000 d7 1 a7 1 @@@@ -138,8 +138,8 @@@@ ALLOBJ=$(SBLAS1) $(SBLAS2) $(SBLAS3) $(D d21 2 a22 2 .f.o: - $(FORTRAN) $(OPTS) -c $< -o $@@ @ 1.2 log @Fix linking with gfortran @ text @d1 1 a1 1 $NetBSD: patch-BLAS_SRC_Makefile,v 1.1 2014/02/28 09:39:56 adam Exp $ d13 1 a13 1 + ${LIBTOOL} --mode=link --tag=CC ${FC} ${LDFLAGS} -o libblas.la \ d23 1 a23 1 + ${LIBTOOL} --mode=compile --tag=CC ${FC} ${FFLAGS} -c $< @ 1.1 log @Changes 3.5.0: * added Symmetric/Hermitian LDLT factorization routines with rook pivoting algorithm * 2-by-1 CSD to be used for tall and skinny matrix with orthonormal columns (in LAPCK 3.4.0, we already integrated CSD of a full square orthogonal matrix) * New stopping criteria for balancing. @ text @d1 1 a1 1 $NetBSD$ d13 1 a13 1 + ${LIBTOOL} --mode=link --tag=F77 ${FC} ${LDFLAGS} -o libblas.la \ @