Skip to content
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

Propose FindJulia.cmake to upstream cmake #28

Open
termoshtt opened this issue May 31, 2019 · 3 comments
Open

Propose FindJulia.cmake to upstream cmake #28

termoshtt opened this issue May 31, 2019 · 3 comments

Comments

@termoshtt
Copy link

Hi team,

I try to use cmake for linking libjulia.so, and I need find_package for Julia. FindJulia.cmake in this repository is latest and well managed as far as I searched. Do you have a plan to propose this script to the official cmake repository? It will be useful for other Julia users trying to use it from another language e.g. Fortran.

Thanks.

@traversaro
Copy link

traversaro commented May 31, 2019

A possible alternative option (if there is someone willing to maintain it) is to install a JuliaConfig.cmake configuration file with Julia itself. Even if Julia is not built with CMake, it is possible nevertheless to generate a JuliaConfig.cmake file, see for example libxml2:

@barche
Copy link
Contributor

barche commented Jun 2, 2019

Yes, I think adding a JuliaConfig.cmake file would be the way to go. The best solution is to convert Julia to using CMake, but that's slightly more involved ;)

@SylvainCorlay
Copy link
Member

Yes, it would be great if Julia moved to CMake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants