Rebuild GCC prerequisites.
This commit is contained in:
@@ -4,7 +4,7 @@ _realname=cloog
|
||||
_mingw_suff=mingw-w64-${CARCH}
|
||||
pkgname=("${_mingw_suff}-${_realname}")
|
||||
pkgver=0.18.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
groups=("${_mingw_suff}")
|
||||
pkgdesc="Library that generates loops for scanning polyhedra"
|
||||
arch=('any')
|
||||
|
||||
@@ -4,7 +4,7 @@ _realname=gmp
|
||||
_mingw_suff=mingw-w64-${CARCH}
|
||||
pkgname=("${_mingw_suff}-${_realname}")
|
||||
pkgver=6.0.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A free library for arbitrary precision arithmetic"
|
||||
arch=('any')
|
||||
groups=("${_mingw_suff}")
|
||||
|
||||
@@ -4,7 +4,7 @@ _realname=isl
|
||||
_mingw_suff=mingw-w64-${CARCH}
|
||||
pkgname=("${_mingw_suff}-${_realname}")
|
||||
pkgver=0.12.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
|
||||
arch=('any')
|
||||
url="http://freecode.com/projects/isl"
|
||||
@@ -14,7 +14,7 @@ makedepends=("${_mingw_suff}-gmp")
|
||||
options=('staticlibs')
|
||||
license=('MIT')
|
||||
source=(http://isl.gforge.inria.fr/${_realname}-${pkgver}.tar.bz2
|
||||
#ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/${_realname}-$pkgver.tar.bz2
|
||||
#ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/${_realname}-$pkgver.tar.bz2
|
||||
isl-0.12.1-no-undefined.patch)
|
||||
md5sums=('27d381085ff1b5733c3e8a9b6ad24a4d'
|
||||
'ca9a6f7dd457cfa1cd33597d23046fe9')
|
||||
@@ -27,10 +27,10 @@ prepare() {
|
||||
build() {
|
||||
cd "$srcdir/${_realname}-$pkgver"
|
||||
./configure --prefix=${MINGW_PREFIX} \
|
||||
--build=${MINGW_CHOST} \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--with-gmp-prefix=${MINGW_PREFIX}
|
||||
--build=${MINGW_CHOST} \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--with-gmp-prefix=${MINGW_PREFIX}
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ _realname=mpc
|
||||
_mingw_suff=mingw-w64-${CARCH}
|
||||
pkgname="${_mingw_suff}-${_realname}"
|
||||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Multiple precision complex arithmetic library (mingw-w64)"
|
||||
groups=("${_mingw_suff}")
|
||||
url='http://www.multiprecision.org'
|
||||
|
||||
@@ -6,7 +6,7 @@ pkgname=("${_mingw_suff}-${_realname}")
|
||||
_pkgver=3.1.2
|
||||
_patchlevel=p5
|
||||
pkgver=${_pkgver}.${_patchlevel}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Multiple-precision floating-point library"
|
||||
arch=('any')
|
||||
url="http://www.mpfr.org/"
|
||||
@@ -31,9 +31,9 @@ build() {
|
||||
|
||||
./configure --build=${MINGW_CHOST} \
|
||||
--prefix=${MINGW_PREFIX} \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--with-gmp=${MINGW_PREFIX}
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--with-gmp=${MINGW_PREFIX}
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user