summaryrefslogtreecommitdiffstats
path: root/tensor-libs.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-25 08:48:14 +0200
committerRemi Collet <remi@remirepo.net>2021-05-25 08:48:14 +0200
commit0373bcdec3b3fc1c4859dcade848c3047df4eda3 (patch)
tree4feb9e7fe49032cd20f79ced30edec021463f443 /tensor-libs.patch
parent4f8358907bf59c669496a0db96019bfc7c7ab444 (diff)
update to 2.2.3
Diffstat (limited to 'tensor-libs.patch')
-rw-r--r--tensor-libs.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensor-libs.patch b/tensor-libs.patch
index 42fe7b3..319fb0f 100644
--- a/tensor-libs.patch
+++ b/tensor-libs.patch
@@ -6,8 +6,8 @@ index 2b130c0..90b7e1c 100644
PHP_ADD_INCLUDE($OPENBLAS_DIR)
fi
-- if ! test "x-lopenblas -llapacke -lgfortran -lpthread" = "x"; then
-- PHP_EVAL_LIBLINE(-lopenblas -llapacke -lgfortran -lpthread, TENSOR_SHARED_LIBADD)
+- if ! test "x-lopenblas -llapacke -lgfortran" = "x"; then
+- PHP_EVAL_LIBLINE(-lopenblas -llapacke -lgfortran, TENSOR_SHARED_LIBADD)
- fi
+ PHP_EVAL_LIBLINE(-lopenblas, TENSOR_SHARED_LIBADD)