conda-forge / nauty-feedstock

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

Upgrade to version 2.8.6 #22

Closed saraedum closed 11 months ago

saraedum commented 11 months ago

Checklist

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

saraedum commented 11 months ago

@conda-forge-admin, please rerender

saraedum commented 11 months ago

Fails on Windows with

2023-12-07T06:17:54.7873353Z dreadnaut.c(419,14): error: call to undeclared function 'isatty'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2023-12-07T06:17:54.7874592Z   419 |     prompt = DOPROMPT(INFILE);
2023-12-07T06:17:54.7876276Z       |              ^
2023-12-07T06:17:54.7877201Z ./naututil.h(234,23): note: expanded from macro 'DOPROMPT'
2023-12-07T06:17:54.7877906Z   234 | #define DOPROMPT(fp) (isatty(fileno(fp)) && isatty(fileno(PROMPTFILE)))
saraedum commented 11 months ago

Broken on Windows 2023-12-07T08:20:34.2735018Z ./runalltests: line 41: 1732 Segmentation fault ./nautestS

saraedum commented 11 months ago

@conda-forge-admin, please rerender