Search Criteria
Package Details: libfive-git rip.dmc.r2186.g7189931-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libfive-git.git (read-only, click to copy) |
---|---|
Package Base: | libfive-git |
Description: | A software library and set of tools for solid modeling |
Upstream URL: | https://libfive.com |
Licenses: | GPL2 |
Conflicts: | libfive |
Provides: | libfive |
Submitter: | deuill |
Maintainer: | emiliano.bovetti |
Last Packager: | emiliano.bovetti |
Votes: | 3 |
Popularity: | 0.90 |
First Submitted: | 2018-02-24 18:00 (UTC) |
Last Updated: | 2025-03-28 17:28 (UTC) |
Dependencies (8)
- libpng (libpng-gitAUR, libpng-apngAUR)
- python (python37AUR, python311AUR, python310AUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- python-distutils-extra (make)
Latest Comments
schiele commented on 2025-03-28 08:21 (UTC)
The compilation failed because distutils was not installed. Therefore I added this to the dependencies:
alicealice commented on 2025-03-19 04:28 (UTC)
Package is broken at the specific commit in the pkgbuild.
It's building correctly at head just remove the #commit from the source url.
khionu commented on 2024-10-07 20:15 (UTC)
This package currently builds and attempts to install both
libfive-git
andlibfive-git-debug
, which conflict with each other?nikorpoulsen commented on 2022-08-11 23:26 (UTC) (edited on 2022-08-11 23:27 (UTC) by nikorpoulsen)
Don't think guile2 is supported any longer.
This is how i forced guile3:
PKGBUILD :
guile3.patch
VanLaser commented on 2019-04-11 16:45 (UTC) (edited on 2019-04-11 16:54 (UTC) by VanLaser)
It would be nice to also add the "bind" folder to the install, otherwise libfive-guile (libfive scheme bindings) can't be really used, if I correctly understand how things work (following these instructions: https://j.agrue.info/libfive.html)
mayjs commented on 2018-11-30 19:03 (UTC)
libfive does now include a commandline interface to convert .io files to .stl files. (See https://github.com/libfive/libfive/issues/194) It does currently not run correctly on Arch Linux, but I'll file a pull request for it shortly. (https://github.com/libfive/libfive/issues/235)
The additional bin file should be installed in /usr/bin as libfive-export-meshes in my opinion.