Skip to content

Commit

Permalink
radx 20140401
Browse files Browse the repository at this point in the history
  • Loading branch information
ianml committed Apr 10, 2014
1 parent ca2a721 commit ddc0d5e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions radx.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@

require 'formula'

class Radx < Formula
homepage 'http://www.ral.ucar.edu/projects/titan/docs/radial_formats/radx.html'
url 'ftp://ftp.rap.ucar.edu/pub/titan/radx/Radx-20130712.src.tgz'
mirror 'ftp://ftp.rap.ucar.edu/pub/titan/radx/previous_releases/Radx-20130712.src.tgz'
version '20130712'
sha1 '0d077891b43e363beeb2926e2464760186158568'
url 'ftp://ftp.rap.ucar.edu/pub/titan/radx/radx-20140401.src.tgz'
version '20140401'
sha1 'f0067681a24b8d83ab5360a58159aee72b140cc5'

depends_on 'hdf5'
depends_on 'udunits'
depends_on 'netcdf' => 'enable-cxx-compat'
depends_on 'fftw'

fails_with :clang do
build 421
cause "DsMdvx/msg_add.cc:516:11: error: '_printVsectWayPtsBuf' is a protected member of 'Mdvx'"
end

def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
Expand All @@ -21,3 +26,4 @@ def test
system "#{bin}/RadxPrint", "-h"
end
end

0 comments on commit ddc0d5e

Please sign in to comment.