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

make OpenBLAS use the LAPACK version specified in the easyconfig (v0.2.18 & v0.2.19) #3795

Merged
merged 4 commits into from Nov 14, 2016

Commits on Oct 22, 2016

  1. Make OpenBLAS use the LAPACK version specified in the easyconfig.

    The OpenBLAS Makefile only handles large.tgz and timing.tgz and ignores
    lapack-x.y.z.tgz. We need to manually unpack the lapack-x.y.z specified
    in the easyconfig.
    
    Doing it this way makse it possible to add patches on top of the
    unpacked lapack version, which is neccesary to deal with various
    compiler problems.
    akesandgren committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    e061a8e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Change the lapack-x.y.z.tgz unpacking to a more readable version.

    Also don't keep a copy of the old lapack-netlib.
    akesandgren committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    b4749bb View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Configuration menu
    Copy the full SHA
    244d6c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60ba248 View commit details
    Browse the repository at this point in the history