Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uhd 3.14.0.0 #38903

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/gnuradio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Gnuradio < Formula
homepage "https://gnuradio.org/"
url "https://gnuradio.org/releases/gnuradio/gnuradio-3.7.13.4.tar.gz"
sha256 "c536c268b1e9c24f1206bbc881a5819ac46e662f4e8beaded6f3f441d3502f0d"
revision 5
revision 6
head "https://github.com/gnuradio/gnuradio.git"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/gr-osmosdr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class GrOsmosdr < Formula
url "https://cgit.osmocom.org/gr-osmosdr/snapshot/gr-osmosdr-0.1.4.tar.gz"
mirror "https://github.com/osmocom/gr-osmosdr/archive/v0.1.4.tar.gz"
sha256 "bcf9a9b1760e667c41a354e8cd41ef911d0929d5e4a18e0594ccb3320d735066"
revision 6
revision 7

bottle do
cellar :any
Expand Down
11 changes: 2 additions & 9 deletions Formula/uhd.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
class Uhd < Formula
desc "Hardware driver for all USRP devices"
homepage "https://files.ettus.com/manual/"
url "https://github.com/EttusResearch/uhd/archive/v3.13.1.0.tar.gz"
sha256 "16fb265b9611ff51ea229058824661c04db935cf88fde17af9cb66a8b9299bd5"
revision 1
url "https://github.com/EttusResearch/uhd/archive/v3.14.0.0.tar.gz"
sha256 "612bcc4e857e126c2e1ace98618816209665b20c4136c9e987c67511661715df"
head "https://github.com/EttusResearch/uhd.git"

bottle do
Expand All @@ -23,12 +22,6 @@ class Uhd < Formula
sha256 "4e02fde57bd4abb5ec400181e4c314f56ac3e49ba4fb8b0d50bba18cb27d25ae"
end

# fix build for boost 1.69
patch do
url "https://github.com/EttusResearch/uhd/commit/5c012cad7858cadcaa85ec295080f3c8b21fdee0.patch?full_index=1"
sha256 "30192c65d63a45bc1510cf65d0538da5e3d2e74fe247588eda18058196da3863"
end

def install
xy = Language::Python.major_minor_version "python3"
ENV.prepend_create_path "PYTHONPATH", libexec/"vendor/lib/python#{xy}/site-packages"
Expand Down