Mats Wichmann
Mats Wichmann
> Move `add_all_to_env` up above the adding of the `.i` and `.i90` suffixes? Well, no, that doesn't work, because it's in the various `add_*_to_env` routines where the known suffixes are...
In recent times, we've seen several cases where cross/embedded builds want to postprocess all the executables they produce (e.g. strip).
In addition to two already closed duplicates, it looks like #2780 is also an instance of this problem. Since both that issue and this one have a patch attached, leaving...
Like make `-p`, `--print-data-base`
CI failed the "Linux Testing" build with an oddity - I've never seen F77PATH.py fail. The test log isn't terribly informative, but seems to be building something when no build...
Yes, that's a real pain. @bdbaddog has in the past tried to suggest some techniques for interacting with the CI, which I've never gotten to work.
Do you have an f77 command? I don't.... I'm not used to the command even running. Github isn't as clear on how the images are provisioned as AppVeyor is (or...
Usually, that means `os.environ != env['ENV']`... wonder if there's some important env var not picked up. Where does your f77 come from? Oh, wait, it looks like Ubuntu provides an...
Okay, a little oddity here. Issue #2545 requested adding an `exclude=` kwarg to Glob. That issue was reclassified as depending on this one, but then was noted as implemented, and...
Addendum: this applies to Intel Fortran as well (ifort and ifl tools are the existing ones for that)