conda-forge / cmdstan-feedstock

A conda-smithy repository for cmdstan.
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Try UCRT gcc on Windows #52

Open WardBrian opened 2 months ago

WardBrian commented 2 months ago

Checklist

Would close #31

conda-forge-webservices[bot] commented 2 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.

WardBrian commented 2 months ago

@conda-forge-admin, please rerender

github-actions[bot] commented 2 months ago

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/cmdstan-feedstock/actions/runs/9666062948.

WardBrian commented 2 months ago

@conda-forge-admin, please rerender

WardBrian commented 2 months ago

@isuruf -- does using the UCRT gcc on Windows not give access to executables called gcc/g++?

isuruf commented 2 months ago

gxx_win-64 doesn't. It's in gxx.

WardBrian commented 2 months ago

My latest attempt was using gxx. Are they not available in cmd prompts I wonder?

WardBrian commented 2 months ago

@isuruf - is g++ on Windows 32 bit? I'm getting OOM errors I wouldn't expect

isuruf commented 2 months ago

is g++ on Windows 32 bit?

No, it's x86_64.

WardBrian commented 1 month ago

@conda-forge-admin, please rerender

conda-forge-webservices[bot] commented 1 month 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.

WardBrian commented 1 month ago

@isuruf any ideas on how to handle cc1plus.exe: out of memory allocating 65536 bytes using UCRT gcc?