Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 6415

packaging Open3D as debian

$
0
0

I'm using Ubuntu 20.04, CUDA 11.4, and I want to create a debian of Open3D 0.18.0, to do so I cloned the repo and tried:

mkdir build && cd buildcmake -DBUILD_CUDA_MODULE=ON -DBUILD_COMMON_CUDA_ARCHS=ON -DGLIBCXX_USE_CXX11_ABI=ON -DPYTHON_EXECUTABLE=/usr/bin/python3 -DUSE_SYSTEM_JPEG=ON -DCPACK_BINARY_DEB=ON ..sudo make -j 10 package

but instead of getting a debian package (.deb) I got a different format (.tar.xz) with include, shared, lib folders:

open3d-devel-linux-x86_64-cxx11-abi-cuda-0.18.0+0f06a149c.tar.xz generated.

Can you please tell me how to create a debian please? thanks


Viewing all articles
Browse latest Browse all 6415

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>