1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/Brewfile
Jonathan Lovelace efd87e1257 Brewfile: Install a current version of Perl.
The one used by default seems to be 5.18, which while not _very_ old (released 2013 or 2014,
depending on which patch version) seems a likely cause of the test failures I'm seeing in
CI but am unable to reproduce in my Linux environment (where 5.24.3 is the oldest version
available).
2019-02-21 16:12:06 -05:00

9 lines
153 B
Ruby

brew "perl"
brew "cpanminus"
brew "gettext", link: true
brew "gnutls"
brew "openssl"
brew "tcl-tk"
brew "python@2"
brew "python"
brew "pyenv-virtualenv"