Skip to content

Commit

Permalink
Bump required CMake version and fix urls (#61)
Browse files Browse the repository at this point in the history
* Bump required CMake version and fix urls

* Sync docs version

* MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.37.2, and conda-forge-pinning 2024.08.02.08.34.06

---------

Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
StrikerRUS and conda-forge-webservices[bot] authored Aug 2, 2024
1 parent 821eb28 commit 24f9327
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
- boost_shared.diff

build:
number: 0
number: 1
string: cuda_py{{ PY_VER }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version != "None"]
string: cpu_py{{ PY_VER }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version == "None"]
# CUDA is not supported in windows
Expand All @@ -32,7 +32,7 @@ requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cmake >=3.18
- cmake >=3.28
- make # [not win]
- ninja # [win]
- {{ compiler('c') }}
Expand Down Expand Up @@ -73,16 +73,16 @@ test:


about:
home: https://github.com/Microsoft/LightGBM
home: https://github.com/microsoft/LightGBM
license: MIT
license_family: MIT
license_file: LICENSE
summary: LightGBM is a gradient boosting framework that uses tree based learning algorithms.

description: |
A fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
doc_url: http://lightgbm.readthedocs.io/en/latest/
dev_url: https://github.com/Microsoft/LightGBM
doc_url: https://lightgbm.readthedocs.io/en/v{{ version }}/
dev_url: https://github.com/microsoft/LightGBM

extra:
recipe-maintainers:
Expand Down

0 comments on commit 24f9327

Please sign in to comment.