Search Criteria
Package Details: opencascade-cadquery 7.7.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/opencascade-cadquery.git (read-only, click to copy) |
---|---|
Package Base: | opencascade-cadquery |
Description: | Opencascade for python-cadquery |
Upstream URL: | https://dev.opencascade.org/ |
Licenses: | LGPL, custom:OCCTLGPLEXCEPTION |
Submitter: | greyltc |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 2 |
Popularity: | 0.000303 |
First Submitted: | 2021-11-21 19:25 (UTC) |
Last Updated: | 2023-11-10 23:40 (UTC) |
Dependencies (27)
- ffmpeg4.4
- freeimage
- gl2ps (gl2ps-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- intel-tbb (onetbb-gitAUR, onetbb)
- openmpi (openmpi-gitAUR)
- tk (tk-fossilAUR)
- vtk (vtk-gitAUR)
- adios2 (adios2-gitAUR) (make)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- gdal (gdal-libkmlAUR, gdal-libkml-filegdbAUR, gdal-hdf4AUR, gdal-ecwAUR) (make)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR) (make)
- libharu (make)
- liblas (liblas-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- openvr (openvr-gitAUR) (make)
- pdal (pdal-gitAUR) (make)
- proj (proj-gitAUR) (make)
- Show 7 more dependencies...
Latest Comments
Auerhuhn commented on 2024-09-27 21:35 (UTC)
@greyltc Thanks for maintaining this version!
Would you please add the following upstream patch to your PKGBUILD? It fixes a build-time error.
https://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src/StdPrs/StdPrs_BRepFont.cxx;h=cd701879b16cc2ddc67624c50a17c0ed21ff64c7;hp=ab2d9b3c9f56a44fda6cf0ee1b83bdc90bd8944a;hb=7236e83dcc1e7284e66dc61e612154617ef715d6;hpb=099e0d25243925da349d43e6e1ee0528763cdabe
chilichiller commented on 2024-05-04 22:11 (UTC)
I had to remove the package 'opencascade' before I could install this package. Adding the line
in the PKGBUILD would probably resolve this automatically.
greyltc commented on 2022-04-14 19:11 (UTC)
cool. thanks for that!
dack commented on 2022-03-15 23:38 (UTC)
For anyone else trying to build this, here's a PKGBUILD with the ffmpeg and dependency fixes.
Lauch42 commented on 2022-02-21 10:25 (UTC) (edited on 2022-02-21 18:12 (UTC) by Lauch42)
Same failures for me. Build fails against ffmpeg5. I built it with ffmpeg4.4, that works (I set CMAKE_LIBRARY_PATH, although there may be more elegant methods. Using 3RD_PARTY_FFMPEG_LIBRARY_DIR did not work, neither did adding a PKG_CONFIG_PATH).
There are also some missing make dependencies, I think: glew, openmpi
dack commented on 2022-02-20 19:16 (UTC) (edited on 2022-02-20 19:16 (UTC) by dack)
Build fails for me - possible something ffmpeg related? Is anyone else seeing the same failure?
greyltc commented on 2022-02-14 19:02 (UTC) (edited on 2022-02-14 19:02 (UTC) by greyltc)
Yeah, the checks can be annoying. Not sure if it's best to disable them or advise you to build with
--nocheck
amstan commented on 2022-02-08 20:11 (UTC)
The
Running tests (total 19476 test cases)...
step has a tendency to crash my kwin window manager. Seems that every test makes X create a window (my active window flickers focus like crazy for each one of these tests, I guess 19000 of them). I would rather have them disabled.