libtorch-bin: do not install static libraries

This commit is contained in:
Daniël de Kok 2021-03-08 09:33:16 +01:00
parent 70f5fe4223
commit e8e5d07cdd

View File

@ -38,7 +38,7 @@ in stdenv.mkDerivation {
installPhase = '' installPhase = ''
# Copy headers and CMake files. # Copy headers and CMake files.
install -Dm755 -t $dev/lib lib/*.a mkdir -p $dev
cp -r include $dev cp -r include $dev
cp -r share $dev cp -r share $dev