Use current gcc version with mcxx
This commit is contained in:
parent
7b2c88be78
commit
5df94bfc66
@ -26,13 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# Use full path for the backend compilers
|
|
||||||
preConfigure = ''
|
|
||||||
export GCC=${gcc}/bin/gcc
|
|
||||||
export GXX=${gcc}/bin/g++
|
|
||||||
export GFORTRAN=${gfortran}/bin/gfortran
|
|
||||||
'';
|
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
nanos6
|
nanos6
|
||||||
|
Loading…
Reference in New Issue
Block a user