Files
ports/math/iml/Makefile
Thierry Thomas e54e2c695b */*: bump PORTREVISION after OpenBLAS upgrade
Remark: this souldn’t be necessary, because the version of the library is the
same, but due to many changes between these releases, it is safer this way.

PR:		284314
2025-01-28 17:42:55 +01:00

24 lines
475 B
Makefile

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>