Skip to content

Commit

Permalink
Merge pull request #181 from e100/fix-armhf-snap
Browse files Browse the repository at this point in the history
Attempting to fix build issue on armhf
  • Loading branch information
e100 authored Jan 22, 2025
2 parents d2df935 + e134234 commit fbfcf3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -74,6 +80,7 @@ parts:
- python3-psutil
- python3-pyqt6
- libblas3
- liblapack3
build-environment:
- PARTS_PYTHON_INTERPRETER: python3.12
# - PIP_VERBOSE: 3
Expand Down

0 comments on commit fbfcf3a

Please sign in to comment.