Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] bwctl OSX giving strange results

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] bwctl OSX giving strange results


Chronological Thread 
  • From: Brian Candler <>
  • To:
  • Cc: "" <>
  • Subject: Re: [perfsonar-user] bwctl OSX giving strange results
  • Date: Thu, 18 Dec 2014 21:03:22 +0000
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=pobox.com; h=message-id:date :from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sasl; b=oZbiDC s5RQxkvKpeeuIRuUU2lfAdF9Ps9uAAIM2AqH79j0+1UI5dxmGldJ52UFGsofzoY2 jtXhaFn7IJiAzElKxFavl3AU+6PwvjoXmA8K5e9s6wUmjbsxaooK65EFaTQvrjqm vOZBIsleDw9hlApI3PZ6KQiZeTazaCz3TBk64=

On 18/12/2014 20:59, Brian Candler wrote:
It is Yosemite - but I didn't have any problem building the code.
This is because Homebrew already had the fix.

class Iperf3 < Formula
homepage "https://github.com/esnet/iperf";

stable do
url "https://github.com/esnet/iperf/archive/3.0.9.tar.gz";
sha256 "985d87e2bc3f302dd5e864022f61b053cdeafd2e6a325711a317ed6aa1b68771"

# Fix Compile errors for Yosemite - https://github.com/esnet/iperf/issues/213
patch do
url "https://github.com/esnet/iperf/commit/cc4a7fa75d94.diff";
sha1 "6792c1a0cfddb2249d4ae2a3e202cd652b70b729"
end
end

... snip rest




Archive powered by MHonArc 2.6.16.

Top of Page