mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
libtorch-bin: do not install static libraries
This commit is contained in:
parent
70f5fe4223
commit
e8e5d07cdd
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user