From e134234a3e200c132d7906d46ff222770e530c46 Mon Sep 17 00:00:00 2001 From: Eric Blevins Date: Wed, 22 Jan 2025 18:16:16 -0500 Subject: [PATCH] Attempting to fix build issue on armhf --- snap/snapcraft.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c4751ed8..367db4cf 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -58,6 +58,12 @@ parts: sed -i 's/"PyQt6==6.8.0",//' pyproject.toml craftctl default craftctl set version=$(python3 src/fixgw/version.py) + build-packages: + - gcc + - g++ + - libc6-dev + - libblas-dev + - liblapack-dev stage-packages: - libxcb-cursor0 - libarchive13t64 @@ -74,6 +80,7 @@ parts: - python3-psutil - python3-pyqt6 - libblas3 + - liblapack3 build-environment: - PARTS_PYTHON_INTERPRETER: python3.12 # - PIP_VERBOSE: 3