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…
x
Reference in New Issue
Block a user