Open certik opened 11 years ago
We should add compiler packages and try to build them.
For example on Darwin, I would imagine the user would build gfortran, we can get inspired here:
https://github.com/mxcl/homebrew/blob/master/Library/Formula/gfortran.rb
then create a throwaway virtualenv using ./update --copy, add it to $PATH, and then build the rest of hpcmp2 as usual.
./update --copy
We also need to figure out how to use other compiler toolchains.
We should add compiler packages and try to build them.
For example on Darwin, I would imagine the user would build gfortran, we can get inspired here:
https://github.com/mxcl/homebrew/blob/master/Library/Formula/gfortran.rb
then create a throwaway virtualenv using
./update --copy
, add it to $PATH, and then build the rest of hpcmp2 as usual.We also need to figure out how to use other compiler toolchains.