-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.config.mk.ci.clang
27 lines (18 loc) · 1.04 KB
/
.config.mk.ci.clang
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#=================================================================================================
# Compiler Options
#=================================================================================================
CXX = clang++
DEBUG += -g # Adds debug symbols
LOGGING += -D XERUS_LOG_INFO # Information that is not linked to any unexpected behaviour but might
#=================================================================================================
# External libraries
#=================================================================================================
STRICT_WARNINGS = TRUE
# Uncomment or add the appropriate blas libraries
BLAS_LIBRARIES = -lopenblas -lgfortran # Openblas, serial
# Uncomment or add the appropriate lapack libraries
LAPACK_LIBRARIES = -llapacke -llapack # Standard Lapack + Lapacke libraries
# Uncomment or add the appropriate CXSparse library
SUITESPARSE = -lcholmod -lspqr
# custom include paths
# OTHER += -I /path/to/include