Fix DLL builds and c++ lapack declarations.

(cherry picked from commit e1f1a608be)
This commit is contained in:
Antonio Sánchez
2025-10-13 16:25:08 +00:00
committed by Antonio Sanchez
parent bdacccda15
commit a5c3f697fa
14 changed files with 725 additions and 123 deletions

View File

@@ -15,6 +15,8 @@
#include <ctime>
#endif
#include "lapack.h"
extern "C" {
float second_();
}