summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAthemis2018-07-10 15:35:19 +0200
committerAthemis2018-07-10 15:35:19 +0200
commit0a0c07d137f2ba4d15fe628dd403eb8bb305eefc (patch)
tree04cc4824295a6897d53f71d5d992f1b6e62ab467
parente3cf25a96f955c2ef102d77d0ddd8fdeb20199a2 (diff)
downloadaur-0a0c07d137f2ba4d15fe628dd403eb8bb305eefc.tar.gz
add eigen3 to dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5ae40f9038d..6f1bfe7ce3c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jul 10 13:19:58 UTC 2018
+# Tue Jul 10 13:35:14 UTC 2018
pkgbase = rdkit
pkgdesc = RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python.
pkgver = 2018_03_2
- pkgrel = 2
+ pkgrel = 3
url = http://rdkit.org/
arch = i686
arch = x86_64
@@ -20,6 +20,7 @@ pkgbase = rdkit
depends = python-cairocffi
depends = python-pillow
depends = inchi
+ depends = eigen3
conflicts = rdkit-python2
conflicts = rdkit-git
source = https://github.com/rdkit/rdkit/archive/Release_2018_03_2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 742ab7ee0578..fa4558f4c2f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=rdkit
_pkgname=RDKit
pkgver=2018_03_2
-pkgrel=2
+pkgrel=3
pkgdesc="RDKit - A collection of cheminformatics and machine-learning software written in C++ and Python."
arch=("i686" "x86_64" "armv7h")
url="http://rdkit.org/"
license=('New BSD License')
-depends=( 'bison' 'boost' 'boost-libs' 'cmake' 'flex' 'python' 'python-numpy' 'sqlite3' 'python-cairocffi' 'python-pillow' 'inchi')
+depends=( 'bison' 'boost' 'boost-libs' 'cmake' 'flex' 'python' 'python-numpy' 'sqlite3' 'python-cairocffi' 'python-pillow' 'inchi' 'eigen3' )
source=("https://github.com/rdkit/rdkit/archive/Release_${pkgver}.tar.gz")
sha256sums=('29eeba93e723f0f9d61e31cf0f89ec18ba942a7f9e416dbc1a92122fce08cbed')
conflicts=('rdkit-python2' 'rdkit-git')