Filippo Vicentini

Results 309 comments of Filippo Vicentini

ideally we should find a way to parse apple docs/headers from the frameworks and autogenerate cmt bindings...

This wouldn't be too hard to implement but requires an additional dependency: Numpy string arrays are encoded as fixed-length Char arrays. A `Vector{String}` in Julia would be a vector of...

https://github.com/JuliaLang/Pkg.jl/issues/2500

TODO: - cleanup where things like `find_libpython` should live. PyPreferences or PyCall? - `PkgCompiler` tests are broken but I need to figure out why.

I'd also like to know if dripping pre 1.6 compatibility is on the table.

One problem I encountered is the following: Right now the preference for `python` can be set both to a command in the PATH or to a full path to an...

Numba 0.53.1 uses LLVM 9 (IIRC), while Julia 1.6 uses LLVM 11. In theory numba is statically linked to LLVM and they should interoperate correctly, but evidently they do not....

Hi @tkf, what's the status of this? Is there any agreement on how this should be implemented? I'd like to revive this and contribute to it because I would find...

I don't agree with having a BinaryBuilder-supplied MPI being the default. What would happen if a package pulls-in `MPI.jl` as a dependency? I think of the use-case of users installing...

This would make more sense. A BinaryBuilder-MPI is something only `Julia` will use through the `MPIManager`. So if no external `MPI` is found it _might_ make sense to assume the...