summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiv Upadhyay2020-10-21 01:16:06 -0400
committerShiv Upadhyay2020-10-21 01:16:06 -0400
commit157b1afdefbed7b00a23355d7b4d55ab4f5263e0 (patch)
tree973aa89de1aaed27af528dd42e750dbf02239b47
parent7111d831ce235dc4124fb69e344cd1aba4e38bc8 (diff)
downloadaur-157b1afdefbed7b00a23355d7b4d55ab4f5263e0.tar.gz
Updating math path for mkl. Thanks Emiliano
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48082bcd7bd1..d4dfd87953bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ build() {
cd "$srcdir"
export MATH_ROOT=/opt/intel/mkl
cmake psi4-master -Bbuild -DCMAKE_INSTALL_PREFIX="$pkgdir/usr/" \
- -DOpenMP_LIBRARY_DIRS="/opt/intel/mkl/lib" \
+ -DOpenMP_LIBRARY_DIRS="$MATH_ROOT/lib/intel64" \
-Dpybind11_DIR="/usr/share/cmake" \
-DENABLE_ambit="OFF" \
-DENABLE_CheMPS2="OFF" \