-
-
Notifications
You must be signed in to change notification settings - Fork 7
[WIP] Add support for Fortran Package Manager #30
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
base: develop
Are you sure you want to change the base?
Conversation
…ll-terminated strings
Co-authored-by: Ivan Pribec <[email protected]>
|
The main changes are:
(Sorry I mistakenly based this off the wrong branch, hence the one extra commit). |
| author = "Jane Doe" | ||
| maintainer = "[email protected]" | ||
| copyright = "Copyright 2021, Jane Doe" | ||
| description = "precice Fortran module" | ||
| homepage = "https://precice.org/index.html" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| author = "Jane Doe" | |
| maintainer = "[email protected]" | |
| copyright = "Copyright 2021, Jane Doe" | |
| description = "precice Fortran module" | |
| homepage = "https://precice.org/index.html" | |
| author = "preCICE developers" | |
| maintainer = "[email protected]" | |
| copyright = "Copyright 2024, preCICE developers" | |
| description = "preCICE Fortran module" | |
| homepage = "https://precice.org/" |
| name = "precice-fortran-module" | ||
| version = "0.1.0" | ||
| license = "license" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| name = "precice-fortran-module" | |
| version = "0.1.0" | |
| license = "license" | |
| name = "precice-fortran-module" | |
| license = "LGPL-3.0" |
|
ToDo list:
|
|
TODO:
Note: the |
These changes allow the use of the Fortran package manager. (preCICE needs to be installed separately however)
Other projects could then use this module as a dependency, by adding the following to their manifest:
and making sure
libprecice.*is available in the compiler search path.Work remaining: