mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
math/cloog: Update to 0.21.1
This commit is contained in:
parent
ae342c36f6
commit
f93fa05cb4
@ -1,6 +1,5 @@
|
||||
PORTNAME= cloog
|
||||
PORTVERSION= 0.20.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.21.1
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= math
|
||||
|
||||
@ -11,7 +10,8 @@ WWW= http://www.cloog.org/
|
||||
LICENSE= LGPL21
|
||||
|
||||
LIB_DEPENDS= libgmp.so:math/gmp \
|
||||
libisl.so:devel/isl
|
||||
libisl.so:devel/isl \
|
||||
libosl.so:math/openscop
|
||||
|
||||
USES= autoreconf gmake libtool
|
||||
|
||||
@ -21,7 +21,10 @@ GH_ACCOUNT= periscop
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET=install-strip
|
||||
CONFIGURE_ARGS+= --with-gmp-prefix=${LOCALBASE} --with-isl-prefix=${LOCALBASE}
|
||||
CONFIGURE_ARGS+=--with-gmp-prefix=${LOCALBASE} \
|
||||
--with-isl-prefix=${LOCALBASE} \
|
||||
--with-osl-prefix=${LOCALBASE} \
|
||||
--with-osl=system
|
||||
CONFIGURE_ENV= pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/ ac_cv_prog_TEXI2DVI=""
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1596748475
|
||||
SHA256 (periscop-cloog-cloog-0.20.0_GH0.tar.gz) = e6bdbe02a409f216ec724e26317d122baa17467e05fe5ad3cc8591f2f0a5df47
|
||||
SIZE (periscop-cloog-cloog-0.20.0_GH0.tar.gz) = 512106
|
||||
TIMESTAMP = 1688139392
|
||||
SHA256 (periscop-cloog-cloog-0.21.1_GH0.tar.gz) = eace8938416a3240c073bdf935b12d2f9c115ec574d9bcbcc9423fe96ed530eb
|
||||
SIZE (periscop-cloog-cloog-0.21.1_GH0.tar.gz) = 521330
|
||||
|
Loading…
Reference in New Issue
Block a user