Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProMod3
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
ProMod3
Commits
88333384
Commit
88333384
authored
4 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
its Python_ROOT_DIR not PYTHON_ROOT
parent
04cc21c2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake_support/FindOPENSTRUCTURE.cmake
+1
-1
1 addition, 1 deletion
cmake_support/FindOPENSTRUCTURE.cmake
doc/buildsystem.rst
+1
-1
1 addition, 1 deletion
doc/buildsystem.rst
with
2 additions
and
2 deletions
cmake_support/FindOPENSTRUCTURE.cmake
+
1
−
1
View file @
88333384
...
@@ -27,7 +27,7 @@ macro(find_OPENSTRUCTURE OST_ROOT HEADER_NAMES PYMOD_NAME)
...
@@ -27,7 +27,7 @@ macro(find_OPENSTRUCTURE OST_ROOT HEADER_NAMES PYMOD_NAME)
set
(
FOUND_LIB FOUND_LIB-NOTFOUND
)
set
(
FOUND_LIB FOUND_LIB-NOTFOUND
)
find_library
(
FOUND_LIB
find_library
(
FOUND_LIB
NAMES ost_
${
LIB
}
NAMES ost_
${
LIB
}
HINTS
"
${
Python_ROOT
}
"
HINTS
"
${
Python_ROOT
_DIR
}
"
PATH
${
OST_ROOT
}
PATH
${
OST_ROOT
}
PATH_SUFFIXES lib lib64
PATH_SUFFIXES lib lib64
NO_SYSTEM_ENVIRONMENT_PATH NO_DEFAULT_PATH
NO_SYSTEM_ENVIRONMENT_PATH NO_DEFAULT_PATH
...
...
This diff is collapsed.
Click to expand it.
doc/buildsystem.rst
+
1
−
1
View file @
88333384
...
@@ -65,7 +65,7 @@ headers would be located in ``OST_ROOT/include/ost``).
...
@@ -65,7 +65,7 @@ headers would be located in ``OST_ROOT/include/ost``).
Similarly, one can specify folders for |boost|, |python| and |eigen3|
Similarly, one can specify folders for |boost|, |python| and |eigen3|
if multiple versions exist and/or they are not installed in a default location.
if multiple versions exist and/or they are not installed in a default location.
These are set with the ``BOOST_ROOT`` (make sure that's the same as for |ost_s|),
These are set with the ``BOOST_ROOT`` (make sure that's the same as for |ost_s|),
``Python_ROOT`` and ``EIGEN3_INCLUDE_DIR``.
``Python_ROOT
_DIR
`` and ``EIGEN3_INCLUDE_DIR``.
Here is a list of more options used within |project|:
Here is a list of more options used within |project|:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment