From 7594aa8d0cdbdbf7fe4b23b44711236cf066ce87 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 21 Mar 2023 20:38:19 +0100 Subject: [PATCH] Update ci-py-only.yml --- .github/workflows/ci-py-only.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-py-only.yml b/.github/workflows/ci-py-only.yml index b427954ac8..92fff3b016 100644 --- a/.github/workflows/ci-py-only.yml +++ b/.github/workflows/ci-py-only.yml @@ -42,7 +42,7 @@ jobs: swig libpcre3-dev libxml2-dev \ libtbb-dev nlohmann-json3-dev \ libocct-foundation-dev libocct-modeling-algorithms-dev libocct-modeling-data-dev libocct-ocaf-dev libocct-visualization-dev libocct-data-exchange-dev \ - libhdf5-dev libcgal-dev + libhdf5-dev libcgal-dev libeigen3-dev - name: ccache uses: hendrikmuhs/ccache-action@v1 @@ -72,6 +72,7 @@ jobs: -DGMP_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu \ -DMPFR_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu \ -DHDF5_INCLUDE_DIR=/usr/include/hdf5/serial \ + -DEIGEN_DIR=/usr/include/eigen3 \ ../cmake sudo make -j $(nproc) sudo make install