Search Criteria
Package Details: opencascade-cadquery 7.6.1-1
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: | 1 |
Popularity: | 0.000045 |
First Submitted: | 2021-11-21 19:25 (UTC) |
Last Updated: | 2022-04-14 19:10 (UTC) |
Dependencies (27)
- ffmpeg4.4 (ffmpeg-v4l2-request-git, ffmpeg4.4-mpp)
- freeimage
- gl2ps (gl2ps-svn)
- glew (glew-libepoxy, glew-egl-glx, glew-git, glew-wayland, glew-osmesa-git, glew-wayland-git)
- intel-tbb (tbb2019, tbb2020, onetbb-git, onetbb)
- openmpi (openmpi-git)
- tk (tk85)
- vtk (vtk-git, vtk8, vtk-nowraps)
- adios2 (adios2-git) (make)
- boost (boost-git, boost174) (make)
- cmake (cmake-git) (make)
- eigen (eigen-git) (make)
- gdal (gdal-filegdb, gdal-hdf4, gdal-libkml-filegdb, gdal-libkml, gdal-ecw) (make)
- glew (glew-libepoxy, glew-egl-glx, glew-git, glew-wayland, glew-osmesa-git, glew-wayland-git) (make)
- libharu (make)
- liblas (liblas-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-kitware, ninja-mem, python-ninja) (make)
- openvr (openvr-git) (make)
- pdal (pdal-git) (make)
- proj (proj-git) (make)
- Show 7 more dependencies...
Latest Comments
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.