summaryrefslogtreecommitdiff
path: root/math/iml/Makefile
blob: 6039e3579e964317d5d45190daec2cf2a6e59a74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	iml
PORTVERSION=	1.0.5
PORTREVISION=	5
CATEGORIES=	math
MASTER_SITES=	http://www.cs.uwaterloo.ca/~astorjoh/

MAINTAINER=	thierry@FreeBSD.org
COMMENT=	Integer Matrix Library
WWW=		https://cs.uwaterloo.ca/~astorjoh/iml.html

LICENSE=	GPLv2

LIB_DEPENDS=	libgmp.so:math/gmp

USES=		blaslapack:openblas libtool localbase tar:bz2

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-cblas=${LAPACKLIB} --enable-shared
USE_LDCONFIG=	yes

TEST_TARGET=	check

.include <bsd.port.mk>