Comment out Metis

release/4.3a0
Frank Dellaert 2023-02-05 02:52:29 -08:00
parent c26ca420bf
commit d7dfd69f90
1 changed files with 3 additions and 2 deletions

View File

@ -132,9 +132,10 @@ jobs:
if: matrix.flag == 'system'
run: |
sudo apt-get install libeigen3-dev
sudo apt-get install metis
echo "GTSAM_USE_SYSTEM_EIGEN=ON" >> $GITHUB_ENV
echo "GTSAM_USE_SYSTEM_METIS=ON" >> $GITHUB_ENV
# TODO(dellaert): This does not work yet?
# sudo apt-get install metis
# echo "GTSAM_USE_SYSTEM_METIS=ON" >> $GITHUB_ENV
- name: Build & Test
run: |