Search Criteria
Package Details: freecad-git 0.19.r421.gfafff351aa-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: | 1.26 |
First Submitted: | 2012-03-03 13:46 |
Last Updated: | 2021-04-08 10:34 |
Dependencies (35)
- boost-libs (boost171, boost-libs-git)
- glew (glew-libepoxy, glew-git, glew-egl-glx)
- jsoncpp (jsoncpp-git, jsoncpp-cmake-git)
- med (med-salome, med3, med-openmpi)
- netcdf (netcdf-openmpi)
- opencascade (opencascade-git, opencascade-rc)
- openmpi (openmpi-git, openmpi3, openmpi-gcc8, openmpi-gcc9)
- 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 »
jfcg commented on 2020-10-15 08:38
when i try to build freecad-git, i am asked to choose a provider for med with options:
if i choose med3 or med-openmpi, i get the error:
unable to satisfy dependency 'python-pivy'
Jeinzi commented on 2020-10-06 03:56
When I try to build the package, I get a bunch of cmake errors related to OpenCascade. Adding
PATH=/usr/bin:$PATH
tobuild()
as in the the PKGBUILD of the freecad package fixes it for me.Could you please add that to this PKGBUILD as well?
thupie commented on 2020-09-21 09:58
Some package update broke scrollwheel zoom for me in FreeCAD 0.19-git. Scroll wheel works fine for scrolling in dialogs, report view and the welcome screen etc, but doesn't work for zooming in/out in models in the 3d view. Tried different Navigation Styles to no avail. Does anyone else have this problem? What (QT5?) package is responsible for the 3d view? Latest 0.19 appimage works fine btw.
neo2001 commented on 2020-06-10 10:22
Since I still couldn't create meshes using the standard mesher, I've asked in the FreeCAD forums: https://forum.freecadweb.org/viewtopic.php?f=4&t=47375
A user mentioned, that he is using the package
med-openmpi
instead ofmed
andhdf5-openmpi
instead ofhdf5
. I've tried that and it did indeed solve the issue for now. Maybe this can help others, too.lonaowna commented on 2020-06-09 15:12
@greyltc you need to rebuild this package after updating to qt5 5.15.
lonaowna commented on 2020-06-05 16:20
@bartus: looks like your patch has already been accepted upstream. Thanks!
bartus commented on 2020-06-04 12:22
Wont build with latest
qt5:5.15.0
.lonaowna commented on 2020-05-10 16:51
@SunDoctor that seems to be a problem with Nouveau. Did you try with the proprietary Nvidia driver?
SunDoctor commented on 2020-05-10 13:13
Freecad is very unstable on my Arch. :-( In Sketch mode it always breaks with log:
Program received signal SIGSEGV, Segmentation fault.
0 /usr/lib/libc.so.6(+0x3bd70) [0x7f4670d53d70]
1 /usr/lib/dri/nouveau_dri.so(+0xe86395) [0x7f4669636395]
2 /usr/lib/dri/nouveau_dri.so(+0xc360fe) [0x7f46693e60fe]
3 0x7f4672ce2da6 in NaviCubeImplementation::drawNaviCube(bool) from /usr/lib/freecad/lib/libFreeCADGui.so+0xa46
4 0x7f4672cc18b5 in Gui::View3DInventorViewer::renderScene() from /usr/lib/freecad/lib/libFreeCADGui.so+0x285
5 0x7f4672c93855 in SIM::Coin3D::Quarter::QuarterWidget::paintEvent(QPaintEvent*) from /usr/lib/freecad/lib/libFreeCADGui.so+0x1b5
6 0x7f4672c9b84e in SIM::Coin3D::Quarter::SoQTQuarterAdaptor::paintEvent(QPaintEvent*) from /usr/lib/freecad/lib/libFreeCADGui.so+0x1e
7 0x7f46717cf2ee in QWidget::event(QEvent*) from /usr/lib/libQt5Widgets.so.5+0x27e
8 0x7f4671880cbf in QFrame::event(QEvent*) from /usr/lib/libQt5Widgets.so.5+0x1f
9 0x7f4671af4b23 in QGraphicsView::viewportEvent(QEvent*) from /usr/lib/libQt5Widgets.so.5+0x163
....
83 0x7f467139c066 in QCoreApplication::exec() from /usr/lib/libQt5Core.so.5+0x96
84 0x7f46729edcea in Gui::Application::runApplication() from /usr/lib/freecad/lib/libFreeCADGui.so+0x153a
85 freecad(main+0x6f9) [0x55e9d1fda539]
86 /usr/lib/libc.so.6(__libc_start_main+0xf3) [0x7f4670d3f023]
87 freecad(_start+0x2e) [0x55e9d1fda84e
neo2001 commented on 2020-05-05 08:17
@lonaowna: Thank you for the tip! After an short attempt at downgrading didn't work, I decided to download the current AppImage version to create meshes. I can live with that, until the issue is resolved. :-)