From 265a71c54df685c4c2a495643202687194181775 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 12 Dec 2018 13:40:48 +0100 Subject: [PATCH] nvidia_current: Install `libnvidia-ptxjitcompiler.so.390.87` This is needed by pygpu to run `pygpu.test()`. For whatever reason, it still does not find the compiler. GpuArrayException: cuLinkCreate: CUDA_ERROR_JIT_COMPILER_NOT_FOUND: PTX JIT compiler library not found --- nvidia_current-390.87-0.bee => nvidia_current-390.87-1.bee | 1 + 1 file changed, 1 insertion(+) rename nvidia_current-390.87-0.bee => nvidia_current-390.87-1.bee (98%) diff --git a/nvidia_current-390.87-0.bee b/nvidia_current-390.87-1.bee similarity index 98% rename from nvidia_current-390.87-0.bee rename to nvidia_current-390.87-1.bee index a155894a7..41d7cc331 100755 --- a/nvidia_current-390.87-0.bee +++ b/nvidia_current-390.87-1.bee @@ -51,6 +51,7 @@ mee_install() { "libnvidia-glcore.so.${PKGVERSION}" "libnvidia-ml.so.${PKGVERSION}" "libnvidia-opencl.so.${PKGVERSION}" + "libnvidia-ptxjitcompiler.so.${PKGVERSION}" "tls/libnvidia-tls.so.${PKGVERSION}" "libnvidia-wfb.so.${PKGVERSION}" "libvdpau_nvidia.so.${PKGVERSION}"