Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
e9c4cb96
Commit
e9c4cb96
authored
May 24, 2018
by
Jan Möbius
Browse files
Updated Mumps finder
parent
4fb5a6b6
Pipeline
#7062
canceled with stages
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/FindMUMPS.cmake
View file @
e9c4cb96
...
...
@@ -37,6 +37,7 @@ endif()
find_path
(
MUMPS_INCLUDE_DIR NAMES dmumps_c.h
PATHS
"$ENV{IPOPT_HOME}/ThirdParty/Mumps/MUMPS/include/"
"/usr/include/"
"
${
VS_SEARCH_PATH
}
Ipopt-3.12.9/include/mumps"
"
${
VS_SEARCH_PATH
}
Ipopt-3.12.4/Ipopt/MSVisualStudio/v8-ifort/installed/include/mumps/include/"
)
...
...
@@ -44,6 +45,7 @@ find_library( MUMPS_LIBRARY_DEBUG
dmumpsd coinmumpsd coinmumpscd
PATHS
"$ENV{IPOPT_HOME}/lib/"
"/usr/lib"
"
${
VS_SEARCH_PATH
}
Ipopt-3.12.9/lib/"
"
${
VS_SEARCH_PATH
}
Ipopt-3.12.4/Ipopt/MSVisualStudio/v8-ifort/installed/lib"
)
...
...
@@ -51,6 +53,7 @@ find_library( MUMPS_LIBRARY_RELEASE
dmumps coinmumps coinmumpsc
PATHS
"$ENV{IPOPT_HOME}/lib/"
"/usr/lib"
"
${
VS_SEARCH_PATH
}
Ipopt-3.12.9/lib/"
"
${
VS_SEARCH_PATH
}
Ipopt-3.12.4/Ipopt/MSVisualStudio/v8-ifort/installed/lib"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment