Package Details: python-ocp 7.7.2.0-2

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
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: 2023-11-18 16:53 (UTC)

Latest Comments

1 2 3 4 Next › Last »

tapia commented on 2023-11-19 21:00 (UTC)

Hi greyltc, it works now! Thanks for fixing the issue ;)

greyltc commented on 2023-11-16 21:25 (UTC)

Should be fixed now tapia. Turns out the official package upgrade of clang/llvm and friends from version 15->16 on 2023-08-29 broke the build. Took me almost forever to figure this out and implement a fix :(

tapia commented on 2023-11-13 21:57 (UTC)

Hi, this is not compiling for me. Is it working for anyone?

greyltc commented on 2023-03-25 23:14 (UTC)

The vtk dep here is stuck at 9.1 for now. You'll have to downgrade/ignore vtk upgrades for this package to work. Once opencascade gets upgraded to 7.7 I'll be able to update this package to unlock it from vtk 9.1.

DCengineer commented on 2023-03-25 20:29 (UTC)

Looks like the recent vtk update in the main repos may have broken the dependency checks for this package. python-ocp-git seems unaffected.

:: Resolving dependencies...
error: could not find all required packages:
    vtk=9.1 (wanted by: python-cadquery-git -> python-ocp)

Salamandar commented on 2022-10-14 16:00 (UTC)

It's not building anymore:

.cache/yay/python-ocp/src/OCP/OCP/BRepPrimAPI_pre.cpp:64:47: erreur: la valeur void n'a pas été ignorée comme elle aurait dû l'être
   64 |         Standard_Address OneAxis() override { PYBIND11_OVERLOAD_PURE(Standard_Address,BRepPrimAPI_MakeOneAxis,OneAxis,) };

rpodgorny commented on 2022-07-18 16:00 (UTC)

please add the missing dependency or orphan the package and i'll do it. thanks!

nobodyinperson commented on 2022-04-25 12:09 (UTC)

Missing dependency: python-lief

mmirate commented on 2022-03-02 22:05 (UTC)

Missing dependencies: openmpi, pugixml, fmt, glew.

juliang commented on 2021-11-20 23:06 (UTC) (edited on 2021-11-20 23:16 (UTC) by juliang)

@Jarshvor I tried manually installing python-cymbal-git and also python-logzero, but it still won't build. I think the entire build process went further than before, my current build errors are in a different file I think:

[619/620] Building CXX object CMakeFiles/OCP.dir/gp.cpp.o
ninja: build stopped: cannot make progress due to previous errors.
==> ERROR: A failure occurred in build().
    Aborting...

Frankly I don't know what the underlying issue here is. I tried downloading the binary for cq-editor off of their github release, but that will complain that it can't load the radeonsi driver. I was excited to try this project out, but I don't feel like spending hours debugging issues like these.

Update: I got the binary release to work, after finding a github issue that explains it. I'm gonna try playing around with the latest experimental build, maybe we should consider packaging a binary release onto the AUR.