Browse Source

Paraview Lion Python 2.7 nightly

Nightly build of Paraview intended for installs of OS X 10.7 or 10.8
where the system Python version is 2.7.

See http://public.kitware.com/pipermail/paraview/2013-June/028643.html
for details. This cask is a hybrid of PRs #86 and #87.
master
Geoffrey Oxberry 11 years ago
parent
commit
c8c5125c18
  1. 15
      Casks/paraview-lion-python27-nightly.rb

15
Casks/paraview-lion-python27-nightly.rb

@ -0,0 +1,15 @@
class ParaviewLionPython27Nightly < Cask
url 'http://www.paraview.org/paraview-downloads/download.php?submit=Download&version=nightly&type=binary&os=osx&downloadFile=ParaView-Darwin-64bit-Lion-Python27-NIGHTLY.dmg'
homepage 'http://www.paraview.org/'
version 'latest'
no_checksum
link 'paraview.app'
def caveats; <<-EOS.undent
This version of ParaView is for OS X Lion (10.7) or Mountain Lion (10.8)
and should be installed if the system Python version is 2.6. If your
OS version is Lion (10.7) or later, and your system Python version is
2.7 or later, you may install this cask or the paraview-nightly cask.
EOS
end
end
Loading…
Cancel
Save