Package Details: python-ocp 7.7.2.1+r4.g544d7fd5-4

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: 2024-12-28 06:29 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

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.

Jarshvor commented on 2021-11-14 18:38 (UTC)

it seems python-cymbal is not in the AUR anymore? should python-cymbal-git be considered intead to be added to the PKGBUILD?

crides commented on 2021-11-12 22:51 (UTC)

Building this on 7.5.RC1-2, running into lots of errors just like @juliang.

Following the errors I can't even find dummy.cxx anywhere on my system, so really not sure how to even start debugging the issues

juliang commented on 2021-10-10 16:41 (UTC)

@Salamandar Sadly I haven't. I tried the prebuilt binaries on a Windows 10 machine since I only wanted to test around but even those didn't work properly so I kinda gave up on the project.