Mikael Öhman
Mikael Öhman
failing CI > ERROR: Could not find a version that satisfies the requirement pycodestyle>=2.9.1 (from autopep8->-r requirements.txt (line 11)) (from versions: 1.8.0.dev0, 2.0.0a1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.5.0,...
I don't understand. Do you have an example easyconfig of what should work but doesnt?
Right though `SYSTEM ` is a macro thing that is expanded to the toolchain dict. We surely can't put that there I can imagine changing this issue to the (valid)...
Discussed during the zoom meeting; I hadn't realized that using the full toolchain dict just actually worked there, i thought it had to be `True`, so that completely negates everything...
> i.e. avoid that `True` is being used when an easyconfig is being dumped, and use the `SYSTEM` constant instead? whatever we pick, it'll have to resolve to something right?...
So, as with `ant`, i think we do want a Java dependency here, but maybe with multi-deps? I'm a bit unsure how that pans out with multiple modulerc wrappers, hopefully...
@boegelbot please test @ generoso
Test report by @Micket **FAILED** Build succeeded for 2 out of 3 (1 easyconfigs in total) alvis-c1 - Linux Rocky Linux 8.5, x86_64, Intel Xeon Processor (Skylake), Python 3.6.8 See...
I'm not sure i'm doing the right thing for FFTW here, haven't been paying attention to the recent changes done there. So please review that carefully so that it makes...
@sassy-crick tip: ``` eb --sync-pr-with-develop 15953 ``` will retrigger tests. I have it set as an alias ``` alias ebsync='eb --sync-pr-with-develop ' ``` since we maintainers do this a lot...