From 3c3645babf69949dc09fb8d45c7fae6f4e717ac9 Mon Sep 17 00:00:00 2001 From: Furgo <148809153+furgo16@users.noreply.github.com> Date: Sun, 26 May 2024 08:24:08 +0200 Subject: [PATCH 1/2] Include ifcopenshell in the snap package --- snap/snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index cfdd524..6fd3f99 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -278,6 +278,7 @@ parts: build-packages: - libsuitesparse-dev stage-packages: + - ifcopenshell # pip - python3-distutils # pip - libamd2 # scikit-sparse - libcamd2 # scikit-sparse From 95ddfb7f7e2e8ba91ebb3bd6f6d69e88e7dd53af Mon Sep 17 00:00:00 2001 From: Furgo <148809153+furgo16@users.noreply.github.com> Date: Mon, 27 May 2024 23:22:46 +0200 Subject: [PATCH 2/2] Correct the location where the ifcopenshell package is defined as a dependency --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6fd3f99..707e60f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -278,7 +278,6 @@ parts: build-packages: - libsuitesparse-dev stage-packages: - - ifcopenshell # pip - python3-distutils # pip - libamd2 # scikit-sparse - libcamd2 # scikit-sparse @@ -287,6 +286,7 @@ parts: - libcolamd2 # scikit-sparse - libsuitesparseconfig5 # scikit-sparse python-packages: + - ifcopenshell # BIM - pip - scikit-sparse stage: