Closed dalg24 closed 3 years ago
We might need a runtime api call that tells whether Cap was compiled with deal.II or not to emulate the #ifdef WITH_DEAL_II
in Python.
Any reason not to merge this after formatting?
I think that would be fine but I don't know if @dalg24 ever tried to compile without deal.II (I assume that's why it's WIP
)
We need a way to find out whether Cap was built with deal.II or nor from the Python side and then we need to conditionally enable the tests with the supercapacitor. I remember I was looking at how NumPy records whether it was built with BLAS.
Isn't that a separate issue besides just being able to compile without deal.II
?
Isn't that a separate issue besides just being able to compile without
deal.II
?
Yes and no. It will compile but the tests won't pass.
fix #261