conda-forge / llvmlite-feedstock

A conda-smithy repository for llvmlite.
BSD 3-Clause "New" or "Revised" License
0 stars 21 forks source link

0.42.0rc1 release #79

Closed gmarkall closed 10 months ago

gmarkall commented 10 months ago

Testing 0.42 on conda-forge before we tag the release, to avoid issues seen previously where we only discovered problems once the conda-forge package started building (see e.g. #74, #76).

conda-forge-webservices[bot] commented 10 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) and found it was in an excellent condition.

jakirkham commented 10 months ago

@conda-forge-admin , please re-render

jakirkham commented 10 months ago

@conda-forge-admin , please re-render

jakirkham commented 10 months ago

@conda-forge-admin , please re-render

github-actions[bot] commented 10 months ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to rerender for you, but it looks like there was nothing to do.

This message was generated by GitHub actions workflow run https://github.com/conda-forge/llvmlite-feedstock/actions/runs/7633034422.

jakirkham commented 10 months ago

Have pushed a few changes here:

Think that should cut out some false positives and address some false negatives. Hope that is ok

jakirkham commented 10 months ago

Looks like there is an issue with Windows Python 3.12 on CI:

(%BUILD_PREFIX%) %SRC_DIR%>%PREFIX%\python.exe -S setup.py install 
Traceback (most recent call last):
  File "D:\bld\llvmlite_1706051857045\work\setup.py", line 2, in <module>
    from setuptools import setup, Extension
ModuleNotFoundError: No module named 'setuptools'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\bld\llvmlite_1706051857045\work\setup.py", line 6, in <module>
    from distutils.core import setup, Extension
ModuleNotFoundError: No module named 'distutils'

Edit: Pushed a change below that may help

jakirkham commented 10 months ago

@conda-forge-admin , please re-render

gmarkall commented 10 months ago

@jakirkham Many thanks for the fixes - the retargeting to rc and the change back to PyPI + templating look good!

jakirkham commented 10 months ago

Glad to hear it. Thanks for all the work here Graham! 🙏

Let's merge and see how these packages perform