Open lewismc opened 1 year ago
Hi! I'm sorry, the project is no longer maintained. However:
debian/
directory that enables you to build it using standard Debian packaging tools. So if you're happy using that version, it should in theory work just fine.Note: In case you are not aware, we are not affiliated with FMI Library in any way. This repo was just an independent fork to provide Debian packaging. Consider checking out the upstream repo, https://github.com/modelon-community/fmi-library, for ways of obtaining newer versions of the library.
Please don't close this issue. Other people may have the same question, so it's nice to have it visible.
@kyllingstad thanks for the response and suggestions. Would you be willing to 'contribute' this repository to the upstream modelon-community? That way we can maybe revive the project and begin to publish the Debain packages for each FMU release. Thanks for your consideration.
Absolutely! Feel free to copy the entire repo or just the debian/
directory, whichever you/they prefer.
@kyllingstad roger that. I will work it with the upstream project community. Thanks. I'll come back here with the concrete proposal ASAP.
As a tip for anyone wishing to take this over, I used to manage it with git-buildpackage. That is the reason for the repo layout with an upstream
branch (and upstream/<version>
tags) to track upstream releases, and a master
branch (with debian/<version>
tags) for the deb packaging. That said, it is by no means necessary to use git-buildpackage to continue development, the debian/
folder contents it generates are completely standard.
Hi @viproma I see that this project has not seen activity for a while. I have a few questions...