AMReX-Codes / amrex

AMReX: Software Framework for Block Structured AMR
https://amrex-codes.github.io/amrex
Other
553 stars 352 forks source link

The build of libamrex with GNUMakefile with HDF5 lost the copy of AMReX_PlotFileUtilHDF5.H #4212

Closed pkufourier closed 2 weeks ago

pkufourier commented 3 weeks ago

If shell environment variables are set as

export USE_HDF5=TRUE export HDF5_HOME=HDf5_DIR

and use configure, make to build libamrex, the AMReX_PlotFileUtilHDF5.H will be forgotten to copy to the installed dir.

But built with CMake and -DAMREX_USE_HDF5=YES, this head file will be copied correctly.

WeiqunZhang commented 3 weeks ago

Thanks for reporting this! We will fix it.