Skip to content

Commit 657b124

Browse files
committed
osqp-eigen from source too
1 parent 9d77f5a commit 657b124

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/build_roboplan_deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest \
2828
"gcc>=11,<12" "gxx>=11,<12" \
2929
"eigen>=3.4" \
3030
"pinocchio>=3.9.0,<4" \
31-
"osqp-eigen>=0.11.0,<0.12" \
3231
"yaml-cpp>=0.8"
3332

3433
CMAKE="$CONDA_ENV/bin/cmake"
@@ -50,7 +49,8 @@ build_and_install() {
5049
"-DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX" \
5150
"-DCMAKE_PREFIX_PATH=$CONDA_ENV;$INSTALL_PREFIX" \
5251
"-DCMAKE_C_COMPILER=$GCC" \
53-
"-DCMAKE_CXX_COMPILER=$GXX"
52+
"-DCMAKE_CXX_COMPILER=$GXX" \
53+
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
5454
"$CMAKE" --build "/tmp/build/$NAME" --parallel "$(nproc)"
5555
"$CMAKE" --install "/tmp/build/$NAME"
5656
}

0 commit comments

Comments
 (0)