We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb57a4 commit 3618ff4Copy full SHA for 3618ff4
conda-recipe/meta.yaml
@@ -34,7 +34,8 @@ build:
34
cmake --build . --parallel ${CPU_COUNT:-1}
35
cmake --install . --prefix $PREFIX
36
cd ..
37
- python setup.py install --single-version-externally-managed --record=record.txt
+ # Now that pyproject.toml exists, pip will fetch scikit-build for metadata
38
+ python -m pip install . --no-deps --ignore-installed -vv
39
40
about:
41
home: <PLACEHOLDER>
0 commit comments