Archived
1
0
forked from rarias/bscpkgs

saiph: cc is a experiment parameter

This commit is contained in:
sandra
2020-09-23 13:10:12 +02:00
parent 3419db1fc6
commit c8915dfc89

View File

@@ -3,7 +3,7 @@
, nanos6 , nanos6
, mpi , mpi
, tampi , tampi
, mcxx , cc
, vtk , vtk
, boost , boost
, gitBranch ? "master" , gitBranch ? "master"
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
nanos6 nanos6
mpi mpi
tampi tampi
mcxx cc
vtk vtk
boost boost
]; ];
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
''; '';
makeFlags = [ makeFlags = [
"-f" "Makefile.clang" "-f" "Makefile.${cc.cc.CC}"
"apps" "apps"
"APP=ExHeat3D" "APP=ExHeat3D"
( if (numComm != null) then "NUM_COMM=${toString numComm}" else "" ) ( if (numComm != null) then "NUM_COMM=${toString numComm}" else "" )