Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
50025765
Verified
Commit
50025765
authored
Apr 12, 2021
by
Justin Carpentier
Browse files
ci: enable OpenMP on conda
parent
431e6ddb
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/macos-linux-conda.yml
View file @
50025765
...
...
@@ -31,6 +31,7 @@ jobs:
run
:
|
conda activate pinocchio
conda install cmake -c main
conda install llvm-openmp -c conda-forge
-
name
:
Build Pinocchio
shell
:
bash -l {0}
...
...
@@ -41,7 +42,7 @@ jobs:
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=
Debug
-DBUILD_WITH_COLLISION_SUPPORT=ON -DBUILD_ADVANCED_TESTING=ON -DBUILD_WITH_CASADI_SUPPORT=OFF -DPYTHON_EXECUTABLE=$(which python3) -DBUILD_WITH_OPENMP_SUPPORT=O
FF
cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=
Release
-DBUILD_WITH_COLLISION_SUPPORT=ON -DBUILD_ADVANCED_TESTING=ON -DBUILD_WITH_CASADI_SUPPORT=OFF -DPYTHON_EXECUTABLE=$(which python3) -DBUILD_WITH_OPENMP_SUPPORT=O
N
make
make build_tests
export CTEST_OUTPUT_ON_FAILURE=1
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment