Archived
1
0
forked from rarias/bscpkgs

intel: Enable ifort compiler

This commit is contained in:
2020-07-10 17:04:21 +02:00
parent dc12cbe045
commit a78f0caec9
2 changed files with 4 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
cp -a bin/intel64/* $out/bin/
cp -a compiler/include/* $out/include/
cp -a compiler/lib/intel64_lin/* $out/lib/
ln -s lib $out/lib_lin
rm $out/lib/*.dbg
popd
'';