Compile p4est in P4est_jll.jl with BLAS support
sloede opened this issue · 1 comments
sloede commented
Right now, the P4est_jll.jl
package provides a p4est library without using the BLAS library:
https://github.com/JuliaPackaging/Yggdrasil/blob/999e6cf6b9054a05a4e76a1d23de93c5651396a2/P/P4est/build_tarballs.jl#L21
Since OpenBLAS is available as a jll package as well, we should try to build p4est against it and update the Yggdrasil recipe (https://github.com/JuliaPackaging/Yggdrasil/blob/master/P/P4est/build_tarballs.jl).
sloede commented
Fixed in JuliaPackaging/Yggdrasil#1749