Skip to content
Snippets Groups Projects
Commit 2f9bb73d authored by Thomas Jürges's avatar Thomas Jürges
Browse files

SW-157: Set default compiler to gcc6 on buildhostcentos7

parent 4ea6cde7
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,8 @@ set(BDSF_ROOT_DIR "/opt/PyBDSF/lib64/python2.7/site-packages/")
set(DAL_ROOT_DIR "/opt/DAL")
#set(QPID_ROOT_DIR /opt/qpid)
# Overwrite the compiler paths on CentOS7
set(GNUCXX11_C /opt/rh/devtoolset-6/root/usr/bin/gcc) # GNU C compiler
set(GNUCXX11_CXX /opt/rh/devtoolset-6/root/usr/bin/g++) # GNU C+ compiler
set(GNUCXX11_Fortran /opt/rh/devtoolset-6/root/usr/bin/gfortran) # GNU Fortran compiler
set(GNUCXX11_ASM /opt/rh/devtoolset-6/root/usr/bin/gcc) # GNU assembler
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment