mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
- 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@
12 lines
207 B
Makefile
12 lines
207 B
Makefile
# Created by: bf@FreeBSD.org
|
|
|
|
PORTNAME= xlapack
|
|
|
|
MAINTAINER= fortran@FreeBSD.org
|
|
COMMENT= Extended Precision LAPACK
|
|
|
|
XLAPACK_SLAVEPORT= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../lapack
|
|
|
|
.include "${MASTERDIR}/Makefile"
|