summarylogtreecommitdiffstats
path: root/test_optdepends.sh
diff options
context:
space:
mode:
authoreDgar2021-09-21 12:21:59 -0500
committereDgar2021-09-21 12:21:59 -0500
commiteb332664bd9e49033b865c024e616dd82db8c0d9 (patch)
tree91ce88cfe33dd9fff6717c95727442076fdc34c8 /test_optdepends.sh
parent797eae7e2136892b394836ecd75cd45b3fbb1aa1 (diff)
downloadaur-eb332664bd9e49033b865c024e616dd82db8c0d9.tar.gz
petsc4py_newuser.patch not needed; pkgconf→makedepends
Diffstat (limited to 'test_optdepends.sh')
-rw-r--r--test_optdepends.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/test_optdepends.sh b/test_optdepends.sh
index 21e68917ac11..02c6b8ae0384 100644
--- a/test_optdepends.sh
+++ b/test_optdepends.sh
@@ -129,12 +129,8 @@ fi
OPENBLAS_SO="$(whereis -b libblas.so | cut -d' ' -f2)"
if [ -f "${OPENBLAS_SO}" ]; then
CONFOPTS+=" --with-openblas=1"
- # CONFOPTS+=" --with-openblas-lib=[-lopenblas,-lm,-lpthread,-lgfortran,-lm,-lpthread,-lgfortran]"
- # CONFOPTS+=" --with-openblas-include=/usr/include"
CONFOPTS+=" --with-openblas-pkg-config="
CONFOPTS+="$(dirname $(pkgconf --path openblas))"
- # CONFOPTS+=" --download-openblas=0"
- CONFOPTS+=" --download-f2cblaslapack=0"
fi
# OpenCL: GPU computing