Skip to content

Commit

Permalink
Add cppzmq dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Mar 17, 2024
1 parent 61fe6a8 commit 274ef46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/archlinux-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
pacman -S --noconfirm cmake
pacman-armv7 -U --noconfirm ../../linux-nacs-package/linux-nacs-* ../../knacs-git-package/knacs-git-* ../../uboot-zc70x-git-package/uboot-zc70x-git-*
for ((i = 0; i < 10; i++)); do
pacman-armv7 -S --noconfirm openlibm zeromq && break
pacman-armv7 -S --noconfirm openlibm zeromq cppzmq && break
done
MAKEFLAGS="-j$(nproc)" su user -p -c makepkg-armv7
Expand Down
2 changes: 1 addition & 1 deletion arch/libnacs-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license=('LGPL')
options=('!strip' 'debug')
depends=(intel-tbb llvm-libs libopenlibm.so sleef libyaml-cpp.so libzmq.so)
provides=(libnacs-utils.so libnacs-seq.so)
makedepends=(cmake git llvm)
makedepends=(cmake git llvm cppzmq)
source=("git+https://github.com/nacs-lab/libnacs")
md5sums=('SKIP')

Expand Down

0 comments on commit 274ef46

Please sign in to comment.