2021-03-25 09:32:48 by Dr. Thomas Orgis | Files touched by this commit (1) |
Log message:
math/lapack: remove bad/broken BLAS_LIBS usage, always use netlib BLAS here
|
2020-10-12 23:52:05 by Jason Bacon | Files touched by this commit (87) |
Log message:
math/blas, math/lapack: Install interchangeable BLAS system
Install the new interchangeable BLAS system created by Thomas Orgis,
currently supporting Netlib BLAS/LAPACK, OpenBLAS, cblas, lapacke, and
Apple's Accelerate.framework. This system allows the user to select any
BLAS implementation without modifying packages or using package options, by
setting PKGSRC_BLAS_TYPES in mk.conf. See mk/blas.buildlink3.mk for details.
This commit should not alter behavior of existing packages as the system
defaults to Netlib BLAS/LAPACK, which until now has been the only supported
implementation.
Details:
Add new mk/blas.buildlink3.mk for inclusion in dependent packages
Install compatible Netlib math/blas and math/lapack packages
Update math/blas and math/lapack MAINTAINER approved by adam@
OpenBLAS, cblas, and lapacke will follow in separate commits
Update direct dependents to use mk/blas.buildlink3.mk
Perform recursive revbump
|
2020-02-28 22:48:54 by Iain Hibbert | Files touched by this commit (14) |
Log message:
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-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-10-05 08:14:05 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
In MAKE_JOBS >= 8 at least, some .o files are not built before link stage.
Mark MAKE_JOBS_SAFE=no.
|
2018-08-12 17:02:04 by Maya Rashish | Files touched by this commit (1) |
Log message:
LAPACK: build deprecated functions. Allows me to build unmodified
octave forge control, sparing the need to understand how to patch
fortran 77 code.
Fixes PR pkg/52449.
bump PKGREVISION.
|
2017-09-11 22:56:28 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update blas and lapack to 3.7.1.
Reduce pkgsrc patches by depending on gmake.
No changelog found.
|
2017-01-25 16:53:06 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
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
|
2016-12-12 15:36:23 by Thomas Klausner | Files touched by this commit (2) |
Log message:
MAKE_ENV is in OPSYSVARS -- simplify previous.
Thanks, jperkin!
|
2016-12-12 15:24:59 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Wrap Dragonfly specific workaround in .if ${OPSYS} == "DragonFly"
|