Skip to content

Commit

Permalink
libuhd: update to 4.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liushuyu committed Oct 9, 2023
1 parent 15e1fe6 commit 1d14eb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions runtime-ham/libuhd/autobuild/defines
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PKGNAME=libuhd
PKGSEC=libs
PKGDEP="boost libusb orc python-2"
PKGDEP="boost libusb orc python-3"
BUILDDEP="cheetah cmake mako swig"
PKGDES="Universal Software Radio Peripheral (USRP) userspace driver"

CMAKE_AFTER="-DPYTHON_EXECUTABLE=/usr/bin/python2 \
CMAKE_AFTER="-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DENABLE_EXAMPLES=OFF \
-DENABLE_UTILS=ON \
-DENABLE_TESTS=OFF \
Expand Down
5 changes: 2 additions & 3 deletions runtime-ham/libuhd/spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
VER=4.0.0.0
REL=1
VER=4.5.0.0
SRCS="tbl::https://github.com/EttusResearch/uhd/archive/v$VER.tar.gz"
CHKSUMS="sha256::4f3513c43edf0178391ed5755266864532716b8b503bcfb9a983ae6256c51b14"
CHKSUMS="sha256::ca8217b1f0591fb99432a94f225e74fb4d0fe541d496ec1386221b6438d4875d"
CHKUPDATE="anitya::id=12572"
SUBDIR="uhd-$VER/host"

0 comments on commit 1d14eb1

Please sign in to comment.