mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
12 lines
268 B
Makefile
12 lines
268 B
Makefile
PORTNAME= xlapack
|
|
|
|
MAINTAINER= fortran@FreeBSD.org
|
|
COMMENT= Extended Precision LAPACK
|
|
|
|
BROKEN= 3.12.1 does not build, see https://github.com/Reference-LAPACK/lapack/issues/1092
|
|
|
|
XLAPACK_SLAVEPORT= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../lapack
|
|
|
|
.include "${MASTERDIR}/Makefile"
|