Date: Monday, March 27, 2017 @ 18:38:31 Author: arojas Revision: 219406
archrelease: copy trunk to community-i686, community-x86_64 Added: latte-integrale/repos/community-i686/PKGBUILD (from rev 219405, latte-integrale/trunk/PKGBUILD) latte-integrale/repos/community-x86_64/PKGBUILD (from rev 219405, latte-integrale/trunk/PKGBUILD) Deleted: latte-integrale/repos/community-i686/PKGBUILD latte-integrale/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 58 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 26 ------------------- community-x86_64/PKGBUILD | 26 ------------------- 3 files changed, 58 insertions(+), 52 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-03-27 18:38:00 UTC (rev 219405) +++ community-i686/PKGBUILD 2017-03-27 18:38:31 UTC (rev 219406) @@ -1,26 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=latte-integrale -pkgver=1.7.3 -pkgrel=1 -pkgdesc="Computer software dedicated to the problems of counting lattice points and integration inside convex polytopes" -arch=(i686 x86_64) -url="https://www.math.ucdavis.edu/~latte/" -license=(GPL) -depends=(4ti2 ntl cddlib lidia) -source=("https://www.math.ucdavis.edu/~latte/software/packages/latte_current/latte-int-$pkgver.tar.gz") -sha256sums=('b6777067d11a454e4dbaf5af8fb227d2b66960d79245ea967192738ad2a1e76c') - -build() { - cd latte-int-$pkgver - - export CXXFLAGS="-DNTL_STD_CXX $CXXFLAGS" - ./configure --prefix=/usr --enable-shared --with-ntl=/usr - make -} - -package() { - cd latte-int-$pkgver - make DESTDIR="$pkgdir" install -} - Copied: latte-integrale/repos/community-i686/PKGBUILD (from rev 219405, latte-integrale/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-03-27 18:38:31 UTC (rev 219406) @@ -0,0 +1,29 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=latte-integrale +pkgver=1.7.3 +pkgrel=2 +pkgdesc="Computer software dedicated to the problems of counting lattice points and integration inside convex polytopes" +arch=(i686 x86_64) +url="https://www.math.ucdavis.edu/~latte/" +license=(GPL) +depends=(4ti2 ntl cddlib lidia) +source=("https://www.math.ucdavis.edu/~latte/software/packages/latte_current/latte-int-$pkgver.tar.gz") +sha256sums=('b6777067d11a454e4dbaf5af8fb227d2b66960d79245ea967192738ad2a1e76c') + +build() { + cd latte-int-$pkgver + + export CXXFLAGS="-DNTL_STD_CXX $CXXFLAGS" + ./configure --prefix=/usr --enable-shared --with-ntl=/usr + make +} + +package() { + cd latte-int-$pkgver + make DESTDIR="$pkgdir" install + +# Fix conflicts with LLVM + mv "$pkgdir"/usr/bin/{count,latte-count} +} + Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-03-27 18:38:00 UTC (rev 219405) +++ community-x86_64/PKGBUILD 2017-03-27 18:38:31 UTC (rev 219406) @@ -1,26 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=latte-integrale -pkgver=1.7.3 -pkgrel=1 -pkgdesc="Computer software dedicated to the problems of counting lattice points and integration inside convex polytopes" -arch=(i686 x86_64) -url="https://www.math.ucdavis.edu/~latte/" -license=(GPL) -depends=(4ti2 ntl cddlib lidia) -source=("https://www.math.ucdavis.edu/~latte/software/packages/latte_current/latte-int-$pkgver.tar.gz") -sha256sums=('b6777067d11a454e4dbaf5af8fb227d2b66960d79245ea967192738ad2a1e76c') - -build() { - cd latte-int-$pkgver - - export CXXFLAGS="-DNTL_STD_CXX $CXXFLAGS" - ./configure --prefix=/usr --enable-shared --with-ntl=/usr - make -} - -package() { - cd latte-int-$pkgver - make DESTDIR="$pkgdir" install -} - Copied: latte-integrale/repos/community-x86_64/PKGBUILD (from rev 219405, latte-integrale/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-03-27 18:38:31 UTC (rev 219406) @@ -0,0 +1,29 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=latte-integrale +pkgver=1.7.3 +pkgrel=2 +pkgdesc="Computer software dedicated to the problems of counting lattice points and integration inside convex polytopes" +arch=(i686 x86_64) +url="https://www.math.ucdavis.edu/~latte/" +license=(GPL) +depends=(4ti2 ntl cddlib lidia) +source=("https://www.math.ucdavis.edu/~latte/software/packages/latte_current/latte-int-$pkgver.tar.gz") +sha256sums=('b6777067d11a454e4dbaf5af8fb227d2b66960d79245ea967192738ad2a1e76c') + +build() { + cd latte-int-$pkgver + + export CXXFLAGS="-DNTL_STD_CXX $CXXFLAGS" + ./configure --prefix=/usr --enable-shared --with-ntl=/usr + make +} + +package() { + cd latte-int-$pkgver + make DESTDIR="$pkgdir" install + +# Fix conflicts with LLVM + mv "$pkgdir"/usr/bin/{count,latte-count} +} +