We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using GraalVM it is possible to build shared library that can be linked with C or Python library.
It will contain NoiseModelling and dependencies along with used Java Class.
It could be build for Linux and Windows under various platforms using Github actions
see:
https://www.graalvm.org/22.1/reference-manual/native-image/
The text was updated successfully, but these errors were encountered:
It would be a great opportunity. On our side, we plan to build a shared library with H2GIS to expose it in QGIS, GDAL.
H2 is already available
See :
https://www.graalvm.org/native-image/libraries-and-frameworks/
and there is maven project to do that.
Sorry, something went wrong.
No branches or pull requests
Using GraalVM it is possible to build shared library that can be linked with C or Python library.
It will contain NoiseModelling and dependencies along with used Java Class.
It could be build for Linux and Windows under various platforms using Github actions
see:
https://www.graalvm.org/22.1/reference-manual/native-image/
The text was updated successfully, but these errors were encountered: