Skip to content

fix support for non-GNU Linux systems (e.g. OS X) #121

@boegel

Description

@boegel

(old internal ticket 16, 110)

We should try and support non-GNU Linux systems, for example OS X.

Known issues:

  • no /proc/cpuinfo
  • commands liketar 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions