We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f09d9 commit 790b04eCopy full SHA for 790b04e
build/pkgs/suitesparse/spkg-install.in
@@ -9,7 +9,10 @@ echo "Configuring suitesparse"
9
# gcc and gfortran version are not matching.
10
# * SUITESPARSE_ENABLE_PROJECTS semi column separated list of the desired packages. Default is
11
# all the packages in the suitesparse tarball.
12
+# On macOS ARM cvxopt does not start if suitesparse uses @rpath, set explicit install name dir instead
13
sdh_cmake -DCMAKE_VERBOSE_MAKEFILE=ON \
14
+ -DCMAKE_INSTALL_NAME_DIR="$SAGE_LOCAL/lib" \
15
+ -DCMAKE_MACOSX_RPATH=OFF \
16
-DNSTATIC=ON \
17
-DSUITESPARSE_USE_FORTRAN=OFF \
18
-DSUITESPARSE_INCLUDEDIR_POSTFIX="" \
0 commit comments