Skip to content

Commit

Permalink
Snap - Build Current
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Feb 7, 2024
1 parent 5274ee6 commit 7f7a1b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ parts:
- libtiff-dev
- libpng-dev
- libfreetype-dev
- libblas-dev
- liblapack-dev
override-build: |
cp -r ${CRAFT_PART_SRC}/ ${CRAFT_STAGE}/
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 100 --slave /usr/bin/g++ g++ /usr/bin/g++-13 --slave /usr/bin/gcov gcov /usr/bin/gcov-13
Expand Down Expand Up @@ -112,8 +114,7 @@ parts:
denaro:
after: [build-deps, maddy, libnick, libxmlplusplus, matplotplusplus, podofo]
plugin: cmake
source: https://github.com/NickvisionApps/Denaro.git
source-depth: 1
source: .
build-snaps:
- cmake
- blueprint-compiler
Expand Down

0 comments on commit 7f7a1b0

Please sign in to comment.