Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isl: update to 0.23 (with cloog and soname) #29104

Merged
merged 2 commits into from Mar 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Expand Up @@ -1078,7 +1078,7 @@ libfltk_images.so.1.3 fltk-1.3.0_1
libspectre.so.1 libspectre-0.2.6_1
libsratom-0.so.0 sratom-0.4.0_1
libpwquality.so.1 libpwquality-1.1.1_1
libisl.so.10 isl-0.10_1
libisl.so.23 isl-0.23_1
libisl.so.19 isl15-0.19_1
libcloog-isl.so.4 cloog-0.18.1_1
librtmp.so.1 librtmp-2.4.20161210_1
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/cloog/template
@@ -1,7 +1,7 @@
# Template file for 'cloog'
pkgname=cloog
version=0.18.4
revision=2
version=0.20.0
revision=1
bootstrap=yes
build_style=gnu-configure
configure_args="--with-isl=system --with-gmp=system --with-gmp-exec-prefix=${XBPS_CROSS_BASE}"
Expand All @@ -10,8 +10,8 @@ short_desc="Library that generates loops for scanning polyhedra"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="http://www.bastoul.net/cloog/"
distfiles="http://www.bastoul.net/cloog/pages/download/cloog-$version.tar.gz"
checksum=325adf3710ce2229b7eeb9e84d3b539556d093ae860027185e7af8a8b00a750e
distfiles="https://github.com/periscop/cloog/releases/download/cloog-${version}/cloog-${version}.tar.gz"
dkwo marked this conversation as resolved.
Show resolved Hide resolved
checksum=835c49951ff57be71dcceb6234d19d2cc22a3a5df84aea0a9d9760d92166fc72

cloog-devel_package() {
depends="${makedepends} cloog>=${version}_${revision}"
Expand Down
13 changes: 7 additions & 6 deletions srcpkgs/isl/template
@@ -1,29 +1,30 @@
# Template file for 'isl'
pkgname=isl
version=0.12.2
revision=2
version=0.23
revision=1
bootstrap=yes
build_style=gnu-configure
makedepends="gmp-devel"
short_desc="Integer Set Library"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="http://freecode.com/projects/isl"
license="LGPL-2.1"
license="MIT"
homepage="http://isl.gforge.inria.fr"
distfiles="http://isl.gforge.inria.fr/isl-${version}.tar.bz2"
checksum=f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4
checksum=c58922c14ae7d0791a77932f377840890f19bc486b653fa64eba7f1026fb214d

if [ -z "$CHROOT_READY" ]; then
CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
LDFLAGS="-L${XBPS_MASTERDIR}/usr/lib"
fi

post_install() {
vlicense LICENSE
# Remove gdb python files.
rm -f ${DESTDIR}/usr/lib/*.py
}

isl-devel_package() {
depends="gmp-devel isl>=${version}_${revision}"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
Expand Down