openbsd-ports/math/isl/Makefile
2022-03-11 19:36:11 +00:00

28 lines
505 B
Makefile

COMMENT = manipulate integer points bounded by linear constraints
DISTNAME = isl-0.18
SHARED_LIBS += isl 0.0 # 18.0
HOMEPAGE = https://guix.gnu.org/packages/isl-0.18/
CATEGORIES = math
#MIT
PERMIT_PACKAGE = Yes
WANTLIB += gmp
MASTER_SITES = https://gcc.gnu.org/pub/gcc/infrastructure/
EXTRACT_SUFX = .tar.bz2
LIB_DEPENDS = devel/gmp
SEPARATE_BUILD = Yes
USE_GMAKE = Yes
CONFIGURE_STYLE ?= gnu
CONFIGURE_ARGS += --with-gmp-prefix="${LOCALBASE}"
.include <bsd.port.mk>