mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
Details: - Modified build system (mostly configure and top-level Makefile) so that a user can build a BLIS library outside of the top-level directory of the source distribution. - Added "test" target to Makefile so that the user can run "make test", which will compile, link, and run the testsuite binary. This works even if the build directory is externally located, thanks to the test suite binary's new -g and -o command-line options. Also, when creating the test suite via the top-level Makefile, the linking is against the local archive, in lib/<configname>, rather than at <install_prefix>/lib. - Modified testsuite/Makefile so that it links against the library built locally, in ../lib/<configname>. - Added "-lm" to LDFLAGS of most configurations' make_defs.mk. - Various other cleanups to build system.