mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 02:09:26 +08:00
packages.nvhpc.stdenv: fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
src, stdenv, autoPatchelfHook, wrapCCWith, config, overrideCC, makeSetupHook, writeScript, overrideInStdenv,
|
||||
gcc, glibc, libz, zstd, libxml2, flock, numactl, ncurses, openssl, gmp,
|
||||
gcc, glibc, libz, zstd, libxml2_13, flock, numactl, ncurses, openssl, gmp,
|
||||
libxcrypt-legacy, libfabric, rdma-core, xorg, bash
|
||||
}:
|
||||
let
|
||||
@@ -9,7 +9,7 @@ let
|
||||
pname = "nvhpc";
|
||||
inherit (src) src version;
|
||||
buildInputs =
|
||||
[ libz libxml2 zstd numactl ncurses openssl gmp libxcrypt-legacy libfabric rdma-core xorg.libpciaccess ];
|
||||
[ libz libxml2_13 zstd numactl ncurses openssl gmp libxcrypt-legacy libfabric rdma-core xorg.libpciaccess ];
|
||||
nativeBuildInputs = [ autoPatchelfHook flock ];
|
||||
langFortran = true;
|
||||
dontConfigure = true;
|
||||
|
||||
Reference in New Issue
Block a user