openfoam: add mpfr search paths (#42779)
Co-authored-by: Branden Moore <branden.moore@amd.com>
This commit is contained in:
parent
5c26ce5385
commit
bca7698138
1 changed files with 2 additions and 0 deletions
|
@ -689,11 +689,13 @@ def configure(self, spec, prefix):
|
|||
"CGAL": [
|
||||
("BOOST_ARCH_PATH", spec["boost"].prefix),
|
||||
("CGAL_ARCH_PATH", spec["cgal"].prefix),
|
||||
("MPFR_ARCH_PATH", spec["mpfr"].prefix),
|
||||
(
|
||||
"LD_LIBRARY_PATH",
|
||||
foam_add_lib(
|
||||
pkglib(spec["boost"], "${BOOST_ARCH_PATH}"),
|
||||
pkglib(spec["cgal"], "${CGAL_ARCH_PATH}"),
|
||||
pkglib(spec["mpfr"], "${MPFR_ARCH_PATH}"),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue