Search Criteria
Package Details: freecad-git 0.19_pre.r4995.g1851ddd933-1
Git Clone URL: | https://aur.archlinux.org/freecad-git.git (read-only, click to copy) |
---|---|
Package Base: | freecad-git |
Description: | A general purpose 3D CAD modeler - git checkout |
Upstream URL: | https://www.freecadweb.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | gborzi |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 97 |
Popularity: | 2.63 |
First Submitted: | 2012-03-03 13:46 |
Last Updated: | 2021-01-31 13:59 |
Dependencies (35)
- boost-libs (boost171, boost-libs-git)
- glew (glew-libepoxy, glew-git, glew-egl-glx)
- jsoncpp (jsoncpp-git)
- med (med-salome, med3, med-openmpi)
- netcdf (netcdf-openmpi)
- opencascade
- openmpi (openmpi-git, openmpi3, openmpi-gcc8, openmpi-gcc9, openmpi-cuda)
- pyside2-tools (pyside2-tools-git)
- python-matplotlib (python-matplotlib-git)
- python-pivy
- python-ply
- python-pyside2 (pyside2-git, pyside2)
- python-yaml
- qt5-svg (qt5-svg-git)
- qt5-tools (qt5-tools-git)
- qt5-webkit (qt5-webkit-print, qt5-webkit-git)
- qt5-x11extras (qt5-x11extras-git)
- qt5-xmlpatterns (qt5-xmlpatterns-git)
- shared-mime-info (shared-mime-info-git)
- xerces-c
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- coin (c0, coin-git) (make)
- eigen (eigen-git) (make)
- gcc-fortran (gcc-fortran-multilib-x32, gcc-fortran-multilib-git, gcc-fortran-git) (make)
- gendesk (make)
- git (git-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- pyside2 (pyside2-git) (make)
- python-shiboken2 (python-shiboken2-git) (make)
- shiboken2 (shiboken2-git) (make)
- swig (swig-git) (make)
- libspnav (libspnav-git) (optional) – 3d mouse support
- luxcorerender (luxcorerender-bin, luxcorerender-git) (optional) – ray tracing support
- povray (optional) – ray tracing support
Required by (3)
- freecad-assembly2 (requires freecad)
- freecad-cadquery-git (requires freecad)
- freecad-fcgear-git (requires freecad)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 ... Next › Last »
lonaowna commented on 2020-05-04 18:14
@neo2001 yes, there are some compatibility issues with HDF5 1.12 and MED. See also the discussion over at the med package.
I think downgrading HDF5 should provide a temporary solution.
neo2001 commented on 2020-05-04 17:55
Although I did not recompile in the last weeks, suddenly I can't create meshes using the default mesher anymore (also for older, existing models).
I just get an error: libhdf5.so.103: cannot open shared object file: No such file or directory
I did recompile it (without errors) after that, but it didn't change anything.
Can anyone confirm this?
lonaowna commented on 2020-04-02 09:17
The
PYSIDE2RCCBINARY
issue was fixed upstream a while ago: https://github.com/FreeCAD/FreeCAD/pull/2846If you are still having trouble building, remove your build files and try again. If there are still issues, leave a comment here.
bartus commented on 2020-02-03 21:37
Could we have this patch as a quick fix, package won't build without it. https://github.com/FreeCAD/FreeCAD/pull/2964
dviktor commented on 2019-12-23 12:05
Just add
-DPYSIDE2RCCBINARY=/usr/bin/rcc
to cmake options in PKGBUILD to resolve issue withPYSIDE2RCCBINARY-NOTFOUND
lonaowna commented on 2019-12-19 16:51
This package does not build with PySide2 5.14 (currently in testing). It fails with the following message:
See FreeCAD issue 4229 for more information.
dviktor commented on 2019-11-27 13:43
Tried with latest PySide2 and Shiboken2 but problem still exists
bebR commented on 2019-11-23 20:03
@s218, it's great that you found a workaround. but for me, tweaking pkgbuild and stuff is counterproductive. Plus, the time to compile this package takes a long time. I did use distcc to speed the process but then comes compilation issues... I'll currently stick with the AppImage version, and it's delivered by Freecad developers, rather official. Thanks.
s218 commented on 2019-11-23 18:31
upd 2019-11-24 уже исправлено, т.е. можно не читать is already fixed, so you don't have to read -
this package is built, installed and running if you change the string -
-DPYSIDE_LIBRARY="/usr/lib/libpyside2.cpython-${PYVER//.}m-${CARCH}-linux-gnu.so" \
to this one (delete the letter m)
-DPYSIDE_LIBRARY="/usr/lib/libpyside2.cpython-${PYVER//.}-${CARCH}-linux-gnu.so" \
s218 commented on 2019-11-23 16:42
https://forum.freecadweb.org/viewtopic.php?f=4&t=40986&sid=deb0a69eb4a7450e8e49be29332fec17
Pyside2 + python3.8 is not yet working. pyside2 version 5.14 will adress these issue. You can follow these links to get more information: https://github.com/conda-forge/freecad- ... -551993747 https://bugreports.qt.io/browse/PYSIDE-939