Closed saraedum closed 2 years ago
@conda-forge-admin, please rerender.
Hi! This is the friendly automated conda-forge-linting service.
I wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found some lint.
Here's what I've got...
For recipe:
<two spaces>#<one space>[<expression>]
form. See lines [45]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.
Maybe we don't actually want to fix this and just rerender the feedstock so it builds with the latest compilers instead.
I understand the issue... I trust you on that one. Maybe require either clang++ or g++ ?
Are these the only C++ compilers that are going to work?
On Wed, Mar 16, 2022 at 05:38:12PM -0700, Julian Rüth wrote:
Are these the only C++ compilers that are going to work?
That's the only I have tested :-)
The runtime dependencies of pythran had
compiler('cxx')
. The intention here was to make sure that some C++ compiler is available. However, this actually forces this to be the compiler that was used when building the package, i.e., GCC 9. This causes trouble when trying to install a package that requires a newer compiler at the same time, e.g., when installingcppyy=2.3.0
andpythran=0.11.0
.