Skip to content

Commit

Permalink
[jenkins] Specify MPFR_ROOT for jenkins osx builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Jan 17, 2024
1 parent 40911ee commit 0d48eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ for (int i = 0; i < osxPlatforms.size(); i++) {
dir(buildDir) { withEnv(platformEnv[1].collect { it.replace('\$BREW', env.BREW) } + [
"PATH=$venv/bin:${env.BREW}/bin:/usr/bin:/bin:/usr/sbin",
"HDF5_ROOT=$hdf5",
"MPFR_ROOT=${env.BREW}",
"C_INCLUDE_PATH=$hdf5/include:${env.BREW}/include",
"CPLUS_INCLUDE_PATH=$venv/include:$hdf5/include:${env.BREW}/include",
"LIBRARY_PATH=$venv/lib:$hdf5/lib:${env.BREW}/lib",
Expand Down

0 comments on commit 0d48eed

Please sign in to comment.