mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
ba7c30e4a6
for 2 <= e <= 16. To be used by SageMath.
28 lines
473 B
Makefile
28 lines
473 B
Makefile
# Created by: thierry@pompo.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= M4RIE
|
|
PORTVERSION= 20200115
|
|
DISTVERSIONPREFIX= release-
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Library for fast arithmetic with dense matrices over GF(2^e)
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LIB_DEPENDS= libm4ri.so:math/m4ri
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= malb
|
|
GH_PROJECT= ${PORTNAME:tl}
|
|
|
|
USES= autoreconf libtool localbase pkgconfig
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|