hashdist / hashstack-old

Obsolete repository, use "hashstack" instead
3 stars 4 forks source link

Allow to build our own compilers and allow to use other compilers than gcc #86

Open certik opened 11 years ago

certik commented 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.

We also need to figure out how to use other compiler toolchains.