forked from libxerus/xerus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.config.mk.ci.gcc
18 lines (14 loc) · 949 Bytes
/
.config.mk.ci.gcc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#=================================================================================================
# Compiler Options
#=================================================================================================
CXX = g++
STRICT_WARNINGS = TRUE
DEBUG += -D XERUS_TEST_COVERAGE # Enable coverage tests
DEBUG += -g # Adds debug symbols
#=================================================================================================
# External libraries
#=================================================================================================
BLAS_LIBRARIES = -lopenblas -lgfortran # Openblas, serial
LAPACK_LIBRARIES = -llapacke -llapack # Standard Lapack + Lapacke libraries
SUITESPARSE = -lcholmod -lspqr
OTHER += -I /usr/include/python2.7/ -lboost_python -I/usr/lib64/python2.7/site-packages/numpy/core/include/ -lpython2.7 -fno-var-tracking-assignments