summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinges, Alexander Ralph Michael (almin100)2017-06-16 12:35:34 +0200
committerMinges, Alexander Ralph Michael (almin100)2017-06-16 12:35:34 +0200
commit6a671048624e28991d84d0ee61642f5b593972d8 (patch)
tree7d2ea339f0d7a36e4fbbc65eca9d2835b9f5afaf
parentf872d099f1fa7109f621278109cb323b7a2e9fde (diff)
downloadaur-6a671048624e28991d84d0ee61642f5b593972d8.tar.gz
fix build; wrong library passed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f5ad5c6c234..04d3fb3490ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jun 15 20:29:00 UTC 2017
+# Fri Jun 16 10:35:20 UTC 2017
pkgbase = rdkit-python2
pkgdesc = RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python.
pkgver = 2017_03_2
- pkgrel = 1
+ pkgrel = 2
url = http://rdkit.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 641a295b7ba4..66b9ce636aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rdkit-python2
_pkgname=RDKit
pkgver=2017_03_2
-pkgrel=1
+pkgrel=2
pkgdesc="RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python."
arch=("i686" "x86_64" "armv7h")
url="http://rdkit.org/"
@@ -24,7 +24,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DRDK_INSTALL_INTREE=0 \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DPYTHON_LIBRARY=/usr/lib/libpython3.6m.so \
+ -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-DPYTHON_INCLUDE_DIR=/usr/include/python2.7/ \
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
-DRDK_BUILD_INCHI_SUPPORT=ON