Make libblas3 discoverable in snap

This commit is contained in:
Ilya Fedin 2023-03-10 02:34:15 +04:00 committed by John Preston
parent 95a4bf718d
commit b46d002157
1 changed files with 4 additions and 0 deletions

View File

@ -238,6 +238,10 @@ parts:
- libavutil56
- libswresample3
- libswscale5
override-build: |
craftctl default
mv "$CRAFT_PART_INSTALL/usr/lib/$CRAFT_ARCH_TRIPLET/blas/"* "$CRAFT_PART_INSTALL/usr/lib/$CRAFT_ARCH_TRIPLET"
rmdir "$CRAFT_PART_INSTALL/usr/lib/$CRAFT_ARCH_TRIPLET/blas"
stage:
- -./usr/lib/$CRAFT_ARCH_TRIPLET/libjpeg.so.8.2.2
after: