You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
577 B

class ParaviewNightly < Cask
version 'latest'
sha256 :no_check
url 'http://www.paraview.org/paraview-downloads/download.php?submit=Download&version=nightly&type=binary&os=osx&downloadFile=ParaView-Darwin-64bit-NIGHTLY.dmg'
homepage 'http://www.paraview.org/'
link 'paraview.app'
caveats <<-EOS.undent
This version of Paraview should be installed if your system Python
version is 2.7. If you are running OS X Lion (10.7) or Mountain
Lion (10.8) and your system Python version is 2.6, please instead
pkg paraview-nightly-lion-python27.
EOS
end