Closed
Description
Not sure if this is an issue with netlib-src or lapack (or me), but I'm unable to use this library on macOS. I have gcc / gfortran installed via homebrew, but the linker is unable to locate the libgfortran libraries. Running "cargo test" results in
error: linking with cc
failed: exit code: 1
= note: ld: library not found for -lgfortran
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Is this a supported platform?