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
