[MacPorts] #65594: uhd: can not access version 3.15 (was: can not access version 3.15)

MacPorts noreply at macports.org
Tue Aug 2 09:14:39 UTC 2022


#65594: uhd: can not access version 3.15
--------------------------+-----------------------
  Reporter:  adamgao1996  |      Owner:  michaelld
      Type:  defect       |     Status:  assigned
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:               |   Keywords:
      Port:  uhd          |
--------------------------+-----------------------
Changes (by ryandesign):

 * status:  new => assigned
 * owner:  (none) => michaelld


Old description:

> installed uhd using port, it always show 4.2 version. not sure how to use
> 3.15 version. Thank you for helping out.
>
> yixuan at Yixuans-MacBook-Pro uhd % port info
> uhd @3.15.0.0_6 (science, comms)
> Sub-ports:            uhd-39lts, uhd-devel
> Variants:             debug, [+]docs, [+]examples, [+]libusb,
> [+]manpages, [+]manual, python27,
>                       [+]python310, python35, python36, python37,
> python38, python39, [+]python_api,
>                       [+]test, universal
>
> Description:          USRP Hardware Driver for Ettus Research Products:
> Provides the release version,
>                       which is typically updated every month or so.
> Homepage:             https://kb.ettus.com/UHD
>
> Build Dependencies:   cmake, pkgconfig
> Library Dependencies: ncurses, python310, py310-mako, py310-requests,
> py310-six, libusb, doxygen,
>                       py310-docutils, gzip, py310-numpy, py310-pybind11,
> boost171
> Conflicts with:       uhd-devel, uhd-39lts
> Platforms:            darwin
> License:              GPL-3+
> Maintainers:          Email: michaelld at macports.org, GitHub: michaelld
>

> yixuan at Yixuans-MacBook-Pro uhd % uhd_find_devices
> [INFO] [UHD] Mac OS; Clang version 13.1.6 (clang-1316.0.21.2.5);
> Boost_107900; UHD_4.2.0.HEAD-0-g321295fb
> No UHD Devices Found

New description:

 installed uhd using port, it always show 4.2 version. not sure how to use
 3.15 version. Thank you for helping out.

 {{{
 yixuan at Yixuans-MacBook-Pro uhd % port info
 uhd @3.15.0.0_6 (science, comms)
 Sub-ports:            uhd-39lts, uhd-devel
 Variants:             debug, [+]docs, [+]examples, [+]libusb, [+]manpages,
 [+]manual, python27,
                       [+]python310, python35, python36, python37,
 python38, python39, [+]python_api,
                       [+]test, universal

 Description:          USRP Hardware Driver for Ettus Research Products:
 Provides the release version,
                       which is typically updated every month or so.
 Homepage:             https://kb.ettus.com/UHD

 Build Dependencies:   cmake, pkgconfig
 Library Dependencies: ncurses, python310, py310-mako, py310-requests,
 py310-six, libusb, doxygen,
                       py310-docutils, gzip, py310-numpy, py310-pybind11,
 boost171
 Conflicts with:       uhd-devel, uhd-39lts
 Platforms:            darwin
 License:              GPL-3+
 Maintainers:          Email: michaelld at macports.org, GitHub: michaelld


 yixuan at Yixuans-MacBook-Pro uhd % uhd_find_devices
 [INFO] [UHD] Mac OS; Clang version 13.1.6 (clang-1316.0.21.2.5);
 Boost_107900; UHD_4.2.0.HEAD-0-g321295fb
 No UHD Devices Found
 }}}

--

Comment:

 The uhd port installs version 3.15.0.0. The uhd-devel port installs
 version 20220728-4.2.0.1-321295fb. Which port did you install? Check with
 `port installed name:^uhd`. It sounds like maybe you installed uhd-devel
 but wanted to install uhd. If so, you can fix it with:

 {{{
 sudo port -f uninstall uhd-devel
 sudo port install uhd
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/65594#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list