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
#!/usr/bin/env bash | |
################################################################################################# | |
# This script installls Torch7 and it's various dependencies. | |
# | |
# The script is adapted from: | |
# https://github.com/clementfarabet/torchinstall/blob/master/install | |
# | |
# The above didn't quite work for me on macosx (10.8.2) so the following adjustments were made: | |
# (1) install gcc 4.7.2 and set as compilers used in Torch build so open OpenMP works |