Closed h-vetinari closed 3 months ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml
) and found it was in an excellent condition.
WTH man, conda-build looks seriously broken here.
Rendered as:
```yaml
package:
name: libboost <- this should be boost-split!
version: 1.86.0
and then proceeds to pick up libboost
's configuration for the global build (build.sh
/ bld.bat
), which doesn't have the right requirements.
PS. Now raised as https://github.com/conda/conda-build/issues/5459, this seems to be cosmetic-only though, not the reason for the failures.
No idea where this is coming from
$SRC_DIR/tools/build/src/build/feature.jam:491: in feature.validate-value-string from module feature
error: "3.10" is not a known value of feature <python>
error: legal values:
Looking through the release notes, the vendored b2 goes from 5.1.0
for 1.85 to 5.2.1
for 1.86, and the release notes for that only mention python once:
Allow some tools to be default initialized with
using
multiple times. The tools areasciidoctor
,fop
,gettext
,pkg-config
,python
,sass
, andsaxonhe
.
Bah, overall boost didn't pick up all the numpy 2.0 fixes that happened in boost/python: https://github.com/boostorg/python/issues/446 😑
Fix fall-out from #213