JuliaPackaging / Yggdrasil

Collection of builder repositories for BinaryBuilder.jl
https://binarybuilder.org
Other
304 stars 542 forks source link

PETSc libraries with scalar types #1527

Open simonbyrne opened 4 years ago

simonbyrne commented 4 years ago

PETSc can only be built supporting a single scalar type: the current uses the default (Float64).

One way around this is to build a library for each scalar type (Float32, ComplexF32, ComplexF64): something similar is done for FFTW.

cc: @jd-lara @giordano @stevengj

jd-lara commented 4 years ago

Is this related to the comment in the original PETSc PR?

simonbyrne commented 4 years ago

The Windows failures? No.