Skip to content
Snippets Groups Projects
Commit b6185d4a authored by Michael Kuhn's avatar Michael Kuhn Committed by Massimiliano Culpo
Browse files

openfoam-com: Fix flex dependency (#10956)

openfoam-com needs flex's FlexLexer.h, which can only be found if flex
is also a link dependency.
parent ba5f37ee
No related branches found
No related tags found
No related merge requests found
...@@ -307,7 +307,7 @@ class OpenfoamCom(Package): ...@@ -307,7 +307,7 @@ class OpenfoamCom(Package):
depends_on('cgal') depends_on('cgal')
# The flex restriction is ONLY to deal with a spec resolution clash # The flex restriction is ONLY to deal with a spec resolution clash
# introduced by the restriction within scotch! # introduced by the restriction within scotch!
depends_on('flex@:2.6.1,2.6.4:', type='build') depends_on('flex@:2.6.1,2.6.4:')
depends_on('cmake', type='build') depends_on('cmake', type='build')
# Require scotch with ptscotch - corresponds to standard OpenFOAM setup # Require scotch with ptscotch - corresponds to standard OpenFOAM setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment