Package Details: ifcopenshell 0.9.0_alpha2609021508-1

Git Clone URL: https://aur.archlinux.org/ifcopenshell.git (read-only, click to copy)
Package Base: ifcopenshell
Description: Open source IFC library and geometry engine. Provides static libraries, python3 wrapper and blender addon.
Upstream URL: https://ifcopenshell.org/
Keywords: BIM IFC
Licenses: GPL-3.0-or-later, LGPL-3.0-or-later
Submitter: mickele
Maintainer: Nahouhak (sukanka)
Last Packager: sukanka
Votes: 3
Popularity: 0.173439
First Submitted: 2015-10-24 15:18 (UTC)
Last Updated: 2026-09-03 14:31 (UTC)

Pinned Comments

sukanka commented on 2024-08-04 16:20 (UTC) (edited on 2026-05-01 06:21 (UTC) by sukanka)

Prebuilt binary can be found at my personal repo

This package will not be updated very frequently. But feel free to flag it out of date when there is a new release.

Currently, the blender extension and desktop entry do not work as some python packages are missing.

some patches are updated, please make a clean build

Latest Comments

1 2 3 Next › Last »

sjm commented on 2026-09-02 10:56 (UTC)

Clean build fails with checksum error on 002-add-shared-libs.patch

Nahouhak commented on 2026-08-12 11:17 (UTC)

@kikislater It is now fixed.

kikislater commented on 2026-06-11 14:05 (UTC)

I got this error in Blender: Extension bl_ext.system.bonsai is incompatible (This platform (linux-x64) isn't one of (os-arch))

davidosterberg commented on 2026-05-16 12:25 (UTC)

Did not compile for me having cgal-git installed. Installed cgal instead and it worked.

Pinky commented on 2025-11-16 13:29 (UTC)

Fix needed due to too recent boost

--- src/IfcOpenShell-bonsai-0.8.4-alpha2508261505/cmake/CMakeLists.txt.orig 2025-11-16 11:15:42.132540935 +0100
+++ src/IfcOpenShell-bonsai-0.8.4-alpha2508261505/cmake/CMakeLists.txt  2025-11-16 11:15:45.180804126 +0100
@@ -344,7 +344,7 @@
 else()
     # @todo review this, shouldn't this be all possible header-only now?
     # ... or rewritten using C++17 features?
-    set(BOOST_COMPONENTS system program_options regex thread date_time)
+    set(BOOST_COMPONENTS program_options regex thread date_time)
 endif()

 if(USE_MMAP)

jimduchek commented on 2025-08-26 18:03 (UTC)

This needs to be updated to at least 2506300812. Specifically https://github.com/IfcOpenShell/IfcOpenShell/commit/d7cf803fdfb38df1e3eb37879cc04f733339b704 is necessary for the shared libraries to not be missing symbols.

sukanka commented on 2025-02-25 13:19 (UTC)

@Beinje 8GB is far from enough, I think 32GB should be OK.