mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
c2488a6020
- Upgrade math/blas, math/cblas, math/lapack, math/lapacke and math/xlapack to 3.9.1; Latest release notes at <http://www.netlib.org/lapack/lapack-3.9.1.html> - Chase this upgrade in biology/treekin; - Add a test target; - Remove a conflict with math/openblas (PR 244296); - Fix the build with Gcc10 (PR 247485). PR: 247542 Approved by: expr-run by antoine@
14 lines
276 B
Makefile
14 lines
276 B
Makefile
# Created by: bf@FreeBSD.org
|
|
|
|
PORTNAME= cblas
|
|
|
|
MAINTAINER= fortran@FreeBSD.org
|
|
COMMENT= Reference implementation of the C interface to the legacy Fortran BLAS
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
CBLAS_SLAVEPORT= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../lapack
|
|
|
|
.include "${MASTERDIR}/Makefile"
|