hypre-space / hypre

Parallel solvers for sparse linear systems featuring multigrid methods.
https://www.llnl.gov/casc/hypre/
Other
674 stars 185 forks source link

Could NOT find HYPRE (missing: HYPRE_LIBRARIES HYPRE_INCLUDE_DIRS) #1084

Open ztdepztdep opened 6 months ago

ztdepztdep commented 6 months ago

I have installed hypre sucessfully with cmake to the default places. But it still cann't find by the AMReX package. I don't know how to set it . the error is about :

Could NOT find HYPRE (missing: HYPRE_LIBRARIES HYPRE_INCLUDE_DIRS)

I set the system var HYPRE_LIBRARIES HYPRE_INCLUDE_DIRS, but it still doesn't work.