From 7f7a1b047f3357fc9d586141e28853e1fc25913d Mon Sep 17 00:00:00 2001 From: Nick Logozzo Date: Wed, 7 Feb 2024 17:47:58 -0500 Subject: [PATCH] Snap - Build Current --- snap/snapcraft.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 307fa8ac..c02415bc 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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 @@ -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