cosmicrays / hermes

HERMES is a publicly available computational framework for the line of sight integration over galactic radiative processes which creates sky maps in the HEALPix-compatibile format.
GNU General Public License v3.0
23 stars 9 forks source link

how to set local compilers? #6

Closed carmeloevoli closed 3 years ago

carmeloevoli commented 3 years ago
export CC=/usr/local/bin/gcc-10
export CXX=/usr/local/bin/g++-10
cmake ..
make