- Oct 07, 2024
-
-
Mathieu Faverge authored
-
- Oct 01, 2024
-
-
PRUVOST Florent authored
-
- Sep 27, 2024
-
-
Mathieu Faverge authored
-
- Aug 20, 2024
-
-
PRUVOST Florent authored
Find BLAS: replace libblis|libmkl|libopenblas by blis|mkl|openblas to fix case when libraries are directly given by users, and used as it is, with -L and -l options (no absolute path)
-
PRUVOST Florent authored
morse_check_static_or_dynamic: we may not find the libraries extension, if given by the user as a list of linker flags (can be many different things), e.g. -Wl,-rpath,/opt/lib -L/opt/lib -lfoo -lbar, so that we replace FATAL_ERROR by WARNING in the message if extension not found
-
- Jun 25, 2024
-
-
PRUVOST Florent authored
-
- Jun 17, 2024
-
-
PRUVOST Florent authored
-
- Jun 13, 2024
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
- May 31, 2024
-
-
PRUVOST Florent authored
-
- May 30, 2024
-
-
PRUVOST Florent authored
-
- May 29, 2024
-
-
Mathieu Faverge authored
-
- Feb 12, 2024
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- Nov 29, 2023
-
-
PRUVOST Florent authored
-
- Nov 27, 2023
-
-
PRUVOST Florent authored
-
- Nov 24, 2023
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
- Nov 21, 2023
-
-
Mathieu Faverge authored
-
- Nov 17, 2023
-
-
PRUVOST Florent authored
-
- Sep 28, 2023
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
- Sep 27, 2023
-
-
PRUVOST Florent authored
-
- Sep 06, 2023
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
- Jul 27, 2023
-
-
Mathieu Faverge authored
-
- Jul 04, 2023
-
-
Mathieu Faverge authored
-
- Apr 05, 2023
-
-
PRUVOST Florent authored
-
- Feb 21, 2023
-
-
PRUVOST Florent authored
-
- Feb 15, 2023
-
-
PRUVOST Florent authored
Fix a bug with intelmpi linker flag not recognize e.g. --enable-new-dtags -Xlinker -rpath -Xlinker ...
-
PRUVOST Florent authored
CMAKE_REQUIRED_LIBRARIES is supposed to be a ;-separated list of libraries to link. Linker flags must be set in CMAKE_REQUIRED_FLAGS.
-
- Feb 13, 2023
-
-
Loris authored
-
- Jan 11, 2023
-
-
Nathan Précigout authored
We check that the simgrid_init function exists rather than the MSG_main function which is no longer used by default in simgrid
-
- Dec 23, 2022
-
-
PRUVOST Florent authored
-
- Dec 22, 2022
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
Add a common macro to export imported targets. This to avoid dependents to search for our dependencies at configure time.
-
- May 20, 2022
-
-
PRUVOST Florent authored
cblas_check_include and lapacke_check_include: function in cmake does not change variables so that CBLAS_INCLUDE_DIRS/LAPACKE_INCLUDE_DIRS was not updated. Use a macro instead of a function.
-
- Apr 25, 2022
-
-
PRUVOST Florent authored
-