Commit Graph

5 Commits

Author SHA1 Message Date
Martin Kroeker
578f0f9590 Update version number to 3.12.0 2023-11-25 18:53:16 +01:00
Martin Kroeker
4041b7fb42 fix function prototypes in f2c-converted files 2023-10-07 22:33:08 +02:00
Martin Kroeker
8408357bab Update LAPACK version number to 3.11.0 2022-11-22 14:01:48 +01:00
Martin Kroeker
18b19d135b C_LAPACK: Fixes to make it compile with MSVC (#3605)
* Fix f2c-like support functions to compile with MSVC, and
re-enable C_LAPACK for MSVC in CMAKE

* Add MSVC&flang build to Azure CI in order to check C_LAPACK correctness
2022-04-17 17:49:38 +02:00
Martin Kroeker
b7873605d4 Use f2c translations of LAPACK when no Fortran compiler is available (#3539)
* Add C equivalents of the Fortran routines from Reference-LAPACK as fallbacks, and C_LAPACK variable to trigger their use
2022-04-09 22:38:58 +02:00