Skip to content

Commit

Permalink
install more header files
Browse files Browse the repository at this point in the history
- for users that want to provide their own linear solver interface
- fixes coin-or#637
  • Loading branch information
svigerske committed Feb 2, 2023
1 parent ec43e37 commit 29ea7c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ More detailed information about incremental changes can be found in the
- Assume DLL library extension in linear solver library loader on Windows
also when building with other compiler than MSVC/Intel [#628].
- Updated buildsystem files after upgrading to most recent versions of autotools.
- Install some additional header files [#637].

### 3.14.10 (2022-10-11)

Expand Down
3 changes: 3 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ includeipopt_HEADERS = \
Common/IpDebug.hpp \
Common/IpException.hpp \
Common/IpJournalist.hpp \
Common/IpLibraryLoader.hpp \
Common/IpObserver.hpp \
Common/IpOptionsList.hpp \
Common/IpReferenced.hpp \
Expand Down Expand Up @@ -58,7 +59,9 @@ includeipopt_HEADERS = \
Algorithm/IpNLPScaling.hpp \
Algorithm/IpPDSystemSolver.hpp \
Algorithm/IpSearchDirCalculator.hpp \
Algorithm/IpStdAugSystemSolver.cpp \
Algorithm/IpTimingStatistics.hpp \
Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp \
Algorithm/LinearSolvers/IpSymLinearSolver.hpp \
Algorithm/LinearSolvers/IpLinearSolvers.h \
Interfaces/IpAlgTypes.hpp \
Expand Down
3 changes: 3 additions & 0 deletions src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ includeipopt_HEADERS = \
Common/IpDebug.hpp \
Common/IpException.hpp \
Common/IpJournalist.hpp \
Common/IpLibraryLoader.hpp \
Common/IpObserver.hpp \
Common/IpOptionsList.hpp \
Common/IpReferenced.hpp \
Expand Down Expand Up @@ -755,7 +756,9 @@ includeipopt_HEADERS = \
Algorithm/IpNLPScaling.hpp \
Algorithm/IpPDSystemSolver.hpp \
Algorithm/IpSearchDirCalculator.hpp \
Algorithm/IpStdAugSystemSolver.cpp \
Algorithm/IpTimingStatistics.hpp \
Algorithm/LinearSolvers/IpSparseSymLinearSolverInterface.hpp \
Algorithm/LinearSolvers/IpSymLinearSolver.hpp \
Algorithm/LinearSolvers/IpLinearSolvers.h \
Interfaces/IpAlgTypes.hpp \
Expand Down

0 comments on commit 29ea7c6

Please sign in to comment.