This is a long pending issue - how do we make it easy for packages to link to Julia's libraries, especially openblas. One quick thing we could do is have something like julia-config that can provide the right include paths and ldflags and such.
-viral On Friday, January 30, 2015 at 4:30:24 AM UTC+5:30, Nick Henderson wrote: > > Hello, > > I am working on a Julia package which includes some Fortran code that I > would like to link against openblas built with Julia. > > On my linux machine, I find the libraries in JULIA_HOME/../lib > > However, on the OSX nightly build I find them in JULIA_HOME/../lib/julia > > Is there a simple way to find the location of the Julia libraries? > > Is linking against libraries built with Julia considered an acceptable > practice? > > Thanks so much! > > --Nick Henderson >
