Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IntelPython/mkl_random
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 58eff34
Choose a base ref
...
head repository: IntelPython/mkl_random
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f34b2ca
Choose a head ref
  • 10 commits
  • 14 files changed
  • 1 contributor

Commits on Apr 11, 2026

  1. Moves the build system from setuptools to meson

    * removes setup.py and generate_mklrand_c.py
    * updates pyproject.toml
    * adds meson.build
    ndgrigorian committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    7ad26f8 View commit details
    Browse the repository at this point in the history
  2. add cmake to build system dependencies

    we search for MKL with cmake. Also drop pkg-config from meta.yamls and use cmake
    ndgrigorian committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    85d640a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d33b026 View commit details
    Browse the repository at this point in the history
  4. add pip build

    ndgrigorian committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    45df247 View commit details
    Browse the repository at this point in the history
  5. add standard clang workflow

    remove tbb from build-with-clang workflow
    ndgrigorian committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    937526f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4555e6a View commit details
    Browse the repository at this point in the history
  7. use pip install in build scripts

    aligns more closely with conda-forge feedstock
    ndgrigorian committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    7ea4af2 View commit details
    Browse the repository at this point in the history
  8. remove MKLROOT

    ndgrigorian committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    0474236 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa5216c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

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