Skip to content

Commit

Permalink
build-octave-8.docker: revert to SuiteSparse 5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Nov 22, 2023
1 parent 3f190b7 commit fa5448f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-octave-8.docker
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ RUN OPENBLAS_VERSION=0.3.25 && \

# Install SuiteSparse

RUN SUITE_SPARSE_VERSION=7.3.1 && \
RUN SUITE_SPARSE_VERSION=5.10.1 && \
mkdir -p /tmp/build && \
cd /tmp/build && \
wget -q "https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v${SUITE_SPARSE_VERSION}.tar.gz" && \
Expand Down Expand Up @@ -241,8 +241,8 @@ RUN SUNDIALS_VERSION=6.6.2 && \
cmake \
-DEXAMPLES_ENABLE_C=OFF \
-DENABLE_KLU=ON \
-DKLU_INCLUDE_DIR=/usr/local/include/suitesparse \
-DKLU_LIBRARY_DIR=/usr/local/lib \
-DKLU_INCLUDE_DIR=/usr/include/suitesparse \
-DKLU_LIBRARY_DIR=/usr/lib \
-DBUILD_ARKODE=OFF \
-DBUILD_CVODE=OFF \
-DBUILD_CVODES=OFF \
Expand Down

0 comments on commit fa5448f

Please sign in to comment.