diff options
Diffstat (limited to 'tensor-headers.patch')
-rw-r--r-- | tensor-headers.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tensor-headers.patch b/tensor-headers.patch index e2fed73..c65444b 100644 --- a/tensor-headers.patch +++ b/tensor-headers.patch @@ -35,5 +35,5 @@ index ae03d9c..2b130c0 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) |