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

Package OpenBLAS and use OpenBLAS in scipy #3331

Merged
merged 113 commits into from Apr 12, 2023
Merged

Commits on Dec 9, 2022

  1. Add OpenBLAS package

    lesteve committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    50fe021 View commit details
    Browse the repository at this point in the history
  2. Remove some stuff

    lesteve committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    380b1c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c807d85 View commit details
    Browse the repository at this point in the history
  4. Build openblas in core build

    lesteve committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    c57d320 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. iter

    lesteve committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    f026e63 View commit details
    Browse the repository at this point in the history
  2. iter

    lesteve committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    fc771f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7dce40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78e8eeb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8141b8 View commit details
    Browse the repository at this point in the history
  6. May actually need this

    lesteve committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    125634d View commit details
    Browse the repository at this point in the history
  7. Revert "Add build for openblas only to quick fail"

    This reverts commit c7dce40.
    lesteve committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    b945cca View commit details
    Browse the repository at this point in the history
  8. iter

    lesteve committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    228f50f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7057189 View commit details
    Browse the repository at this point in the history
  10. iter

    lesteve committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    83a66a5 View commit details
    Browse the repository at this point in the history
  11. iter

    lesteve committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    27d38dc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

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

    lesteve committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    ed2a969 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Remove -std=c++14 flag

    lesteve committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    285d34e View commit details
    Browse the repository at this point in the history
  2. trigger CI

    lesteve committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    48ba869 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. wip

    lesteve committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    27a63ab View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Trigger CI

    lesteve committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3267085 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d73c122 View commit details
    Browse the repository at this point in the history
  3. Trigger CI

    lesteve committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6ded2d5 View commit details
    Browse the repository at this point in the history
  4. Revert unwanted change?

    lesteve committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    02c7f6f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. wip

    lesteve committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    cdf7b3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5960c81 View commit details
    Browse the repository at this point in the history
  3. Trigger CI

    lesteve committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2480b40 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. wip

    lesteve committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f3f01f3 View commit details
    Browse the repository at this point in the history
  2. fix

    lesteve committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    9973316 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

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

    lesteve committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a85f789 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41fa6d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f04fa9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d34a738 View commit details
    Browse the repository at this point in the history
  6. Fix patch again...

    hoodmane committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e95b32f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    579cf40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    568ab35 View commit details
    Browse the repository at this point in the history
  9. Fix scipy patch again

    hoodmane committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1f4cba0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e57cf8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f974023 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2877657 View commit details
    Browse the repository at this point in the history
  13. More sed for void to int

    hoodmane committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    55d370a View commit details
    Browse the repository at this point in the history
  14. Add patch for scipy/scipy#18124

    hoodmane committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    731e5b6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    561e3db View commit details
    Browse the repository at this point in the history
  16. Add another sed

    hoodmane committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    61393e8 View commit details
    Browse the repository at this point in the history
  17. More sed

    hoodmane committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    f5eb7db View commit details
    Browse the repository at this point in the history
  18. More sed

    hoodmane committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4c3bf9e View commit details
    Browse the repository at this point in the history
  19. MORE INT!

    hoodmane committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3cd21d7 View commit details
    Browse the repository at this point in the history
  20. Fix typo

    hoodmane committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    2fd7b71 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    be005b3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7e912d5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    00d2622 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5c11873 View commit details
    Browse the repository at this point in the history
  25. More fixes

    hoodmane committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    9d7cbe4 View commit details
    Browse the repository at this point in the history
  26. Add comment

    hoodmane committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a474a9f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1e1e4c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    d865c60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    966c40b View commit details
    Browse the repository at this point in the history
  3. Avoid c_abs symbol conflict

    lesteve committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    25f8f69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaa1356 View commit details
    Browse the repository at this point in the history
  5. LAPACKE not needed

    lesteve committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9fe97d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. scipy compiles

    lesteve committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    6d0391c View commit details
    Browse the repository at this point in the history
  2. scipy loads in browser

    lesteve committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    334151c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Hacky reuse of CLAPACK to include f2c symbols into libopenblas.so

    This is needed for scipy. Also some attempt at reusing f2clapack.sh to be
    closer to OpenBLAS but not working
    lesteve committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    cc68e64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c3a38 View commit details
    Browse the repository at this point in the history
  3. Use openblas in suitesparse

    lesteve committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    c8dc2d9 View commit details
    Browse the repository at this point in the history
  4. Build full scipy

    lesteve committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    d418127 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    648f204 View commit details
    Browse the repository at this point in the history
  6. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and lesteve committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    8e51195 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    feabda1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    59becc0 View commit details
    Browse the repository at this point in the history
  2. gensim work-around

    lesteve committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    5a874a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9680caf View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    fbb27fe View commit details
    Browse the repository at this point in the history
  2. Revert "Debug zgetrf issue through Cython scipy linalg bindings"

    This reverts commit 543eee24508da8362be010f647275cd5fc6b6158.
    lesteve committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b90d7bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bbd289 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Update pyodide-build/pyodide_build/_f2c_fixes.py

    Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
    lesteve and hoodmane committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    38d6c55 View commit details
    Browse the repository at this point in the history
  2. Update packages/CLAPACK/meta.yaml

    Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
    lesteve and hoodmane committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f5bded8 View commit details
    Browse the repository at this point in the history
  3. Add comment about f2c -R

    lesteve committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    06d7e10 View commit details
    Browse the repository at this point in the history
  4. Remove unneeded patches

    lesteve committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    19548f2 View commit details
    Browse the repository at this point in the history
  5. Removed commented out code

    lesteve committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    bcf8306 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd7879e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1687559 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c387cd8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef87b37 View commit details
    Browse the repository at this point in the history
  10. Update libf2c patches

    lesteve committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    63ffba0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5d88956 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9fbe4e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c3a4e06 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    23c4df5 View commit details
    Browse the repository at this point in the history
  15. Fix libf2c meta.yaml

    lesteve committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6a2d944 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7db7ff6 View commit details
    Browse the repository at this point in the history
  17. Change version name ...

    lesteve committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    b83ad8b View commit details
    Browse the repository at this point in the history
  18. Update scipy patches

    lesteve committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    bc1f360 View commit details
    Browse the repository at this point in the history
  19. Add scipy Boost patch

    lesteve committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    610025a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    05e22f9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    eb49920 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0e26683 View commit details
    Browse the repository at this point in the history
  23. Minor tweak to scipy tip

    lesteve committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    3a4f32f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    246ca91 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    3b27a89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45b8727 View commit details
    Browse the repository at this point in the history
  3. Add comment about libf2c

    lesteve committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    94c50b0 View commit details
    Browse the repository at this point in the history
  4. Remove unneeded flag

    lesteve committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    734be58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ae7f08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82f6703 View commit details
    Browse the repository at this point in the history
  7. Fix c_abs signature

    lesteve committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    608a64d View commit details
    Browse the repository at this point in the history
  8. Revert unwanted change

    lesteve committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    10f6268 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Add missing file

    lesteve committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    6bf026c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Trigger CI

    lesteve committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    2d3effe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b198ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    119038f View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    lesteve committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f0753d6 View commit details
    Browse the repository at this point in the history