mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
79b923300e
Extra precision version of LAPACK which uses XBLAS. It uses XBLAS instead BLAS to use LAPACK. http://www.netlib.org/lapack/ Submitted by: bf
19 lines
333 B
Makefile
19 lines
333 B
Makefile
# New ports collection makefile for: xlapack
|
|
# Date created: 6 January 2012
|
|
# Whom: bf@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xlapack
|
|
PORTREVISION= 0
|
|
|
|
MAINTAINER= maho@FreeBSD.org
|
|
COMMENT= Extended Precision LAPACK
|
|
|
|
XLAPACK_SLAVEPORT= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../lapack
|
|
|
|
.include "${MASTERDIR}/Makefile"
|