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

RFC: Patch openblas to add 64_ suffix when using 64 bit ints #8734

Merged
merged 5 commits into from
Oct 27, 2014

Commits on Oct 20, 2014

  1. Patch openblas to add 64_ suffix when using 64 bit ints

    objconv cannot do in-place modification of files
    
    dont overwrite static library with objcopy on freebsd either
    
    fix linking of arpack and suitesparse with 64_ blas suffix
    
    the patched xlahqr2 was using UPPERCASE function names, and the probes
    during arpack configure were using the C compiler, sgemm_ and cheev_
    need to enable c preprocessor, and disable syntax error on long lines
    
    SPQR also needed -DSUN64
    tkelman committed Oct 20, 2014
    Configuration menu
    Copy the full SHA
    1ef22d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f596d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02ff762 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2014

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

Commits on Oct 22, 2014

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