1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/math/cblas/Makefile
Thierry Thomas c2488a6020 math/lapack: +math/blas et al., upgrade to 3.9.1
- 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@
2021-06-13 19:48:12 +02:00

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"