JuliaMath / IntelVectorMath.jl

Julia bindings for the Intel Vector Math Library
Other
73 stars 18 forks source link

Add necessary shared libraries via BinaryProvider if not otherwise existing. #33

Closed Crown421 closed 4 years ago

Crown421 commented 4 years ago

Requiring the MKL installation (either standalone or MKL.jl) seems a bit overkill given that this package only needs 3-4 shared library files.

In an upcoming version these should be available on Yggdrasil, and loaded during build if neither MKL.jl nor a properly sourced standalone MKL are detected.

Crown421 commented 4 years ago

BinaryProvider will now be used regardless, even if MKL is otherwise present.

Next step, adopting jll artifacts.

Crown421 commented 4 years ago

Adding the artifact has been opened as its own issue in #37 , meaning that this one is now closed (and outdated).