summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Dallilar2018-05-24 15:53:26 -0400
committerYigit Dallilar2018-05-24 15:53:26 -0400
commit9425a365c147298bc041c567b733fed90a5d9db1 (patch)
tree1f0c534c3683cac78b29b12ec26aa90a1b039854
parent007833cad103a6fb2b44694277e6bcf17275f7ef (diff)
downloadaur-9425a365c147298bc041c567b733fed90a5d9db1.tar.gz
_use_mkl defaults to flase
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a8c0fa08006..5b614ae0a5c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ backup=()
source=(https://github.com/astromatic/sextractor/archive/${pkgver}.tar.gz)
sha1sums=('3ed53d55c0c77cd98a38bff1bde1b0d6fc625c18')
-_use_mkl=1 # If you want to compile against intel mkl, make the value other than 0.
+_use_mkl=0 # If you want to compile against intel mkl, make the value other than 0.
# decide which library to compile against
configure_options() {