add oneapi

This commit is contained in:
陈浩南 2023-07-19 23:24:35 +08:00
parent 53f3a01c38
commit c74955c7ce
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
lib, stdenv, fetchurl, autoPatchelfHook, strace,
alsa-lib, at-spi2-atk, bzip2, cairo, numactl, pango, glib, gdk-pixbuf, xorg, libjpeg, gtk3, libkrb5, ncurses5, kmod,
rdma-core, gtk2, nss, libxcrypt-legacy, gdbm, level-zero, hwloc, ucx, tcl, libffi_3_3, postgresql, libpng12, libpsm2,
libndctl
libndctl, libdrm, mesa
}:
stdenv.mkDerivation rec
@ -113,7 +113,8 @@ stdenv.mkDerivation rec
[
alsa-lib at-spi2-atk bzip2 cairo numactl pango glib stdenv.cc.cc gdk-pixbuf xorg.xcbutilimage xorg.xcbutilkeysyms
xorg.libICE libjpeg gtk3 xorg.xcbutilwm libkrb5 ncurses5 kmod.lib rdma-core xorg.xcbutilrenderutil gtk2 nss
libxcrypt-legacy gdbm level-zero hwloc ucx tcl libffi_3_3 postgresql.lib libpng12 libndctl libpsm2
libxcrypt-legacy gdbm level-zero hwloc ucx tcl libffi_3_3 postgresql.lib libpng12 libndctl libpsm2 libdrm mesa
xorg.libXxf86vm
];
autoPatchelfIgnoreMissingDeps =
[

View File

@ -13,6 +13,7 @@ inputs:
mathematica octave root cling gfortran
qchem.quantum-espresso
waifu2x-converter-cpp
localPackages.oneapi
]
)
++ ( with inputs.pkgs.pkgsCross.mingwW64.buildPackages; [ gcc ] );