On 8/14/25 04:04, 'Paola GERVASIO' via deal.II User Group wrote:
>
> -- Include /usr/local/dealii-9.7.0/tmp/unpack/deal.II-v9.7.0/cmake/
> setup_sanity_checks.cmake
> -- Performing Test DEAL_II_HAVE_USABLE_FLAGS_DEBUG
>
> How much time could this step require?
>
> Yesterday, I stopped the script after it had been stuck on this message for
> two hours.
> Today, I'm repeating the process from the beginning, but again, the script
> gets stuck at the same point.
>
> May you give me any hints?
>
> Yesterday, I also tried to install dealII by following the instructions
> reported here:
https://dealii.org/9.7.0/readme.html, but similarly, cmake got
> stuck at the same point.
Paola:
it should take less than a second for sure. What happens if you run things
with replacing
-p /usr/local/dealii-9.7.0
by something like
-p $HOME/bin/dealii-9.7.0
i.e., with the intention of installing in your home directory where you have
write privileges?
I don't think that's the issue, though.
Best
W.