hiker / fab

Flexible build system for scientific software
https://metomi.github.io/fab/
Other
1 stars 0 forks source link

278 absolute paths in compilation #7

Closed hiker closed 6 months ago

hiker commented 6 months ago

This PR uses full paths for the source file name instead of a 'chdir' into the source directory and the compiling locally.

The advantage is that this way the compile line shown in the log files can be copy&pasted anywhere and will do the right thing - additionally, it is now the same as C compilation, so more consistent.