Skip to content

Commit

Permalink
OSX: fix homebrew instructions for latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jan 31, 2021
1 parent 7bbdc0f commit 3a63c17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions INSTALL_OSX.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,12 @@ The last command above will take a while, since it builds from sources, and shou
git checkout 4abcbc52a544c293f548b0373867d90d4587fd73 Formula/seexpr.rb
brew unlink seexpr
brew install seexpr
brew link seexpr
brew switch seexpr 2.11
brew link seexpr@2.11
git checkout master Formula/seexpr.rb

If you ever need to get back to using the latest version of seexpr:

brew switch seexpr 3.0.1
brew link seexpr@3.0.1

To install the [openfx-arena](https://github.com/NatronGitHub/openfx-arena) set of plugin, you also need the following:

Expand Down
3 changes: 1 addition & 2 deletions tools/travis/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,7 @@ elif [[ ${TRAVIS_OS_NAME} == "osx" ]]; then
git checkout 4abcbc52a544c293f548b0373867d90d4587fd73 Formula/seexpr.rb;
brew unlink seexpr || true;
brew install seexpr;
brew link seexpr;
brew switch seexpr 2.11;
brew link seexpr@2.11;
popd;

# let OIIO work even if the package is not up to date (happened once, when hdf5 was upgraded to 5.10 but oiio was still using 5.9)
Expand Down

0 comments on commit 3a63c17

Please sign in to comment.