You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* First try
+ updatet to cmake 3.21
+ introduced presets
+ on linux both gcc and clang working
+ added markdown for overview
* Lose OpenMP as dependency
+ gcc and clang-linux working, same speed for test
* Loosen compile options
* Introduce virtual destructors to circumvent
main.cpp:32:9: warning: delete called on 'Matmodel<1>' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor]
32 | delete matmodel;
given through clang.
+ also applied the same to Solver
* Remove some of the hardcoded compiler paths for clang-macos
* Delete all hardcoded compiler paths
* Update CMake Setting
+ uncomment compile options
+ remove unnecessary comment
+ remove doubled CMake min version
+ introduce CXX_FLAGS for gcc in preset
+ also in parts for Clang, -fmax-errors does not exist there
+ reintroduce RPATH-logic for Apple -> don't understand it
+ add condition to mac presets -> only loose, as darwin is open-source and could NOT be apple... but seems to be standard vs APPLE-check....
* removed presets not used in feedstock
---------
Co-authored-by: sanathkeshav <[email protected]>
0 commit comments