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

Reworking of lapack_shared_libs and similar properties #1682

Merged
merged 8 commits into from
Sep 21, 2016

Commits on Sep 21, 2016

  1. Turned <provider>_libs into an iterable

    Modifications :
    - added class LibraryList + unit tests
    - added convenience functions `find_libraries` and `dedupe`
    - modifed non Intel blas/lapack providers
    - modified packages using blas_shared_libs and similar functions
    alalazo committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    3edbdf1 View commit details
    Browse the repository at this point in the history
  2. atlas : added pthread variant

    alalazo committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    b458f6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6821499 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2b9934 View commit details
    Browse the repository at this point in the history
  5. PR review : fixed last issues

    alalazo committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    ff7aa4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12a0be3 View commit details
    Browse the repository at this point in the history
  7. LibraryList : added __radd__ fixed unit tests

    fix : failing unit tests due to missing `self`
    alalazo committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    ff8fb7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be14686 View commit details
    Browse the repository at this point in the history