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-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-cudaAUR, ffmpeg-full-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-memAUR, ninja-noemacs-gitAUR, ninja-jobserverAUR) (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
1 2 3 4 5 Next › Last »
s-ol commented on 2025-08-18 14:48 (UTC)
despite this I'm getting a lot of build errors similar to this:
There's also deprecations etc. For the moment I've downgraded opencascade to 7.8.1-3 and will keep using my python-ocp build from january.
s-ol commented on 2025-08-18 14:30 (UTC)
a solution for the
MPI::MPI_C
error is to addmpi
to theCOMPONENTS
list in OCP'sCMakeLists.txt
. I imagine this was caused by an update tovtk
, but I'm not sure if it is to be resolved in OCP or VTK - for the time being I've opened a PR to the ocp repo.The fix can be applied by adding the following line below the other changes to CMakeList.txt in
prepare()
:greyltc commented on 2025-07-15 15:21 (UTC)
CMake Error at /usr/lib/cmake/vtk/VTK-targets.cmake:1897 (set_target_properties):
My builds are failing like this too.
greyltc commented on 2025-07-15 03:50 (UTC)
Yeah, it takes forever to build. You can speed up the build by increasing
_n_parallel_build_jobs
but beware doing that might cause the build to fail while linking (at the end) when it runs out of RAM quite late in the job which is really frustrating. I recommend leaving_n_parallel_build_jobs = 1
and starting the build before you go to sleep.I recall patching out the progress bars because they were making the build logs difficult for me to read.
rmsc commented on 2025-07-14 18:48 (UTC)
Sadly not building... :('
rmsc commented on 2025-07-14 15:44 (UTC)
@greyltc is there a reason for disabling the progress bars?
This thing takes HOURS to build, and at least they give an indication of progress. I only now realized the PKGBUILD was applying a patch to disable them.. wtf?
Auerhuhn commented on 2025-01-02 15:54 (UTC)
@greyltc Would you mind adding the
fmt
package todepends
?Without
fmt
, it builds cleanly but fails at runtime.Auerhuhn commented on 2025-01-02 15:52 (UTC)
@s-ol I got the same error.
Rebuilding the clang15 package with these patches applied fixed it for me.
s-ol commented on 2024-12-27 23:09 (UTC)
Having problems building because of some clang version mismatch:
greyltc commented on 2024-06-07 16:51 (UTC)
It's probably not stuck, just takes forever to build. Leave it overnight if you think it might be stuck.
1 2 3 4 5 Next › Last »