mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 02:09:26 +08:00
packages.nvhpc.mpi: do not link src
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
requireFile, stdenv, lib, src,
|
||||
perl, libnl, rdma-core, zlib, numactl, libevent, hwloc, libpsm2, libfabric, pmix, ucx, ucc, prrte
|
||||
}: stdenv.mkDerivation rec
|
||||
}: stdenv.mkDerivation
|
||||
{
|
||||
name = "openmpi";
|
||||
inherit src;
|
||||
@@ -57,5 +57,4 @@
|
||||
|
||||
enableParallelBuilding = true;
|
||||
doCheck = true;
|
||||
postInstall = "ln -s ${src} $out/src";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user