convert fenics.rb to `depends_on :macos`

from caveats `os_version_only`.
This commit is contained in:
Roland Walker 2014-12-03 09:15:23 -05:00
parent c102d59380
commit 899e3d1231
1 changed files with 2 additions and 1 deletions

View File

@ -8,8 +8,9 @@ cask :v1 => 'fenics' do
app 'FEniCS.app'
depends_on :macos => '>= :mavericks'
caveats do
os_version_only '10.9', '10.10'
<<-EOS.undent
FEniCS is designed to work with the OS X system Python (v. 2.7.5 in OS X 10.9).