forked from rarias/bscpkgs
Remove patch phase for gauss seidel app
This commit is contained in:
parent
114a6b081f
commit
0daa0b9c35
@ -16,12 +16,6 @@ stdenv.mkDerivation rec {
|
|||||||
ref = "master";
|
ref = "master";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
|
||||||
sed -i 's/gcc/icc/g' Makefile
|
|
||||||
export NIX_DEBUG=6
|
|
||||||
g++ --version
|
|
||||||
'';
|
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
nanos6
|
nanos6
|
||||||
mpi
|
mpi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user