Closed HaoZeke closed 3 months ago
Let me rewrite commit history. I need to squash my two commits.
Let me rewrite commit history. I need to squash my two commits.
SGTM
Now generates a clean diff (there's a spurious ' ' added to some of the config
entries from make
):
meson setup bbdir --prefix=$(pwd)/meson_local
meson install -C bbdir
# is empty now
diff -w -d -u --color=always meson_local/include/openblas_config.h ./tmpmake/include/openblas_config.h
Needs work on the
getarch
system, basically{c,f}_check
get called first, to populateconfig.h
partially, which is then used to compilegetarch
andgetarch_2nd
which are then run to fully populateconfig.h
. (on *nix at any rate)