[arch-commits] Commit in brial/repos (4 files)

Antonio Rojas arojas at archlinux.org
Thu Mar 30 07:44:06 UTC 2017


    Date: Thursday, March 30, 2017 @ 07:44:06
  Author: arojas
Revision: 220057

archrelease: copy trunk to community-i686, community-x86_64

Added:
  brial/repos/community-i686/PKGBUILD
    (from rev 220056, brial/trunk/PKGBUILD)
  brial/repos/community-x86_64/PKGBUILD
    (from rev 220056, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-i686/PKGBUILD
  brial/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 ---------------------
 community-x86_64/PKGBUILD |   30 ---------------------
 3 files changed, 62 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-03-30 07:43:25 UTC (rev 220056)
+++ community-i686/PKGBUILD	2017-03-30 07:44:06 UTC (rev 220057)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=brial
-pkgver=0.8.6
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(i686 x86_64)
-url="https://github.com/BRiAl/BRiAl"
-license=(GPL)
-depends=(python2 m4ri)
-makedepends=(boost)
-conflicts=(polybori)
-replaces=(polybori)
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
-sha256sums=('c148d50fdad94f51d398974f8d2501bc39e57621b931db4ac1ba0b986aacb589')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: brial/repos/community-i686/PKGBUILD (from rev 220056, brial/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-30 07:44:06 UTC (rev 220057)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=brial
+pkgver=0.8.6
+pkgrel=2
+pkgdesc="Library for polynomials over boolean rings"
+arch=(i686 x86_64)
+url="https://github.com/BRiAl/BRiAl"
+license=(GPL)
+depends=(python2 m4ri)
+makedepends=(boost)
+conflicts=(polybori)
+replaces=(polybori)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
+sha256sums=('c148d50fdad94f51d398974f8d2501bc39e57621b931db4ac1ba0b986aacb589')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  export CXXFLAGS="$CXXFLAGS -std=c++98"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-03-30 07:43:25 UTC (rev 220056)
+++ community-x86_64/PKGBUILD	2017-03-30 07:44:06 UTC (rev 220057)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=brial
-pkgver=0.8.6
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(i686 x86_64)
-url="https://github.com/BRiAl/BRiAl"
-license=(GPL)
-depends=(python2 m4ri)
-makedepends=(boost)
-conflicts=(polybori)
-replaces=(polybori)
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
-sha256sums=('c148d50fdad94f51d398974f8d2501bc39e57621b931db4ac1ba0b986aacb589')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 220056, brial/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-30 07:44:06 UTC (rev 220057)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=brial
+pkgver=0.8.6
+pkgrel=2
+pkgdesc="Library for polynomials over boolean rings"
+arch=(i686 x86_64)
+url="https://github.com/BRiAl/BRiAl"
+license=(GPL)
+depends=(python2 m4ri)
+makedepends=(boost)
+conflicts=(polybori)
+replaces=(polybori)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2")
+sha256sums=('c148d50fdad94f51d398974f8d2501bc39e57621b931db4ac1ba0b986aacb589')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  export CXXFLAGS="$CXXFLAGS -std=c++98"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list