-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Cantera to fpm #57
Comments
@mefuller yes, it is absolutely reasonable to get it into I just answered a similar question here: So as a start, the simplest way forward might be to assume the C++ lib is already installed, and then make the Then we can go from there. For example down the road I would like |
@certik Thanks - I'll take a look at this in the coming days and see if I can get a PR started. It's very exciting to be working on Fortran again |
@mefuller nice to have you here, thanks for getting in touch with us. I would recommend to simply assume Cantera is installed using Conda. And then do We want to add first class Conda support in |
@certik on further inspection, unfortunately, the Conda install only presently provides the python interface, so I'll need to run with the locally built version. From here, I'm not sure if there's anything else needed: I followed the posted instructions and have accordingly opened a pair of PRs: Once an end-user builds from source and installs, Cantera writes out the needed paths as output. |
Disclaimer:it's been about ten years since I was routinely working in Fortran, but I'm getting back into working with it via Cantera (https://github.com/Cantera/cantera).
I'm curious about getting cantera into fpm - it's primarily written in C++, but has Fortran bindings/interface (https://github.com/Cantera/cantera/tree/main/samples/f90)
So - is this even feasible/reasonable or is cantera outside the scope of fpm since it's not primarily Fortran source code?
Thanks
The text was updated successfully, but these errors were encountered: