commit
e36e5dc6df
8 changed files with 18 additions and 23 deletions
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'cloog-ppl'
|
# Template file for 'cloog-ppl'
|
||||||
pkgname=cloog-ppl
|
pkgname=cloog-ppl
|
||||||
version=0.15.9
|
version=0.15.11
|
||||||
distfiles="ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${version}.tar.gz"
|
distfiles="ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${version}.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-bits=gmp --with-ppl=${XBPS_MASTERDIR}/usr"
|
configure_args="--with-bits=gmp --with-ppl=${XBPS_MASTERDIR}/usr"
|
||||||
revision=1
|
|
||||||
short_desc="The Chunky Loop Generator"
|
short_desc="The Chunky Loop Generator"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=8c54d4bca186cb66671e07540aec276d5f8ad013ae8867294576b431cbb142a5
|
checksum=7cd634d0b2b401b04096b545915ac67f883556e9a524e8e803a6bf6217a84d5f
|
||||||
long_desc="
|
long_desc="
|
||||||
CLooG is a software which generates loops for scanning Z-polyhedra.That is,
|
CLooG is a software which generates loops for scanning Z-polyhedra.That is,
|
||||||
CLooG finds the code or pseudo-code where each integral point of one or more
|
CLooG finds the code or pseudo-code where each integral point of one or more
|
||||||
|
@ -18,8 +17,3 @@ bootstrap=yes
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency build gmp-devel
|
Add_dependency build gmp-devel
|
||||||
Add_dependency build ppl-devel
|
Add_dependency build ppl-devel
|
||||||
|
|
||||||
pre_configure()
|
|
||||||
{
|
|
||||||
sed -i "/ppl_minor_version=/s#10#11#" configure
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'diffutils'
|
# Template file for 'diffutils'
|
||||||
pkgname=diffutils
|
pkgname=diffutils
|
||||||
version=3.1
|
version=3.2
|
||||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=1
|
|
||||||
short_desc="The GNU diff utilities"
|
short_desc="The GNU diff utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/diffutils"
|
homepage="http://www.gnu.org/software/diffutils"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
checksum=3f207a78a9cf26e19207fb7ef4362a186708c2fa9cbcf8deb22df1307e6125b5
|
checksum=ab4fb75d0ef35f3c8c9a148cd3526ba6f4db71d10467a041eb45006436079149
|
||||||
long_desc="
|
long_desc="
|
||||||
Diffutils contains the GNU diff, diff3, sdiff, and cmp utilities. Their
|
Diffutils contains the GNU diff, diff3, sdiff, and cmp utilities. Their
|
||||||
features are a superset of the Unix features and they are significantly
|
features are a superset of the Unix features and they are significantly
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
libdl.so.2
|
libdl.so.2
|
||||||
libm.so.6
|
libm.so.6
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libreadline.so.6
|
||||||
|
|
|
@ -4,8 +4,8 @@ version=4.0.0
|
||||||
homepage="http://www.gnu.org/directory/GNU/gawk.html"
|
homepage="http://www.gnu.org/directory/GNU/gawk.html"
|
||||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_func_working_mktime=yes"
|
configure_args="ac_cv_func_working_mktime=yes --with-readline"
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="The GNU awk utility"
|
short_desc="The GNU awk utility"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
@ -14,3 +14,4 @@ long_desc="
|
||||||
The GNU AWK utility, a pattern scanning and processing tool."
|
The GNU AWK utility, a pattern scanning and processing tool."
|
||||||
|
|
||||||
Add_dependency build gettext
|
Add_dependency build gettext
|
||||||
|
Add_dependency build readline
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glibc'
|
# Template file for 'glibc'
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
version=2.14.1
|
version=2.14.1
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2"
|
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2"
|
||||||
short_desc="The GNU C library"
|
short_desc="The GNU C library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -53,7 +53,7 @@ do_build()
|
||||||
|
|
||||||
SHELL=/bin/bash ../configure --prefix=/usr --with-tls \
|
SHELL=/bin/bash ../configure --prefix=/usr --with-tls \
|
||||||
--enable-add-ons --enable-multi-arch \
|
--enable-add-ons --enable-multi-arch \
|
||||||
--enable-bind-now --enable-kernel=2.6.27 \
|
--enable-bind-now --enable-kernel=2.6.39 \
|
||||||
--enable-stack-guard-randomization --disable-profile \
|
--enable-stack-guard-randomization --disable-profile \
|
||||||
--without-cvs --without-gd --libexecdir=/usr/lib \
|
--without-cvs --without-gd --libexecdir=/usr/lib \
|
||||||
--libdir=/usr/lib --with-headers=${XBPS_MASTERDIR}/usr/include
|
--libdir=/usr/lib --with-headers=${XBPS_MASTERDIR}/usr/include
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gmp'
|
# Template build file for 'gmp'
|
||||||
pkgname=gmp
|
pkgname=gmp
|
||||||
version=5.0.1
|
version=5.0.2
|
||||||
distfiles="ftp://ftp.gnu.org/gnu/gmp/gmp-${version}.tar.bz2"
|
distfiles="${GNU_SITE}/gmp/gmp-${version}.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# Build with -fexceptions as suggested by ppl.
|
# Build with -fexceptions as suggested by ppl.
|
||||||
CPPFLAGS="-fexceptions"
|
CPPFLAGS="-fexceptions"
|
||||||
|
@ -10,10 +10,9 @@ if [ "${XBPS_MACHINE}" = "i686" ]; then
|
||||||
fi
|
fi
|
||||||
configure_args="${configure_args} --enable-cxx --enable-mpbsd
|
configure_args="${configure_args} --enable-cxx --enable-mpbsd
|
||||||
--build=${XBPS_MACHINE}-unknown-linux-gnu"
|
--build=${XBPS_MACHINE}-unknown-linux-gnu"
|
||||||
revision=1
|
|
||||||
short_desc="Library for arbitrary precision arithmetic"
|
short_desc="Library for arbitrary precision arithmetic"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=a2a610f01fd3298dc08c87bf30498c2402590e1bcb227fc40b15ee6d280939fb
|
checksum=dbc2db76fdd4e99f85d5e35aa378ed62c283e0d586b91bd8703aff75a7804c28
|
||||||
long_desc="
|
long_desc="
|
||||||
GNU MP is a library for arbitrary precision arithmetic, operating on signed
|
GNU MP is a library for arbitrary precision arithmetic, operating on signed
|
||||||
integers, rational numbers, and floating point numbers. It has a rich set
|
integers, rational numbers, and floating point numbers. It has a rich set
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
libmpfr.so.4
|
libmpfr.so.4
|
||||||
libgmp.so.10
|
libgmp.so.10
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libm.so.6
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template build file for 'mpc'
|
# Template build file for 'mpc'
|
||||||
pkgname=mpc
|
pkgname=mpc
|
||||||
version=0.8.2
|
version=0.9
|
||||||
revision=2
|
|
||||||
distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz"
|
distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="EGREP=egrep"
|
||||||
short_desc="C library for the arithmetic of complex numbers"
|
short_desc="C library for the arithmetic of complex numbers"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ae79f8d41d8a86456b68607e9ca398d00f8b7342d1d83bcf4428178ac45380c7
|
checksum=fd3efe422f0d454592059e80f2c00d1a2e381bf2beda424c5094abd4deb049ac
|
||||||
long_desc="
|
long_desc="
|
||||||
Mpc is a C library for the arithmetic of complex numbers with arbitrarily
|
Mpc is a C library for the arithmetic of complex numbers with arbitrarily
|
||||||
high precision and correct rounding of the result. It is built upon and
|
high precision and correct rounding of the result. It is built upon and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue