pkgsrc/math/lapack/Makefile
plunky 9ffb0ab867 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).
2020-02-28 21:48:53 +00:00

13 lines
287 B
Makefile

# $NetBSD: Makefile,v 1.40 2020/02/28 21:48:53 plunky Exp $
.include "Makefile.common"
COMMENT= Linear Algebra PACKage
# use external blas
CMAKE_ARGS+= -DBLAS_LIBRARIES:STRING=${BLAS_LIBS}
BUILD_TARGET= lapack
.include "../../math/blas/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"