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

another go at fixing 1.6 builds #115

Merged
merged 40 commits into from
Aug 10, 2021
Merged

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    f9fb9a8 View commit details
    Browse the repository at this point in the history
  2. MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.10.1, and co…

    …nda-forge-pinning 2021.06.09.12.51.26
    conda-forge-linter committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e59adf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c11c2f2 View commit details
    Browse the repository at this point in the history
  4. Upgrade PCRE2 to 10.36

    Julia uses this in `deps/Versions.make`
    jmuchovej authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    ffeb708 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    a67508e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72c7c39 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    73fcdd8 View commit details
    Browse the repository at this point in the history
  2. use libgit, libssh and libcurl shipped by Julia

    Also removes some likely to be outdated dependencies. This is based on
     conda-forge#111 and likely to still fail, but I could not find the logs for that
    PR anymore. Also, would it be possible to run the entire testsuite
    (should take ~1h with multiple threads), since that is also likely to
    catch any issues with third-party dependencies?
    simeonschaub committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    ac7a039 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c3be4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a690da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d539a9f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Use openblas rather than libopenblas

    Julia needs libopenblas64_.so but this is provided by openblas rather than libopenblas.
    mkitti authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    2b2f7b6 View commit details
    Browse the repository at this point in the history
  2. Use openblas-ilp64

    mkitti committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    93cdbc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdddcc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    880984f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from mkitti/patch-1

    Use openblas rather than libopenblas
    simeonschaub authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    6cac917 View commit details
    Browse the repository at this point in the history
  6. Only test core for the moment

    mkitti committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    70be393 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Merge pull request #2 from mkitti/patch-1

    Only test core for the moment
    simeonschaub authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    26d001c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Use system curl

    mkitti committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    c28b47f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Test downloads

    mkitti committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    3af4f7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from mkitti/patch-1

    Use system curl
    mkitti authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    3f7a7f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    d7a5ff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfc570f View commit details
    Browse the repository at this point in the history
  3. USE_SYSTEM_LIBSSH2=1

    mkitti committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    41053fa View commit details
    Browse the repository at this point in the history
  4. USE_SYSTEM_LIBGIT2=1

    mkitti committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    5b4e05e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Revert "USE_SYSTEM_LIBGIT2=1" due to failure on macOS

    This reverts commit 5b4e05e.
    mkitti committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    495c106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aa0bae View commit details
    Browse the repository at this point in the history
  3. Add libssh2 as a dependency

    mkitti committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    38e9576 View commit details
    Browse the repository at this point in the history
  4. Add other Make.inc flags

    mkitti committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    1aca9e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5273977 View commit details
    Browse the repository at this point in the history
  6. Fix bash typos

    mkitti committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    620aa6a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89bb2fb View commit details
    Browse the repository at this point in the history
  8. Clean lint

    mkitti committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    a24b788 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a296475 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6734950 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c98953 View commit details
    Browse the repository at this point in the history
  12. MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.11.0, and co…

    …nda-forge-pinning 2021.08.05.06.02.11
    conda-forge-linter committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    0dfa35b View commit details
    Browse the repository at this point in the history
  13. Apply suggestions from code review by @isuruf

    All suggestions were applied
    
    Co-authored-by: Isuru Fernando <isuruf@gmail.com>
    mkitti and isuruf authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    c9bdf28 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2da0e10 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    04d3113 View commit details
    Browse the repository at this point in the history