Search Criteria
Package Details: python-py3d 1:0.18.0-11
Package Actions
Git Clone URL: | https://aur.archlinux.org/open3d.git (read-only, click to copy) |
---|---|
Package Base: | open3d |
Description: | A Modern Library for 3D Data Processing |
Upstream URL: | http://www.open3d.org |
Keywords: | open3d |
Licenses: | MIT |
Conflicts: | python-open3d, python-open3d-git, python-py3d-git |
Provides: | python-open3d |
Submitter: | deltaecho |
Maintainer: | daizhirui |
Last Packager: | daizhirui |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-29 12:37 (UTC) |
Last Updated: | 2024-09-15 04:04 (UTC) |
Dependencies (42)
- asciidoc (asciidoc-gitAUR)
- assimp (assimp-gitAUR)
- cppzmq (cppzmq-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- eigen (eigen-gitAUR)
- embree (embree-gitAUR)
- flann
- fmt (fmt-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- glfw-x11 (glfw-gitAUR, glfw)
- gtest (googletest-gitAUR)
- intel-oneapi-basekit
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libc++ (libc++-msanAUR, libc++-modulesAUR)
- libc++abi (libc++abi-msanAUR, libc++abi-modulesAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- liblzf
- libpng (libpng-apngAUR, libpng-gitAUR)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, mesa-amber)
- mysqlAUR (mysql55AUR, mysql56AUR, mariadb-gitAUR, mysql81AUR, mysql57AUR, mroongaAUR, mysql80AUR, mysqlAUR, mariadb, mariadb-lts, percona-server)
- nanoflannAUR
- onetbb
- openssl (openssl-gitAUR, openssl-staticAUR)
- openvr (openvr-gitAUR)
- openxr (openxr-loader-gitAUR)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql-gitAUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR)
- pybind11 (pybind11-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-dashAUR
- python-mpi4py (python-mpi4py-intelAUR)
- python-plotly (python-plotly-gitAUR)
- qhull
- unzip (unzip-natspecAUR, unzip-zstdAUR)
- utf8cpp (utf8cpp-gitAUR)
- vtk (vtk-gitAUR)
- xorg-server-devel (xorg-server-devel-gitAUR)
- zeromq (zeromq-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- jupyter-notebook (optional) – Jupyter notebook support
- openmp (optional) – Multiprocess support
Required by (2)
- python-minkowskiengine (requires python-open3d) (optional)
- python-minkowskiengine-git (requires python-open3d) (optional)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
AchmadFathoni commented on 2021-07-15 05:34 (UTC)
Got an error:
Add
libc++
solves this errorzannzetsu commented on 2021-06-05 17:24 (UTC)
@nikisalli I messed up. I didn't increment pkgrel in .SRCINFO.
nikisalli commented on 2021-06-01 11:18 (UTC)
why does aur say the pkg release is 2 while it is set to 1 in the pkgbuild? this causes some aur helpers to keep installing the old version at each update
zannzetsu commented on 2021-05-22 18:56 (UTC)
Hi, @3ddi the package should build now.
3ddi commented on 2021-01-24 06:57 (UTC)
Out of date ( newest version is 0.12) and fails to build with
jgwak commented on 2020-04-23 15:31 (UTC)
@flipflop97 done
flipflop97 commented on 2020-04-23 13:28 (UTC)
Hi, can you update the git url to the following?
https://github.com/intel-isl/Open3D
stevesp commented on 2020-02-13 09:14 (UTC)
You're welcome, thanks for updating the packages.
jgwak commented on 2020-02-12 18:33 (UTC)
@stevesp I managed to clean build both 0.9.0 and latest master. I guess there was a bug on our side, not the upstream. Thank you.
stevesp commented on 2020-02-12 17:13 (UTC) (edited on 2020-02-12 17:53 (UTC) by stevesp)
@jgwak I just checked out the latest AUR open3d-git package (just got the files without building anything), then I changed the PKGBUILD file to resolve the problem with the open3d dependency and ran
makepkg -si
.I have just right now tried to build Open3D from source by cloning the master branch from https://github.com/intel-isl/Open3D and that worked as well, when I applied the patch for libturbojpg.
I think I had the same error as you a while ago, therefore I used the 0.8.0 version. Today I tried to build it again and it worked. Thought they fixed it upstream, because I didn't do anything different.
Have you tried to freshly clone everything?
I can send you the PKGBUILD file if you want? But I basically removed the
python-py3d-git
from thepkgname
variable and thepackage_python-py3d-git
function. In addition, I fixed the dependency error in thepackage_python-open3d-git
function and that's it.« First ‹ Previous 1 2 3 Next › Last »