LIHPC-Computational-Geometry / gmds

GMDS, for Generic Mesh Data Structures and Services, provide a set of libraries to represent and handles meshes in the context of numerical simulation. It mainly targets quad and hex mesh generation and adaptation.
https://lihpc-computational-geometry.github.io/gmds/
GNU Lesser General Public License v2.1
26 stars 5 forks source link

CI fails during the test lib install #303

Closed nicolaslg closed 1 year ago

nicolaslg commented 1 year ago

The test of the installed lib now fails : https://github.com/LIHPC-Computational-Geometry/gmds/actions/runs/5480110302/jobs/9982857507#step:9:26

It is due to the recently added include of Eigen in Region.h : https://github.com/LIHPC-Computational-Geometry/gmds/blame/main/ig/inc/gmds/ig/Region.h#L14

franck-ledoux commented 1 year ago

Done