Skip to content

Commit 51d4c87

Browse files
committed
update meta.yamls and conda-forge conda recipes
1 parent 293d9f4 commit 51d4c87

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

conda-recipe-cf/bld.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 .
44
if errorlevel 1 exit 1

conda-recipe-cf/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash -x
2-
$PYTHON setup.py build --force install --old-and-unmanageable
2+
$PYTHON -m pip install --no-deps --no-build-isolation .

conda-recipe-cf/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)