summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f50c06142668..1ba110ca75e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=libcint-git
_pkgname=libcint
pkgver=4.0.7.r2.ge0cc399
-pkgrel=1
+pkgrel=2
pkgdesc="General GTO integrals for quantum chemistry"
arch=(i686 x86_64)
url="http://wiki.sunqm.net/libcint"
license=('BSD')
depends=('blas')
makedepends=('cmake' 'git')
-provides=($pkgname=$pkgver)
+provides=(libcint)
conflicts=(libcint-cint3 libcint)
source=("$pkgname::git+https://github.com/sunqm/libcint.git")
sha256sums=('SKIP')
@@ -26,7 +26,7 @@ build() {
cmake -DWITH_F12=ON -DWITH_RANGE_COULOMB=1 -DWITH_COULOMB_ERF=1 \
-DCMAKE_INSTALL_LIBDIR:PATH="lib" \
-DCMAKE_INSTALL_PREFIX:PATH="/usr" ..
- make
+ make -j`getconf _NPROCESSORS_ONLN`
}
package() {