summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentf872d099f1fa7109f621278109cb323b7a2e9fde (diff)
downloadaur-6a671048624e28991d84d0ee61642f5b593972d8.tar.gz
fix build; wrong library passed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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