[WIP] Add support for Fortran Package Manager#30
Open
ivan-pi wants to merge 4 commits intoprecice:developfrom
Open
[WIP] Add support for Fortran Package Manager#30ivan-pi wants to merge 4 commits intoprecice:developfrom
ivan-pi wants to merge 4 commits intoprecice:developfrom
Conversation
…ll-terminated strings
Co-authored-by: Ivan Pribec <ivan.pribec@gmail.com>
Collaborator
Author
|
The main changes are:
(Sorry I mistakenly based this off the wrong branch, hence the one extra commit). |
ivan-pi
commented
Mar 22, 2024
Comment on lines
+4
to
+8
| author = "Jane Doe" | ||
| maintainer = "jane.doe@example.com" | ||
| copyright = "Copyright 2021, Jane Doe" | ||
| description = "precice Fortran module" | ||
| homepage = "https://precice.org/index.html" |
Collaborator
Author
There was a problem hiding this comment.
Suggested change
| author = "Jane Doe" | |
| maintainer = "jane.doe@example.com" | |
| copyright = "Copyright 2021, Jane Doe" | |
| description = "precice Fortran module" | |
| homepage = "https://precice.org/index.html" | |
| author = "preCICE developers" | |
| maintainer = "info@precice.org" | |
| copyright = "Copyright 2024, preCICE developers" | |
| description = "preCICE Fortran module" | |
| homepage = "https://precice.org/" |
ivan-pi
commented
Mar 22, 2024
Comment on lines
+1
to
+3
| name = "precice-fortran-module" | ||
| version = "0.1.0" | ||
| license = "license" |
Collaborator
Author
There was a problem hiding this comment.
Suggested change
| name = "precice-fortran-module" | |
| version = "0.1.0" | |
| license = "license" | |
| name = "precice-fortran-module" | |
| license = "LGPL-3.0" |
Collaborator
Author
|
ToDo list:
|
Member
|
TODO:
Note: the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: