@bartus thanks for the report. Fixed.
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: | 0.96 |
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 .. 20 21 22 23 24 25 26 27 28 29 30 .. 59 Next › Last »
lonaowna commented on 2019-11-04 14:26 (UTC)
bartus commented on 2019-11-04 12:21 (UTC) (edited on 2019-11-04 12:23 (UTC) by bartus)
pkgver(): git describe
generate lower commit count than what's on AUR:
$ git clone https://aur.archlinux.org/freecad-git.git && cd freecad-git
$ makepkg -Cod
==> Making package: freecad-git 1:0.19pre.r2096.gc903de8af7-1
...
==> Updated version: freecad-git 1:0.19pre.r4.g64cf85c21-1
==> Sources are ready
Following the git-describe(1)
man page, second version is correct one.
lonaowna commented on 2019-10-20 06:55 (UTC)
Since there is no response from upstream on the openmpi issue, I've added it as a mandatory dependency for now.
Kunda commented on 2019-09-30 22:43 (UTC)
@Ionaowna https://forum.freecadweb.org/viewtopic.php?t=35505#p301527 Does changing:
-pkg_search_module(OPENMPI ompi-cxx)
+pkg_search_module(OPENMPI REQUIRED ompi-cxx)
fix it?
Kunda commented on 2019-09-30 22:39 (UTC)
Just a soft heads up: Opencascade 7.4 will be released imminently
No upstream FreeCAD OCC bugs were fixed. But it would be useful nevertheless to test the latest 7.4 with 0.19.x
lonaowna commented on 2019-08-30 20:27 (UTC)
@Nahouhak, thanks for the follow up. There's something wrong with the MPI detection in FreeCAD. See this forum thread for more info.
Nahouhak commented on 2019-08-26 09:39 (UTC) (edited on 2019-08-27 08:55 (UTC) by Nahouhak)
I get an error recently (was working about a week ago). A missing unlisted dependency ? [ 0%] Linking CXX shared library ../../../lib/libDriver.so /usr/bin/ld : can't find -lmpi_cxx /usr/bin/ld : can't find -lmpi
Edit : Adding openmpi solves the issue so I think openmpi is the missing unlisted dependency.
Kunda commented on 2019-08-09 12:55 (UTC)
An upstream issue that the FreeCAD team is having issue with https://forum.freecadweb.org/viewtopic.php?f=42&t=37216#p316220 (Ticket #4014 - Finding a solution for the 'version.h' issue)
cerdicola commented on 2019-08-04 11:24 (UTC)
@Ionaowna, I discovered that the version I had installed was the "Staging" one, so I uninstalled it. Then I installed the 1:0.19 offered by manjaro.
No more update notification now, all fine.
Thanks for your work!
lonaowna commented on 2019-08-03 22:08 (UTC)
@cerdicola thanks for the heads-up! It looks like the FreeCAD folks created a "Staging" tag which messed things up. I have fixed our PKGBUILD to ignore this tag.
I'm not sure if Manjaro will pick this up automatically. Let us know if this is still broken in a day or so.
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.