Last active
February 4, 2017 22:47
-
-
Save spencermathews/d1968e4162f795b36ae238da4c72e039 to your computer and use it in GitHub Desktop.
centralized Brewfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# must --build-from-source | |
boost # source for caffe | |
boost-python # source for caffe | |
# must --ignore-dependencies | |
yarn # lists node as a required dependency but we have it through rbenv | |
# notes | |
# ghostscript binaries like dvipdf conflict with MacTex | |
# gs probably not necessary, can try leaving it unlinked | |
# but confusing since I also see TeX binaries under /Library/TeX/texbin!? | |
mpv ## --with-bundle currently works, but linkapps becoming deprecated so consider cask |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment