Clemapfel / jluna

Julia Wrapper for C++ with Focus on Safety, Elegance, and Ease of Use
https://clemens-cords.com/jluna
MIT License
239 stars 12 forks source link

Docker + JLuna #51

Open dev10110 opened 1 year ago

dev10110 commented 1 year ago

Thanks for building this library! and documenting it so well. I really look forward to using this in my projects.

I had a little bit of trouble trying to follow the documentation on how to install/setup jluna, so I wrote a small docker container to test things in.

If you wish to add a section in your documentation on this, it might be helpful.

In case it is helpful, here is my working dockerfile: https://github.com/dev10110/jluna-docker

Clemapfel commented 1 year ago

Thank you, I will have a look at it. It if works me I can add a line to the docs for people who would like to use docker. I'll keep this open until then

dev10110 commented 11 months ago

@Clemapfel I also wanted to ask: I am building my julia project into a cpp static library, but I have some depencencies like StaticArrays. How do I tell jluna to use the a specific Project.toml or Manifest.toml?

terasakisatoshi commented 2 months ago

I also created https://github.com/terasakisatoshi/jldev_jluna to test out jluna works with Docker. Have a try!