As you pointed out yourself Kunda qt5-webengine was already added, qt5-webchannel I think should be explicitly added, although currently it will get installed anyways because qt5-webengine depends on it.
Search Criteria
Package Details: freecad-git 0.22.0.36999.ged77603af9-1
Package Actions
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.freecad.org/ |
Licenses: | LGPL |
Conflicts: | freecad, freecad-appimage, freecad-appimage-git |
Provides: | freecad |
Submitter: | gborzi |
Maintainer: | greyltc (adrianinsaval) |
Last Packager: | adrianinsaval |
Votes: | 104 |
Popularity: | 0.012945 |
First Submitted: | 2012-03-03 13:46 (UTC) |
Last Updated: | 2024-04-30 00:29 (UTC) |
Dependencies (39)
- boost-libs
- coin (coin-gitAUR)
- fmt (fmt-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- medAUR (med-openmpi)
- netcdf (netcdf-openmpi)
- opencascade (opencascade-gitAUR, opencascade-rcAUR, opencascade-f3dAUR)
- openmpi (openmpi-gitAUR)
- pyside6
- pyside6-tools
- python-matplotlib (python-matplotlib-gitAUR)
- python-packaging
- python-pivy
- python-ply
- python-yaml (python-yaml-gitAUR)
- qt6-5compat
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- qt6-svg
- qt6-tools
- shared-mime-info
- verdict
- vtk (vtk-gitAUR)
- xerces-c
- yaml-cpp
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- shiboken6 (make)
- swig (swig-gitAUR) (make)
- pugixml (pugixml-gitAUR) (check)
- calculix-ccxAUR (optional) – FEM solver backend
- graphviz (optional) – dependency graph support
- libspnav (libspnav-gitAUR) (optional) – 3D mouse support
- openscad (openscad-objects-gitAUR, openscad-gitAUR, openscad-qt6-gitAUR) (optional) – OpenSCAD support
- python-pip (optional) – support installing python dependencies for addons
Required by (4)
- freecad-a2plus-git (requires freecad)
- freecad-cadquery-git (requires freecad)
- freecad-fcgear-git (requires freecad)
- openmc-git (requires freecad)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 58 Next › Last »
adrianinsaval commented on 2022-04-14 23:26 (UTC)
Kunda commented on 2022-04-14 22:45 (UTC)
Looks like there may be new Qt dep for Addon manager (reported by a user who uses the PPA) https://forum.freecadweb.org/viewtopic.php?f=42&t=68015 This is what is shown on their system:
Addon Manager Warning: Could not import QtWebEngineWidgets, it seems to be missing from your system.
Please use your system's package manager to install the python3-pyside2.qtwebengine* and python3-pyside2.qtwebchannel packages,
and if possible alert your package creator to the missing dependency.
Display of package README will be limited until this dependency is resolved.
I can't test this because freecad-git fails when i built it. But just wanted to give @greyltc a heads up.
Kunda commented on 2022-04-14 02:07 (UTC) (edited on 2022-04-14 02:08 (UTC) by Kunda)
Just tried to build latest freecad-git (r28679)
Build completed but failed in the tests (80 tests failed)
Here is the log file: https://forum.freecadweb.org/download/file.php?id=186393
Kunda commented on 2022-04-12 23:46 (UTC)
adrianinsaval commented on 2022-04-08 13:17 (UTC)
@greyltc also please add qt5-webengine as dependency (https://forum.freecadweb.org/viewtopic.php?f=42&t=65971)
adrianinsaval commented on 2022-04-07 19:56 (UTC)
@greyltc the INSTALL_TO_SITEPACKAGES thing was fixed upstream (https://forum.freecadweb.org/viewtopic.php?p=586095) and the code you put to deal with that is now causing an error because /usr/lib/freecad/lib doesn't exists
neo2001 commented on 2022-03-29 08:11 (UTC)
@adrianinsaval English UI with different decimal separator works again: https://github.com/FreeCAD/FreeCAD/commit/bba7719cd15e755a5a431ea339ef535377a0f41b
adrianinsaval commented on 2022-03-25 17:09 (UTC)
FYI the abandoned assembly module was recently removed from master branch. Plot was mostly removed and what is left I think is on by default, not sure. Just mentioning if you want to clean those up. FEM I think defaults to on too.
adrianinsaval commented on 2022-03-25 17:05 (UTC)
yeah that's a new feature but it has some bugs, go into preferences and set your language to German and check the box to use the same decimal separator as the language you use if you want to use comma separator. Currently there's no way to use English language and comma separator at the same time. Or forget that and check the configuration in FreeCAD to substitute your numpad comma by the decimal separator.
neo2001 commented on 2022-03-23 10:49 (UTC)
Anyone here having issues with the decimal separator?
Although I have set language to English, I still use local (Germany) number formats (which uses the "," instead of "." as decimal separator).
Until the newest build (from today) FreeCAD always used the system settings and therefore used the comma instead of the decimal point. But now, the locale seems to be ignored and only the decimal point is accepted/used.
Pinned Comments
adrianinsaval commented on 2023-03-12 14:50 (UTC)
If the check fails there is little I can do about it as it most likely needs to be fixed upstream, in such cases report those upstream (maybe wait a day or two as sometimes it's quickly solved upstream) or skip the check with
makepkg --nocheck
if you don't care about the functionality that is being reported as failing in the check.