OpenFOAM: Depend on CGAL 4.X. (#22474)

CGAL 5.X is currently not supported.
This commit is contained in:
Rémi Lacroix 2021-03-23 19:33:01 +01:00 committed by GitHub
parent c4b38e5102
commit 4d02439820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -316,7 +316,8 @@ class Openfoam(Package):
depends_on('zlib')
depends_on('fftw-api')
depends_on('boost')
depends_on('cgal')
# OpenFOAM does not play nice with CGAL 5.X
depends_on('cgal@:4.99')
# The flex restriction is ONLY to deal with a spec resolution clash
# introduced by the restriction within scotch!
depends_on('flex@:2.6.1,2.6.4:')