Skip to content

Commit e69b081

Browse files
authored
cgal
1 parent 443d769 commit e69b081

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo apt-get install --no-install-recommends \
3030
git cmake gcc g++ libboost1.67-all-dev python3-all-dev swig libpcre3-dev libxml2-dev \
3131
liboce-foundation-dev liboce-modeling-dev liboce-ocaf-dev liboce-visualization-dev liboce-ocaf-lite-dev \
32-
libhdf5-dev
32+
libhdf5-dev libcgal-dev
3333
3434
-
3535
name: ccache
@@ -55,6 +55,13 @@ jobs:
5555
-DCOLLADA_SUPPORT=Off \
5656
-DLIBXML2_INCLUDE_DIR=/usr/include/libxml2 \
5757
-DLIBXML2_LIBRARIES=/usr/lib/x86_64-linux-gnu/libxml2.so \
58+
\
59+
-DCGAL_INCLUDE_DIR=/usr/include \
60+
-DGMP_INCLUDE_DIR=/usr/include \
61+
-DMPFR_INCLUDE_DIR=/usr/include \
62+
-DGMP_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu \
63+
-DMFRP_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu \
64+
\
5865
"-DSCHEMA_VERSIONS=2x3;4" \
5966
-DHDF5_INCLUDE_DIR=/usr/include/hdf5/serial \
6067
../cmake

0 commit comments

Comments
 (0)