SCS.jl (under JuliaOpt) is the best current example of a package linking against Julia's copy of openblas (which includes lapack in the default build configuration). Be aware that on 64 bit platforms we use 64 bit integers in blas and lapack, and add a 64_ suffix to the names of those functions accordingly.
- [julia-users] Creating a package with bundled C++ code Victor Liu
- Re: [julia-users] Creating a package with bundled C++ c... Isaiah Norton
- Re: [julia-users] Creating a package with bundled C... Tony Kelman
