Git commit
e1349f4
Operating systems
Linux
GGML backends
CPU
Problem description & steps to reproduce
While working on reproducible builds for openSUSE I found that
with #11315 added, there was only one reproducibility-issue left and I found that this goes away with the -DGGML_NATIVE=OFF cmake option.
I wonder if we could have cmake notice the $SOURCE_DATE_EPOCH environment variable to indicate that a reproducible build is wanted and change the default to OFF, similar to when cross-compilation is detected.
First Bad Commit
No response
Compile command
Relevant log output
Adding CPU backend variant ggml-cpu: -march=native
Git commit
e1349f4
Operating systems
Linux
GGML backends
CPU
Problem description & steps to reproduce
While working on reproducible builds for openSUSE I found that
with #11315 added, there was only one reproducibility-issue left and I found that this goes away with the
-DGGML_NATIVE=OFFcmake option.I wonder if we could have cmake notice the
$SOURCE_DATE_EPOCHenvironment variable to indicate that a reproducible build is wanted and change the default toOFF, similar to when cross-compilation is detected.First Bad Commit
No response
Compile command
Relevant log output