Skip to content

Commit

Permalink
For now install kinsol_impl.h until #7959 is fixed (#7961)
Browse files Browse the repository at this point in the history
- We should not be using internal headers of Kinsol. There is an interface
    specifically for specifying the linear solver for Kinsol. We should
    use that instead.
  • Loading branch information
mahge committed Oct 1, 2021
1 parent fa2abe1 commit b50d975
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion OMCompiler/3rdParty
1 change: 0 additions & 1 deletion OMCompiler/Makefile.common
Expand Up @@ -624,7 +624,6 @@ $(builddir_lib_omc)/libsundials_ida.a: 3rdParty/sundials-5.4.0/CMakeLists.txt
#-$(MAKE) -C 3rdParty/sundials-5.4.0/build test test_install || echo "WARNING: SUNDIALS test failing, continuing any way"
mkdir -p $(builddir_inc)/sundials
(cp -pfr 3rdParty/sundials-5.4.0/build/include/* $(builddir_inc)/sundials)
cp 3rdParty/sundials-5.4.0/src/kinsol/kinsol_impl.h $(builddir_inc)/sundials/kinsol/

# copy the libs to the build/lib/omc directory
find 3rdParty/sundials-5.4.0/build/lib* -not -type d -exec cp -apf {} $(builddir_lib_omc) ";"
Expand Down

0 comments on commit b50d975

Please sign in to comment.