diff options
author | Tomas Volf <~@wolfsden.cz> | 2024-02-23 19:18:14 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-03-02 16:26:29 +0100 |
commit | ef788ee2dc3d7de3bcf49ca1856ff06fc14b4541 (patch) | |
tree | 88cb6e9c7526c4774e78ac3374f5c8b90841b885 /gnu/packages/machine-learning.scm | |
parent | c3cd24b29ad0b781afebec3fb3269bd04ad9adec (diff) | |
download | guix-ef788ee2dc3d7de3bcf49ca1856ff06fc14b4541.tar.gz guix-ef788ee2dc3d7de3bcf49ca1856ff06fc14b4541.zip |
build-system/guile: Install .scm files first.
Until now the .go files were generated first, and only after that the .scm
files were installed into the target location. That led to a lot of messages
about `source file ... newer than compiled' if the custom 'check phase tried
to load the compiled files.
Swapping the order of the actions resolves the issue allowing the tests to be
written without lot of noise in the build log.
For final artifacts it was not a problem, since daemon resets the timestamps.
* guix/build/guile-build-system.scm (build): Install .scm before producing
.go.
Change-Id: I3428d144fcbaa6c904ee662193c3bca82589e344
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/machine-learning.scm')
0 files changed, 0 insertions, 0 deletions