sorry, that's fixed now
Search Criteria
Package Details: freecad-git 1.1.0.41361.g774ec2cc93-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: | 107 |
Popularity: | 1.00 |
First Submitted: | 2012-03-03 13:46 (UTC) |
Last Updated: | 2025-04-22 00:51 (UTC) |
Dependencies (40)
- boost-libs
- coin (coin-gitAUR)
- fmt (fmt-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- 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-headlessAUR)
- qt6-svg
- Show 20 more dependencies...
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 8 9 10 11 .. 59 Next › Last »
adrianinsaval commented on 2022-12-27 04:32 (UTC)
RomanVolak commented on 2022-12-16 15:41 (UTC)
Please take /usr/share/doc and NOT /usr/doc. Thanks Roman Volák
adrianinsaval commented on 2022-12-15 03:00 (UTC)
try now, the test where failing if you didn't have freecad already installed, it should work now
sdooweloc commented on 2022-12-08 14:13 (UTC)
Having an issue with trying to install this package. It looks like it is going back to a file not found error for /usr/share/freecad/Mod/Arch/Presets/ifc_contexts_IFC4.json but I am not sure where this is intended to be coming from. Is someone able to assist me with what is going on?
drmacro commented on 2022-11-02 13:44 (UTC)
Latest fails during the test phase, apparently in the FEM module tests.
adrianinsaval commented on 2022-08-28 18:42 (UTC)
About the patch provided by hl037, it is no longer required, that problem got solved within a day upstream IIRC
adrianinsaval commented on 2022-08-28 18:41 (UTC) (edited on 2022-08-28 18:42 (UTC) by adrianinsaval)
@Kunda do you know if calculix needs to be present at compile time? eitherway I think I will add it to opt-depends only since it's not required for those not doing FEM
Kunda commented on 2022-08-17 11:46 (UTC) (edited on 2022-08-17 11:47 (UTC) by Kunda)
@adrianinsaval the AUR Calculix package has been split in to calculix-ccx and calculix-cgx.
Can we add the calculix-ccx to this package then ?
Kunda commented on 2022-08-14 14:26 (UTC)
@hl037 is that patch still necessary in latest HEAD? Looks like that include is in an ifndef block now:
#include "PreCompiled.h"
#ifndef _PreComp_
# include <memory>
# include <Standard_Failure.hxx>
#endif
#include <Base/VectorPy.h>
#include "GeomPlate/PointConstraintPy.h"
#include "GeomPlate/PointConstraintPy.cpp"
hl037 commented on 2022-07-10 16:29 (UTC)
this patch does the trick :
--- FreeCAD/src/Mod/Part/App/GeomPlate/PointConstraintPyImp.o.cpp 2022-07-10 15:00:37.506344945 +0200
+++ FreeCAD/src/Mod/Part/App/GeomPlate/PointConstraintPyImp.cpp 2022-07-10 15:00:54.718179043 +0200
@@ -29,6 +29,7 @@
#include "GeomPlate/PointConstraintPy.h"
#include "GeomPlate/PointConstraintPy.cpp"
+#include <memory>
using namespace Part;
Change the prepare to this :
prepare() {
cd FreeCAD
cd ${srcdir}
patch --forward -p0 --input=patch
}
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.