Hi, there is new dependency. Libmed provided by package called "med". It exists in AUR.
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.014933 |
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
- Show 19 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 .. 30 31 32 33 34 35 36 37 38 39 40 .. 58 Next › Last »
xorly commented on 2016-06-23 21:15 (UTC)
greyltc commented on 2016-02-14 17:13 (UTC)
Dear eworm,
Please put the following into package() so that the .desktop icon can be drawn:
install -m644 -D ${srcdir}/freecad/src/Gui/Icons/freecad.svg -t ${pkgdir}/usr/share/icons
Yours Truly,
greyltc
greyltc commented on 2016-01-17 14:04 (UTC)
It looks like the pkgver() here is not working properly. My system attempts to upgrade the package even if there have been no new commits. I think the tags in the upstream repo are causing the issue. Maybe we could just use the total number of commits in pkgver() like so:
pkgver() {
cd freecad/
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
cox commented on 2015-11-07 14:50 (UTC)
Check updated.
http://forum.freecadweb.org/viewtopic.php?f=4&t=12890&p=105099#p105099
Hope to get changes into FreeCAD and after PKGBUILD.
If FreeCAD will not make updates I guess patch or sed in PKGBUILD would fix it.
JoM commented on 2015-10-30 17:09 (UTC)
Any news about this cox?
I had read your thread on freecads forum
http://forum.freecadweb.org/viewtopic.php?f=4&t=12890
Had some problem with paths with plugin manager and so on.
cox commented on 2015-10-19 14:10 (UTC)
when running FreeCAD.getHomePath() in python console i get
u'/usr/'
would expect to get u'/usr/share/freecad' that is at where PKGBUILD is putting the files.
A lot of functionality "involute gear" "pluginmanager" etc. relies on this.
alex.forencich commented on 2015-08-12 21:02 (UTC)
Seems like a commit/some commits were deleted AND the tag was changed. Not really an issue anymore as there have now been enough commits to put it at r5 so yaourt is no longer bugging me about an old version immediately after updating.
eworm commented on 2015-08-07 09:04 (UTC)
Either a commit was removed or the tag was updated.
alex.forencich commented on 2015-08-06 22:41 (UTC)
Hmm, I am getting version 0.16.pre.r2.g4f6a50a-1 when I install this; did a commit get removed?
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.