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

[numpy] add new port #37409

Draft
wants to merge 49 commits into
base: master
Choose a base branch
from
Draft

[numpy] add new port #37409

wants to merge 49 commits into from

Commits on Mar 13, 2024

  1. [numpy] Add port

    [python] add module build/install infra
    Neumann-A committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    70d0566 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf6befb View commit details
    Browse the repository at this point in the history
  3. opencv use numpy from vcpkg

    Neumann-A committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ff1ff2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    515adbb View commit details
    Browse the repository at this point in the history
  5. revert boost-python change

    Neumann-A committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ad8374d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Mar 15, 2024

  1. Fix numpy linux

    Neumann-A committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5b0069e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    582c6e5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into add_numpy

    # Conflicts:
    #	ports/lapack-reference/portfile.cmake
    #	ports/lapack-reference/vcpkg.json
    Neumann-A committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    f9cf981 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c219a84 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    8f68a37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74b72f4 View commit details
    Browse the repository at this point in the history
  3. fix arm64-windows

    Neumann-A committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f1d2f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    900c39d View commit details
    Browse the repository at this point in the history
  5. PATH debugging

    Neumann-A committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0b99037 View commit details
    Browse the repository at this point in the history
  6. add missing ()

    Neumann-A committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c2d8f92 View commit details
    Browse the repository at this point in the history
  7. add python to path

    Neumann-A committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    af8a525 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    662e6fd View commit details
    Browse the repository at this point in the history
  2. skip static windows builds

    Neumann-A committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4c94d93 View commit details
    Browse the repository at this point in the history
  3. fix osx lapack selection

    Neumann-A authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9324952 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de3d9c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d49ef0e View commit details
    Browse the repository at this point in the history
  6. add /usr/local/lib manually

    Neumann-A committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    fbc0b4d View commit details
    Browse the repository at this point in the history
  7. ci debugging

    Neumann-A committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b14d81e View commit details
    Browse the repository at this point in the history
  8. minimize ci

    Neumann-A committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2b7c2e2 View commit details
    Browse the repository at this point in the history
  9. more ci testing

    Neumann-A committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f6799c2 View commit details
    Browse the repository at this point in the history
  10. more printing

    Neumann-A committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    aa21c1b View commit details
    Browse the repository at this point in the history
  11. fix patch

    Neumann-A committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b2e3eb8 View commit details
    Browse the repository at this point in the history
  12. move further

    Neumann-A committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b6baeca View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    0a696bd View commit details
    Browse the repository at this point in the history
  2. update numpy

    Neumann-A committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d5f3476 View commit details
    Browse the repository at this point in the history
  3. back to accelerate

    Neumann-A committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3c1d1b5 View commit details
    Browse the repository at this point in the history
  4. enable ci

    Neumann-A committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7c2727d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d11a1ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    111ceda View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f5681f View commit details
    Browse the repository at this point in the history
  8. adjust numpy refs

    Neumann-A committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f62ce9d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. add -fno-tree-vectorize

    Neumann-A committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    696c8b2 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into add_numpy

    # Conflicts:
    #	ports/lapack-reference/portfile.cmake
    #	ports/lapack-reference/vcpkg.json
    Neumann-A committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c17f502 View commit details
    Browse the repository at this point in the history
  3. disable cross build imports

    Neumann-A committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d8e0fee View commit details
    Browse the repository at this point in the history
  4. remove prefix patch

    Neumann-A committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d6cec62 View commit details
    Browse the repository at this point in the history
  5. fix lapack regressions

    Neumann-A committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    32d953a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge remote-tracking branch 'upstream/master' into add_numpy

    # Conflicts:
    #	ports/lapack-reference/vcpkg.json
    Neumann-A committed May 21, 2024
    Configuration menu
    Copy the full SHA
    25e84a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Merge remote-tracking branch 'upstream/master' into add_numpy

    # Conflicts:
    #	ports/vcpkg-tool-meson/meson.template.in
    #	ports/vcpkg-tool-meson/vcpkg.json
    #	ports/vcpkg-tool-meson/vcpkg_configure_meson.cmake
    Neumann-A committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    92739c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Update python stuff

    Neumann-A committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    65bae42 View commit details
    Browse the repository at this point in the history
  2. add missing patch

    Neumann-A committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2a71488 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. add py-meson

    Neumann-A committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    45ea362 View commit details
    Browse the repository at this point in the history
  2. get fixes from other pr

    Neumann-A committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    83078eb View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. adjust lapack patches

    Neumann-A committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    4e1389a View commit details
    Browse the repository at this point in the history