Problem description
I am the maintainer of the cantera-git AUR package, and I was trying to restore support to use system installed sundials. If I add sundials and not sundials-seq as dependency, your check here doesn't work, complaining about missing openmpi symbols.
I tried to check scons CheckLibWithHeader. It doesn't support providing extra_libs, while the underlying CheckLibs it uses, does. I think you need to pass -libmpi to the compiler command...
Steps to reproduce
- Open '...'
- Run '....'
- See error '....'
Behavior
System information
- Cantera version: 9c3a57c
- OS: Archlinux
- Python/MATLAB/other software versions:
Attachments
Additional context