Skip to content

Commit

Permalink
Merge pull request #384 from tjhei/netcdf-path
Browse files Browse the repository at this point in the history
netcdf: export PATH to find tools
  • Loading branch information
tjhei authored May 31, 2024
2 parents d84cd3d + 7aa2453 commit b9e87c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deal.II-toolchain/packages/netcdf.package
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CONFOPTS="--disable-dap --enable-parallel --enable-netcdf-4 CPPFLAGS=-I${HDF5_DI

package_specific_register () {
export NETCDF_DIR=${INSTALL_PATH}
export PATH=${INSTALL_PATH}/bin:$PATH
}

package_specific_conf () {
Expand All @@ -22,5 +23,6 @@ package_specific_conf () {
rm -f $CONFIG_FILE
echo "
export NETCDF_DIR=${INSTALL_PATH}
export PATH=${INSTALL_PATH}/bin:$PATH
" >> $CONFIG_FILE
}

0 comments on commit b9e87c7

Please sign in to comment.