Skip to content

Commit

Permalink
netcdf: export PATH to find tools
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed May 30, 2024
1 parent d84cd3d commit 7aa2453
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 7aa2453

Please sign in to comment.