conda-forge / llvmdev-feedstock

A conda-smithy repository for llvmdev.
BSD 3-Clause "New" or "Revised" License
8 stars 41 forks source link

Reactivate SVML patches #123

Open xhochy opened 3 years ago

xhochy commented 3 years ago

With #121 we did deactivate the SVML patches. These are especially required for Numba which is not yet using LLVM 11/12 yet.

isuruf commented 3 years ago

cc @Hardcode84, @anton-malakhov

h-vetinari commented 2 years ago

llvmlite 0.37 moved to LLVM 11, i.e. the patches removed in #121 for 12.0 haven't become relevant yet. Xref: https://github.com/numba/llvmlite/issues/688

h-vetinari commented 1 year ago

See also: https://github.com/numba/llvmlite/pull/802 & https://github.com/numba/llvmlite/pull/830

h-vetinari commented 1 year ago

Just wanted to let people know that I picked @Hardcode84's patch from the llvmlite PR into https://github.com/conda-forge/llvmdev-feedstock/pull/192 (for LLVM 14) and it's looking good AFAICT.