Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild for r-base 4.4 and UCRT mingw toolchain #177

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

regro-cf-autotick-bot
Copy link
Contributor

This PR has been triggered in an effort to update r-base44_and_m2w64-ucrt.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.


If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by - please use this URL for debugging.

@conda-forge-webservices
Copy link
Contributor

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.

@jakirkham
Copy link
Member

@conda-forge-admin, please re-render

@jakirkham jakirkham force-pushed the rebuild-r-base44_and_m2w64-ucrt-0-1_h48cfea branch from 9c10351 to 8dd5658 Compare July 27, 2024 04:52
@jakirkham
Copy link
Member

@conda-forge-admin, please re-render

conda-forge-webservices[bot] and others added 4 commits July 27, 2024 04:54
@jakirkham
Copy link
Member

@conda-forge-admin, please re-render

Copy link
Contributor

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/xgboost-feedstock/actions/runs/10174282202.

@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

conda-forge-webservices[bot] and others added 2 commits July 31, 2024 05:34
recipe/meta.yaml Outdated Show resolved Hide resolved
@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

Copy link
Contributor

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/xgboost-feedstock/actions/runs/10176143912.

recipe/meta.yaml Outdated
- {{ stdlib('m2w64_c') }} # [win]
- {{ compiler('c') }} # [unix]
- {{ compiler('cxx') }} # [unix]
- {{ stdlib('c') }} # [unix]
- llvm-openmp # [osx]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fails on missing openmp AFAICT

Suggested change
- llvm-openmp # [osx]
- llvm-openmp # [not linux]

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So macOS and Linux seem to be doing ok. This already uses LLVM OpenMP on macOS and libgomp

Windows is having issues though. Am debating adding the Fortran compiler to see if that helps with detection

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah right, nevermind, I see that libgomp gets pulled into that environment already.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good :)

Appreciate the second set of eyes. Wouldn't be surprised if I'm missing something on the Windows side of things

@jakirkham
Copy link
Member

Looks like there is an issue finding Windows OpenMP on CI:

CMake Error at D:/bld/xgboost-split_1722411873928/_build_env/Library/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
  Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
-- Configuring incomplete, errors occurred!

@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

Copy link
Contributor

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

I tried to rerender for you but ran into some issues. Please check the output logs of the latest webservices GitHub actions workflow run for errors. You can also ping conda-forge/core for further assistance or you can try rerendeing locally.

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

@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

@mfansler
Copy link
Member

Thanks for working on this so far! ❤️

I just wanted to send a gentle nudge that it would be nice to see this resolved. Perhaps a motivator: xgboost is currently the heaviest node that the migrator is waiting on to merge.

@jakirkham
Copy link
Member

Without a Windows machine to debug the remaining errors, this is pretty hard to progress on. If there is someone with an interest in this and a Windows machine available, would encourage them to dive in

@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I was trying to look for recipes to lint for you, but it appears we have a merge conflict.
Please try to merge or rebase with the base branch to resolve this conflict.

Please ping the 'conda-forge/core' team (using the @ notation in a comment) if you believe this is a bug.

@jakirkham jakirkham force-pushed the rebuild-r-base44_and_m2w64-ucrt-0-1_h48cfea branch from e12a39f to 8603bd7 Compare September 25, 2024 06:05
@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

Copy link
Contributor

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.

Copy link
Contributor

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/xgboost-feedstock/actions/runs/11027261294.

@trivialfis
Copy link

I think msvc doesn't handle the R C API header very well. It should be a commen issue for all r C extensions though, curious how others are doing.

@jakirkham
Copy link
Member

Think we are using MinGW for R builds. That said, could very well have configuration issues that need updates in this PR

FWIW here is the current error on CI:

CMake Error at cmake/modules/FindLibR.cmake:48 (message):
  

  dlltool.exe not found!

  Do you have Rtools installed with its MinGW's bin/ in PATH?
Call Stack (most recent call first):
  cmake/modules/FindLibR.cmake:167 (create_rlib_for_msvc)
  R-package/CMakeLists.txt:1 (find_package)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants