updated to qt6 now
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 2 3 4 5 6 7 .. 58 Next › Last »
adrianinsaval commented on 2024-04-30 04:48 (UTC)
adrianinsaval commented on 2024-04-25 13:36 (UTC)
I'll hold off updating this until https://gitlab.archlinux.org/archlinux/packaging/packages/pyside6/-/merge_requests/1 makes into the extra repo, I tried building with the package from testing but that is using python 3.12 so it doens't work with the rest of the packages
GPereira commented on 2024-04-25 12:48 (UTC)
Needs qt6 and pyside6 now as a dependency.
Kunda commented on 2023-12-05 02:13 (UTC)
Heads-up, new OCCT release https://github.com/Open-Cascade-SAS/OCCT/releases/tag/V7_8_0
ccorn commented on 2023-11-21 23:33 (UTC)
To build with the newest vtk
package, use the patch from the non-git Archlinux package:
Corresponding change to PKGBUILD
:
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,8 +63,8 @@ optdepends=(
)
provides=('freecad')
conflicts=('freecad' 'freecad-appimage' 'freecad-appimage-git')
-source=("git+https://github.com/FreeCAD/FreeCAD.git")
-md5sums=('SKIP')
+source=("git+https://github.com/FreeCAD/FreeCAD.git" "freecad-vtk9.3.patch")
+b2sums=('SKIP' '709e6321a45b050187a6c5447b4381a5e9958687a1a5f25d0418f63e85f52e040fdf37fb1aa1d2886e06edb1b5b4cce847c>
pkgver() {
cd FreeCAD
@@ -77,6 +77,7 @@ pkgver() {
prepare() {
cd FreeCAD
git submodule update --init
+ patch -Np1 -i "$srcdir"/freecad-vtk9.3.patch
}
build() {
adrianinsaval commented on 2023-11-14 19:00 (UTC)
should be fixed now
random-archer commented on 2023-11-13 21:00 (UTC) (edited on 2023-11-13 21:02 (UTC) by random-archer)
as of 2023-11-13 build fails since prepare() is missing git submodule handling:
https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=freecad-git#n77
prepare() { cd FreeCAD; git submodule update --init; # <-MISSING THIS LINE }
neo2001 commented on 2023-10-14 17:09 (UTC)
@drmacro: Thank you, that worked without any other changes!
I needed to get rid of the build dir (/tmp/makepkg in my case) for it to work.
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.