Erik Schnetter

Results 428 comments of Erik Schnetter

I am now seeing a similar (related?) build error on Apple https://github.com/JuliaPackaging/Yggdrasil/pull/7762 . This time it's with `cmake` (not `configure`) and the option is `-commons` (possibly Fortran-related): ``` [23:05:06] ld64.lld:...

This approach also seems to work – deleting the new linkers: ```sh if [[ "${target}" == x86_64-apple-darwin* ]]; then # See : # Remove the new linkers which don't work...

@conda-forge-admin please rerender

@conda-forge-admin please rerender

@conda-forge/help-c-cpp, ready for review!

Yes, in my experience, the standard C++ functions such as `isnan` or `std::numeric_limits` are not available for `_Float16`. You would need to define them yourself, probably via `bool isnan(_Float16 f)...

Thank you! If I recall correctly, `MPI_Comm_fromint` was intended to be equivalent to `MPI_Comm_f2c`, except that it takes an `int` argument instead of an `MPI_Fint` argument. (`MPI_Fint` is not defined...

I am using the new standard MPI ABI. It defines `MPI_COMM_WORLD` to be `(MPI_Comm)257`.

Could Revise ask Julia about this list? Julia should know its dependencies.