summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-10-11 21:43:37 +0200
committerMichel Zou2016-10-11 21:43:37 +0200
commit9c65c2fad881a1639240abca1142008ebcef613f (patch)
treec4eae96f2d09b338c7fcfc580dc147578ac851cf
parent59a3490fc353cde7323507bfd006cb9647ea4904 (diff)
downloadaur-9c65c2fad881a1639240abca1142008ebcef613f.tar.gz
0.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5c5dcfd1558..d83fc43e0c4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Sep 25 18:11:50 UTC 2016
+# Tue Oct 11 19:43:37 UTC 2016
pkgbase = mingw-w64-agrum
pkgdesc = C++ Bayesian networks library (mingw-w64)
- pkgver = 0.9.2
+ pkgver = 0.9.3
pkgrel = 1
url = https://forge.lip6.fr/projects/aGrUM/wiki
arch = any
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-agrum
options = !buildflags
options = staticlibs
options = !strip
- source = agrum-0.9.2::git+git://forge.lip6.fr/aGrUM#tag=0.9.2
+ source = agrum-0.9.3::git+git://forge.lip6.fr/aGrUM#tag=0.9.3
md5sums = SKIP
pkgname = mingw-w64-agrum
diff --git a/PKGBUILD b/PKGBUILD
index 05e10b714b8f..d2c9f96ec588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-agrum
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=1
pkgdesc="C++ Bayesian networks library (mingw-w64)"
license=('GPL')
@@ -15,7 +15,6 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd agrum-$pkgver
- sed -i "49i#include <cmath>" src/agrum/core/math/chi2.cpp
}
build() {
@@ -23,8 +22,8 @@ build() {
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-cmake \
- -DCMAKE_BUILD_TYPE=Release \
- ../src
+ -DBUILD_PYTHON=OFF \
+ ..
make
popd
done