Package Details: ifcopenshell-stable 0.8.4-1

Git Clone URL: https://aur.archlinux.org/ifcopenshell-stable.git (read-only, click to copy)
Package Base: ifcopenshell-stable
Description: Open source IFC library and geometry engine. Provides static libraries, python3 wrapper and blender addon.
Upstream URL: https://ifcopenshell.org/
Licenses: GPL-3.0-or-later, LGPL-3.0-or-later
Conflicts: ifcopenshell, ifcopenshell-git
Submitter: oxalin
Maintainer: oxalin
Last Packager: oxalin
Votes: 0
Popularity: 0.000000
First Submitted: 2026-01-05 18:31 (UTC)
Last Updated: 2026-01-05 18:31 (UTC)

Pinned Comments

oxalin commented on 2026-01-07 00:32 (UTC)

If your system becomes unresponsive while building, let it be known that this code is memory hungry. On my system, I had to limit the number of parallel build processes to 8. Over 10 parallel build processes, it would sometime eat out all the RAM (32GB), making the system unresponsive and breaking the build.

You can lower the number of parallel build processes by editing the PKGBUILD file and lowering the number following the "-j" parameter of "ninja".

Latest Comments

oxalin commented on 2026-01-07 00:32 (UTC)

If your system becomes unresponsive while building, let it be known that this code is memory hungry. On my system, I had to limit the number of parallel build processes to 8. Over 10 parallel build processes, it would sometime eat out all the RAM (32GB), making the system unresponsive and breaking the build.

You can lower the number of parallel build processes by editing the PKGBUILD file and lowering the number following the "-j" parameter of "ninja".