Fix one of upstream non-determinism, tracked here: https://github.com/JuliaLang/julia/issues/34115 https://github.com/JuliaLang/julia/issues/25900 Patch by Nicoló Balzarotti . --- a/base/loading.jl +++ b/base/loading.jl @@ -807,7 +807,10 @@ path = normpath(joinpath(dirname(prev), _path)) end if _track_dependencies[] - push!(_require_dependencies, (mod, path, mtime(path))) + push!(_require_dependencies, + (mod, path, + haskey(ENV, "SOURCE_DATE_EPOCH") ? + parse(Float64, ENV["SOURCE_DATE_EPOCH"]) : mtime(path))) end return path, prev end 076e5d229175b2cd093c6fe60a6d5'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/fabric-management.scm
AgeCommit message (Expand)Author
2021-05-22gnu: ucx: Restore (and adapt) ioctl fallback patch....This is a followup to 4ebd4a58ce307874b18c30ffcd4852440e475ad5 which removed the patch, but it was still necessary for some dependents. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/fabric-management.scm (ucx)[source](patches): New field. Marius Bakke
2021-05-18gnu: ucx: Update to 1.9.0....* gnu/packages/patches/ucx-tcp-iface-ioctl.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/fabric-management.scm (ucx): Update to 1.9.0. [source](patches): Remove. Marius Bakke