cloog: -devel depends on isl too.
This commit is contained in:
parent
6b17981dbe
commit
a1cf9597f7
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cloog'
|
||||
pkgname=cloog
|
||||
version=0.18.1
|
||||
revision=1
|
||||
revision=2
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-isl=system --with-gmp=system --with-gmp-exec-prefix=${XBPS_CROSS_BASE}"
|
||||
|
@ -20,9 +20,9 @@ if [ -z "$CHROOT_READY" ]; then
|
|||
fi
|
||||
|
||||
cloog-devel_package() {
|
||||
depends="gmp-devel cloog>=${version}"
|
||||
depends="gmp-devel isl-devel cloog>=${version}_${revision}"
|
||||
replaces="cloog-ppl-devel>=0"
|
||||
short_desc+=" -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue