summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrea Manenti2021-11-28 02:19:22 -0500
committerAndrea Manenti2021-11-28 02:19:22 -0500
commit37794e6ff15558731a1fca93d0c9e0f4ab3cea44 (patch)
tree08e6c15905fa362c539d956ffe9bf9cf3c4346b6 /PKGBUILD
parent863b4d8644813d5bde3eb6cad83c5c387ab8e1f2 (diff)
downloadaur-37794e6ff15558731a1fca93d0c9e0f4ab3cea44.tar.gz
added dependencies and fixed configure flag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56c38030dd57..b415963b6392 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=sdpb-git
pkgver=1512.80746b8
-pkgrel=1
+pkgrel=2
pkgdesc="Semidefinite program solver designed for the conformal bootstrap"
arch=(x86_64)
license=('MIT')
url="https://arxiv.org/abs/1909.09745"
-depends=('boost' 'libxml2' 'rapidjson' 'elemental-gmp-git')
+depends=('boost' 'libarchive' 'libxml2' 'mpfr' 'rapidjson' 'elemental-gmp-git')
optdepends=('openmpi')
makedepends=('git' 'python')
source=('git+https://github.com/davidsd/sdpb.git')
@@ -20,7 +20,7 @@ pkgver() {
build () {
cd "$srcdir"/sdpb
- python waf configure --elemental-dir="$pkgdir"/usr
+ python waf configure --prefix=/usr
python waf
}
@@ -33,4 +33,4 @@ package() {
done
}
-sha256sums=('SKIP')
+sha256sums=('SKIP') \ No newline at end of file