[julia-users] Re: Indicating Fortran path dependencies the correct way?

2016-06-23 Thread Charles Ll
Ok thanks! Yes I will have a look at Dierckx.jl, see if I can figure out how it does it. Le jeudi 23 juin 2016 13:00:57 UTC+10, Tony Kelman a écrit : > > You have a few options. You can save the location of the library to a > module-level const variable and use that in your ccall's, or use

[julia-users] Re: Indicating Fortran path dependencies the correct way?

2016-06-22 Thread Tony Kelman
You have a few options. You can save the location of the library to a module-level const variable and use that in your ccall's, or use BinDeps to write the path of the found library (if any) to a generated file. I believe Dierckx.jl is an example of using the former, where the library just gets