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

get rid of hardcoding BLAS libs in easyblocks #155

Merged
merged 18 commits into from Mar 28, 2013

Commits on Mar 27, 2013

  1. get rid of hardcoded guards on specific BLAS/LAPACK libs, use toolcha…

    …in.get_variable where appropriate
    boegel committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    563c1a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a7d804 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cde65ae View commit details
    Browse the repository at this point in the history
  4. hard check on required patch file, revert to using os.getenv('LIBLAPA…

    …CK_MT').split(' -l') for now
    boegel committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    0c41018 View commit details
    Browse the repository at this point in the history
  5. retain ATLAS as a special case, use [blas] and [lapack] instead of [b…

    …las_opt]/[lapack_opt]
    boegel committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    cdea9ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b423c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce7b8f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e2cf05 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    75be45a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad8de86 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7b524d0 View commit details
    Browse the repository at this point in the history
  12. fix typos (I need sleep)

    boegel committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    d7a18b4 View commit details
    Browse the repository at this point in the history
  13. fix checking patch

    boegel committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    58e9347 View commit details
    Browse the repository at this point in the history
  14. extension patches are strings

    boegel committed Mar 27, 2013
    Configuration menu
    Copy the full SHA
    9edb082 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2013

  1. fix removing of pthread

    boegel committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    46d0b68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    597ba88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41805e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b420142 View commit details
    Browse the repository at this point in the history