1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-18 15:53:45 +02:00

changed CC back to default to g++

This commit is contained in:
Oliver Hahn 2020-02-13 13:45:31 +01:00
parent b77fedd700
commit 8c6c4f3dcb

View file

@ -9,7 +9,7 @@ BOXLIB_HOME = ${HOME}/nyx_tot_sterben/BoxLib
##############################################################################
### compiler and path settings
CC = g++-9
CC = g++
OPT = -Wall -Wno-unknown-pragmas -O3 -g -mtune=native
CFLAGS =
LFLAGS = -lgsl -lgslcblas