Skip to content

Commit

Permalink
Snap: update z3
Browse files Browse the repository at this point in the history
  • Loading branch information
come-maiz committed Oct 7, 2021
1 parent 9d6eaa7 commit 7b1a12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ parts:
source-tag: z3-4.8.4
plugin: make
build-packages: [python3]
stage-packages: [libstdc++6]
stage-packages: [libstdc++6, libgomp1]
override-build: |
python scripts/mk_make.py
python3 scripts/mk_make.py
cd build
make -j -l $(grep -c "^processor" /proc/cpuinfo)
make install DESTDIR=$SNAPCRAFT_PART_INSTALL
Expand Down

0 comments on commit 7b1a12a

Please sign in to comment.