(old internal ticket 16, 110)
We should try and support non-GNU Linux systems, for example OS X.
Known issues:
- no
/proc/cpuinfo
- commands like
tar have different options
- locale issues
- when running EasyBuild in a session that orginates from on OS X system, you might run into problems like:
Catastrophic error: could not set locale "" to allow processing of multibyte characters
This can be fixed by setting the following environment variables on the OS X system:
export LANG=C; export LC_ALL=en_US