Skip to content

Commit

Permalink
Update OpenSeesDependenciesWin.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez committed Sep 20, 2021
1 parent 95af334 commit 1bb747b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ETC/cmake/OpenSeesDependenciesWin.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,18 @@ opensees_load(LAPACK

#set(ENV{SUPERLU_DIR})
opensees_load(SUPERLU
BUNDLED ${OPS_BUNDLED_DIR}/SuperLU_5.1.1/
#BUNDLED ${OPS_BUNDLED_DIR}/SuperLU_5.1.1/
LIBRARY ${OPS_BUNDLED_DIR}/bin/SuperLU_5.1.1/Debug/SUPERLU.lib
)

opensees_load(ARPACK SEARCH
BUNDLED ${OPS_BUNDLED_DIR}/ARPACK/
#BUNDLED ${OPS_BUNDLED_DIR}/ARPACK/
LIBRARY ${OPS_BUNDLED_DIR}/bin/ARPACK/Debug/ARPACK.lib
)

opensees_load(AMD
BUNDLED ${OPS_BUNDLED_DIR}/AMD/
#BUNDLED ${OPS_BUNDLED_DIR}/AMD/
LIBRARY ${OPS_BUNDLED_DIR}/bin/AMD/Debug/AMD.lib
)

opensees_load(METIS SEARCH)
Expand Down

0 comments on commit 1bb747b

Please sign in to comment.