Clean build fails with checksum error on 002-add-shared-libs.patch
Search Criteria
Package Details: ifcopenshell 0.9.0_alpha2609021508-1
Package Actions
| 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) |
Dependencies (44)
- boost-libs
- hdf5 (hdf5-gitAUR, hdf5-geant4AUR, hdf5-openmpi)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libxml2-legacy
- mpfr (mpfr-gitAUR)
- opencascade (opencascade-gitAUR)
- python
- python-jinja
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-platformdirs
- python-pytz
- python-requests
- python-typing_extensions
- blender (blender-3.0-gitAUR, blender-2.93-gitAUR, blender-2.83-gitAUR, upbge-gitAUR, upbge-binAUR, blender-git-nvidiaAUR, blender-develop-gitAUR, blender-gitAUR, blender-binAUR) (make)
- boost (boost-gitAUR) (make)
- cgal (cgal-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- Show 24 more dependencies...
Required by (0)
Sources (7)
- 001-Skip-installing-Python-source-modules.patch
- 002-Drop-Boost.System-from-exported-config.patch
- 003-Use-SPDX-license-expressions.patch
- 007-fix-pyradiance-chmod.patch
- bpypolyskel-1.1.3.tar.gz
- git+https://github.com/svgpp/svgpp.git
- https://github.com/IfcOpenShell/IfcOpenShell/archive/refs/tags/bonsai-0.9.0-alpha2609021508.tar.gz
sjm commented on 2026-09-02 10:56 (UTC)
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.
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