File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,9 @@ __pycache__/
1111* .lib
1212* .dll
1313
14- # CMake build and local install directory
14+ # Meson build and local install directory
1515build
16- _skbuild
17- build_cmake
16+ .mesonpy- *
1817install
1918
2019# Code project files
4443* .egg-info /
4544.installed.cfg
4645* .egg
47- dpctl_conda_pkg
4846
4947# PyInstaller
5048# Usually these files are written by a python script from a template
@@ -84,13 +82,8 @@ target/
8482# pyenv python configuration file
8583.python-version
8684
87- _cmake_test_compile
88-
8985# generated numpy files
9086mkl_umath /src /__umath_generated.c
9187mkl_umath /src /mkl_umath_loops.c
9288mkl_umath /src /mkl_umath_loops.h
9389mkl_umath /src /_patch.c
94-
95- # moved cmake scripts
96- dpctl /resources /cmake
Original file line number Diff line number Diff line change 11## Vendored files
22
3- Files ` conv_template.py ` and ` process_src_template.py ` are copied from NumPy's numpy/numpy/ _ build_utils folder
3+ Files ` conv_template.py ` and ` process_src_template.py ` are copied from NumPy's ` numpy/_build_utils ` folder
You can’t perform that action at this time.
0 commit comments