Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DP3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ResearchAndDevelopment
DP3
Merge requests
!64
Fix missing threads lib and incorrect Boost-Python detection
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix missing threads lib and incorrect Boost-Python detection
python-install-problems
into
master
Overview
1
Commits
1
Pipelines
0
Changes
2
Merged
Tammo Jan Dijkema
requested to merge
python-install-problems
into
master
6 years ago
Overview
1
Commits
1
Pipelines
0
Changes
2
Expand
Created by: aroffringa
Fixes
#56 (closed)
. Tested on Galaxy.
0
0
Merge request reports
Viewing commit
3e0a4684
Show latest version
2 files
+
6
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
3e0a4684
Fix missing threads lib and incorrect python boost detection
· 3e0a4684
André Offringa
authored
6 years ago
Efforts to fix
#56
PythonDPPP/CMakeLists.txt
+
2
−
5
Options
# Try to find Boost-Python.
# If found, build this package. Otherwise give a warning.
FIND_PATH
(
BOOST_PYTHON_FOUND
"boost/python.hpp"
)
if
(
BOOST_PYTHON_FOUND
)
# If Boost-Python found, build this package. Otherwise give a warning.
if
(
${
Boost_PYTHON_FOUND
}
)
include
(
PythonInstall
)
Loading