mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:55:22 +08:00
packages.nvhpc.stdenv: fix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user