Search Criteria
Package Details: python-ocp 7.8.1.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-ocp.git (read-only, click to copy) |
---|---|
Package Base: | python-ocp |
Description: | Python wrapper for OCCT generated using pywrap |
Upstream URL: | https://github.com/CadQuery/OCP |
Licenses: | Apache-2.0 |
Conflicts: | python-ocp-git |
Submitter: | greyltc |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-08-22 14:36 (UTC) |
Last Updated: | 2025-05-07 23:03 (UTC) |
Dependencies (43)
- fmt (fmt-gitAUR)
- opencascade (opencascade-gitAUR)
- python (python37AUR)
- vtk (vtk-gitAUR, vtk93AUR)
- adios2 (adios2-gitAUR) (make)
- boost (boost-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- clang15AUR (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- double-conversion (double-conversion-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- fast_float (fast_float-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR) (make)
- libharu (make)
- liblas (liblas-gitAUR) (make)
- liefAUR (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- openmpi (openmpi-gitAUR) (make)
- openvr (openvr-gitAUR) (make)
- openxr (openxr-loader-gitAUR) (make)
- pdal (pdal-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-click (make)
- python-jinja (make)
- python-joblib (make)
- python-logzeroAUR (make)
- python-mpi4py (python-mpi4py-intelAUR) (make)
- python-pandas (make)
- python-path (make)
- python-pyparsing (make)
- python-schema (python-schema-gitAUR) (make)
- python-toml (make)
- python-toposort (make)
- python-tqdm (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- qt5-declarative (qt5-declarative-gitAUR) (make)
- rapidjson (rapidjson-gitAUR) (make)
- utf8cpp (utf8cpp-gitAUR) (make)
- verdict (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
greyltc commented on 2021-01-26 14:11 (UTC)
Yeah, sorry about that. I made a mistake in the joblib version spec that I just added to the PKGBUILD. I've fixed it now, so try your build again please. My experience has been that python 3.9 causes your original build error with joblib version 0.16 but not with version 1.0.
rbgo commented on 2021-01-26 11:33 (UTC) (edited on 2021-01-26 11:34 (UTC) by rbgo)
@greyltc I had "python-joblib 0.16.0-3" installed from Manjaro's Offical Repositories and removed it, because I saw an AUR available "python-joblib 1.0.0-1". I installed it. Then I tryed install AURs (1)"python-ocp-git 7.5.RC1.r4.g6b105a3-1" and (2)"python-ocp 7.5.RC1-2", both failed on not having "python-joblib => 1.0"; strange. I edit the build file of (2) removing the joblib version requirement. The build came far but tripped over missing opencascade files and cmake could not continue. Did the same with (1) and the build completed! So that helped. Thank you! :-)
But now it is "python-cadquery 2.0.1-1" that fails to install...
I checked all the dependencies for "python-cadquery" and they're all installed.
@s-ol Thank for your thoughts on this.
s-ol commented on 2021-01-26 09:23 (UTC)
@rbgo The error message seems to suggest you may be running out of RAM? How much RAM and swap space do you have available? (e.g. output of
free
)greyltc commented on 2021-01-26 09:06 (UTC) (edited on 2021-01-26 09:09 (UTC) by greyltc)
@rbgo I've never used Manjaro, so I'm not really sure what goes on there. What version of python-joblib does Manjaro give you? Seems to me you're running an out of date version of that package with bugs that break this build.
rbgo commented on 2021-01-26 00:29 (UTC) (edited on 2021-01-26 00:31 (UTC) by rbgo)
I got two Manjaro systems on my LAN. Tryed to install this package and also the git version separately as a dependency of python-cq-editor. In both cases and on both PCs the install will not complete. Next to GUI install with pamac I also tryed install with pacman, makepkg and yay, all having same results.
Install starts normal like this...
And then the following output is dumped starting with "LokyProcess-xx failed..." headers of which I copy the last one...
greyltc commented on 2020-11-22 13:56 (UTC)
@Knusperkeks It seems to me that those "errors" are actually warnings.
You wrote "I tried building it inside a clean chroot and it does not succeed." I don't see anything indicating failure in what you pasted.
Thanks for the new deps, I've added them.
Knusperkeks commented on 2020-11-22 13:36 (UTC)
I tried building it inside a clean chroot and it does not succeed. As the bindgen phase already produces errors, any complaints by gcc are to be expected I guess. Any idea what i do wrong? Btw, python-jinja and python-toml seem to be missing as makedeps.
s-ol commented on 2020-11-17 21:44 (UTC)
can confirm it now builds cleanly, although cadquery and cq-editor crash. I assume they are not yet ready for the 4.5 release:
greyltc commented on 2020-11-16 15:46 (UTC)
I seem to have fixed the build. Somehow upstream has modified the opencascade headers and the build works with those modified ones. I've submitted an issue to try to learn why that is: https://github.com/CadQuery/OCP/issues/31
greyltc commented on 2020-11-16 14:47 (UTC)
Looks like they actually released a new version for 7.5. I've updated this package to that, but the build is still failing for me.
« First ‹ Previous 1 2 3 4 5 Next › Last »