Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial support for a toolchain based module naming scheme #1168

Merged
merged 12 commits into from
Oct 14, 2015

Commits on Feb 11, 2015

  1. Add initial support for a toolchain based module naming schemei, where

    software is installed in a directory specific to each toolchain, and
    each toolchain module extends the path. This
    won't work unless toolchains properly inherit (iccifort -> iimpi ->
    intel) and dependencies are listed appropriately in toolchains.
    
    The other required change in easyblock.py changed the order of
    statements written in the module file so that the 'module use' statement
    appears after loading the dependencies. This allows the module path to
    be updated in the correct order in this naming scheme.
    Alan O'Cais committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    3d715e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2015

  1. Update toolchain_mns.py

    Fixed the names...added some humour
    ocaisa committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    4c60d07 View commit details
    Browse the repository at this point in the history
  2. Update toolchain_mns.py

    Fixed comments from @boegel
    ocaisa committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    0a66721 View commit details
    Browse the repository at this point in the history
  3. Update toolchain_mns.py

    ocaisa committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    a8f50b8 View commit details
    Browse the repository at this point in the history
  4. Update toolchain_mns.py

    Final deletions
    ocaisa committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    f842f54 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2015

  1. Configuration menu
    Copy the full SHA
    436b5ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from boegel/ocaisa_develop

    sync with develop
    ocaisa committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    bd65bfc View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2015

  1. expand_toolchain_load still required

    We currently still need to expand the toolchain load because of the current lack of support for subtoolchains within the framework
    ocaisa committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    0fe7e1b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2015

  1. Merge branch 'develop' of github.com:ocaisa/easybuild-framework into …

    …develop
    
    Conflicts:
    	easybuild/framework/easyblock.py
    Alan committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    4eae49d View commit details
    Browse the repository at this point in the history
  2. removing files from version control

    Alan committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    8e18877 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2015

  1. Configuration menu
    Copy the full SHA
    f488cf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2015

  1. Configuration menu
    Copy the full SHA
    2e96ad9 View commit details
    Browse the repository at this point in the history