William Deegan
William Deegan
@mwichmann - I think this is only an intel fortran issue. And I think it's due to loading default tools, then ifort and having files named .f when ifort looks...
> this particular library has all *.f files, but I can try setting `FORTRANFILESUFFIXES=['.f'],` Did that work?
@dnwillia-work - could you provide your modified version of ifort.py ?
Indeed. no access to OP is an issue. Though.. For some builders it could be valuable to always disable md5 (big files..) Maybe should change to an enhancement request? If...
Yup. Still worth doing.
It seems you can't just cp gcc to another name in another location anymore.. ``` $ python ~/devel/scons//git/as_scons/scripts/scons.py scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building...
ugh. I can repro. You can see the files here: https://github.com/bdbaddog/scons-bugswork/tree/main/2877 This is via the copy to tools dir referred to above.
@mwichmann try it with my sample code linked above. I still see the issue. I think it's an issue with the implicit command dependencies...
Ugh the diff in the attached patch is backwards.. (changing to current code instead of from) Also looks wrong. I'd think the following ``` 263c263 < def set_sdk_by_directory(env, sdk_dir, lib_subdirs):...
> I'm pretty sure that TARGET_ARCH could be undefined. I think it will need something similar (or the actual call) to get_host_target in vc.py. Thinking out loud as I haven't...