Search Criteria
Package Details: freecad-weekly 1.2.0dev.2025.12.24-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/freecad-weekly.git (read-only, click to copy) |
|---|---|
| Package Base: | freecad-weekly |
| Description: | A general purpose 3D CAD modeler - git checkout of last weekly-YYYY.MM.DD tag |
| Upstream URL: | https://www.freecad.org/ |
| Licenses: | LGPL |
| Conflicts: | freecad, freecad-appimage, freecad-appimage-git, freecad-git |
| Provides: | freecad |
| Submitter: | mar |
| Maintainer: | mar |
| Last Packager: | mar |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-11-28 11:54 (UTC) |
| Last Updated: | 2025-12-28 20:18 (UTC) |
Dependencies (41)
- boost-libs
- coin (coin-gitAUR)
- fmt (fmt-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-gitAUR, jsoncpp-cmakeAUR)
- med (med-openmpi)
- netcdf (netcdf-openmpi)
- opencascade (opencascade-gitAUR)
- openmpi (openmpi-gitAUR)
- pybind11 (pybind11-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-gitAUR, qt6-base-hifpsAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR)
- qt6-svg
- Show 21 more dependencies...
Required by (4)
- freecad-a2plus-git (requires freecad)
- freecad-cadquery-git (requires freecad)
- freecad-fcgear-git (requires freecad)
- openmc-git (requires freecad)
Latest Comments
mar commented on 2025-12-17 18:09 (UTC) (edited on 2025-12-17 18:11 (UTC) by mar)
The comment from dongfengweixiao mentioning a specific "build fail" doesn't belong to this
PKGBUILD, but at most (I didn't encountered it) to FreeCAD repo for a passed version of the weekly build. (weekly builds are a bit more stable than a random sampled chekout of master as in freecad-git package, but don't expect the stability in all sense of FreeCFAD releases. To remark this package is like a git package, it checks out the current last weekly tagged source fromhttps://github.com/FreeCAD/FreeCAD.git#tag=$tagcomputed duringmakepkgbygit tag -l weekly\*|tail -1dongfengweixiao commented on 2025-12-14 00:57 (UTC) (edited on 2025-12-14 00:57 (UTC) by dongfengweixiao)
build fail. <class 'FileNotFoundError'>: [Errno 2] 没有那个文件或目录: '/usr/share/freecad/Mod/BIM/Presets/ifc_contexts_IFC4.json'
mar commented on 2025-12-08 11:41 (UTC)
freecad-weekly builds efficiently automatically taking the last week tagged version in git (
makepkgwill ignore the version the package was published and when built select and checkout the current last weekly tagged source), so the user or developer can build from sources incrementally between versions at the last weekly-stable development version of FreeCAD (by keeping a 2.8Gb growing copy of the repository possibly in common with ../freecad-git as the build looks for ../freecad-git/FreeCAD and links to it if present).