Replies: 3 comments 2 replies
-
|
Absolutely, and if you are able to implement this please feel free to open an issue, add it as a feature request, and assign yourself. Once you have something ready open a PR and we'll review and get it merged. Thanks for using the project and wanting to contribute ❤️ |
Beta Was this translation helpful? Give feedback.
-
|
Having a go at setting this up while I'm at an fpm session with @everythingfunctional. I get some progress with Working on this on branch Next need to look into missing preprocessor flags. |
Beta Was this translation helpful? Give feedback.
-
|
I made some progress with setting up fpm for FTorch in #429. However, we decided to shelf this effort for now for the following reasons:
Given the development effort and uncertainty associated with switching unit testing frameworks, we do not plan to move any further with setting up fpm for now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I just wanted to propose (and ask if there is interest on the maintainers side) to include support for building the project using fpm https://fpm.fortran-lang.org/
(I'm currently using your project that I build with CMake with a few tweaks but also like a lot the fpm workflow :) )
If so, I started playing with an fpm.toml at the root of the project (WARNING It doesn't work for the moment):
and this would need a command line such as:
For the moment I'm hitting an error with this approach:
././src/ctorch.cpp:2:10: fatal error: torch/torch.h: No such file or directory 2 | #include <torch/torch.h>Not sure yet why
Beta Was this translation helpful? Give feedback.
All reactions