Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 52537d1

Browse files
author
Matthias Koeppe
committed
build/pkgs/cvxopt/spkg-install.in: Actually use the value of SAGE_SUITESPARSE_PREFIX
1 parent 7ff26df commit 52537d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pkgs/cvxopt/spkg-install.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ export CVXOPT_BLAS_LIB_DIR="$(pkg-config --variable=libdir blas)"
6666
export CVXOPT_LAPACK_LIB="$(cvxopt_output l lapack)"
6767

6868
if test "x$SAGE_SUITESPARSE_PREFIX" != "x"; then
69-
export CVXOPT_SUITESPARSE_LIB_DIR="${SAGE_LOCAL}"
70-
export CVXOPT_SUITESPARSE_INC_DIR="${SAGE_LOCAL}/include"
69+
export CVXOPT_SUITESPARSE_LIB_DIR="${SAGE_SUITESPARSE_PREFIX}"
70+
export CVXOPT_SUITESPARSE_INC_DIR="${SAGE_SUITESPARSE_PREFIX}/include"
7171
fi
7272

7373
export CVXOPT_BUILD_GLPK=1

0 commit comments

Comments
 (0)