forked from Lainports/freebsd-ports
Extra precision version of LAPACK which uses XBLAS. It uses XBLAS instead BLAS to use LAPACK. http://www.netlib.org/lapack/ Submitted by: bf
18 lines
333 B
Makefile
18 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"
|