vecLibFort icon indicating copy to clipboard operation
vecLibFort copied to clipboard

Full GNU Fortran compatibility for Apple's vecLib BLAS/LAPACK

Results 9 vecLibFort issues
Sort by recently updated
recently updated
newest added

Time to time we get broken linking when some ports, apparently, assume everything should be present without checking for availability of symbols. Likely examples at hand: https://github.com/icl-utk-edu/lapackpp/issues/25 https://github.com/liuyangzhuan/ButterflyPACK/issues/18 (And I...

I try to use gfortran 12.1 (from https://github.com/fxcoudert/gfortran-for-macOS/releases) with the Accelerate framework of Xcode CLT 13.1. I test with the binaries produced in the TESTING subdirectory of Netlib BLAS 3.11.0...

`-O` is already specified in the default CFLAGS. Do not override other optimization flags the user might have specified in CFLAGS.

Only include the local macOS 11 SDK copy of vecLib.h when using the macOS 12 SDK or later to prevent build failure when using the OS X 10.9 SDK or...

#9 (the fix for #8) broke the build when using the 10.9 SDK and older. You now unconditionally include a copy of vecLib.h that came from the macOS 11 SDK,...

Introduce CC and FC variables so that the user can specify alternate compilers if desired. MacPorts has been using a patch like this since 2014.

MacPorts has been using this patch since 2014.

I suggest adding the topics blas, lapack, gfortran, osx in the About section. Thanks for your project -- I added it to my list of [Fortran tools](https://github.com/Beliavsky/Fortran-Tools).