packages.nvhpc.stdenv: fix

This commit is contained in:
2025-12-08 19:49:01 +08:00
parent 61fb833ea5
commit 0d0fc6a75b

View File

@@ -1,6 +1,6 @@
{ {
src, stdenv, autoPatchelfHook, wrapCCWith, config, overrideCC, makeSetupHook, writeScript, overrideInStdenv, 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 libxcrypt-legacy, libfabric, rdma-core, xorg, bash
}: }:
let let
@@ -9,7 +9,7 @@ let
pname = "nvhpc"; pname = "nvhpc";
inherit (src) src version; inherit (src) src version;
buildInputs = 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 ]; nativeBuildInputs = [ autoPatchelfHook flock ];
langFortran = true; langFortran = true;
dontConfigure = true; dontConfigure = true;