-
Notifications
You must be signed in to change notification settings - Fork 311
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
Add Fortran libraries #1100
Add Fortran libraries #1100
Conversation
How
So I don't think we have to do anything with the |
Actually.. it might be always called But there's no easy to find documentation on this |
or maybe not, seemed to be a coincidence that I stumbled upon the same directory name Problem is now a chicken and egg problem where I do not know the name of the directory where the .mod files go, and thus I cannot make a conanfile.py to get the right hash to check in conan if the library has already been uploaded... |
And the fpm hash depends on the compile flags and arguments https://github.com/fortran-lang/fpm/blob/498bc484e7cb72f06c529033f9057ffce35468e6/src/fpm_targets.f90#L975 - so there's no real way to know that beforehand.. |
fixed this by just using a |
Also implemented a new endpoint to directly download shared libraries like curl from our conan server with |
The conan package will look like this:
|
Need to fix all the lintchecks, but otherwise this is good to go |
Installs and builds fortran libraries
Todo: