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@ rem Remember to activate Intel Compiler, or remove these two lines to use Microsoft Visual Studio compiler
22
3- %PYTHON% setup.py build --force install --old-and-unmanageable
3+ %PYTHON% -m pip install --no-deps --no-build-isolation .
44if errorlevel 1 exit 1
Original file line number Diff line number Diff line change 11#! /bin/bash -x
2- $PYTHON setup.py build --force install --old-and-unmanageable
2+ $PYTHON -m pip install --no-deps --no-build-isolation .
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ requirements:
2020 host :
2121 - meson-python >=0.13.0
2222 - meson
23- - pkg-config
23+ - cmake
24+ - ninja
2425 - python
2526 - python-gil # [py>=314]
2627 - pip >=25.0
2728 - mkl-devel
2829 - cython
2930 - wheel >=0.45.1
30- - python-build >=1.2.2
3131 run :
3232 - python
3333 - python-gil # [py>=314]
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ requirements:
2020 host :
2121 - meson-python >=0.13.0
2222 - meson
23- - pkg-config
23+ - cmake
24+ - ninja
2425 - python
2526 - python-gil # [py>=314]
2627 - pip >=25.0
2728 - mkl-devel
2829 - cython
2930 - wheel >=0.45.1
30- - python-build >=1.2.2
3131 run :
3232 - python
3333 - python-gil # [py>=314]
You can’t perform that action at this time.
0 commit comments