With latest develop, DYNAMIC_ARCH build on OS X fails with symbol(s) not found for architecture x86_64 errors for symbols like _xtrsm_outucopy_ZEN", referenced from: _gotoblas_ZEN in libopenblas.a(setparam_ZEN.c.o).
See for example this Github Actions log: https://github.com/leezu/OpenBLAS/runs/719019580?check_suite_focus=true
The Makefile build works https://github.com/leezu/OpenBLAS/runs/719019582?check_suite_focus=true
Besides this bug, would it be sensible to enable Github Actions CI for OpenBLAS repo? I'm happy to open a PR with an slightly extended version of leezu@560c39d used to produce above log.
With latest develop, DYNAMIC_ARCH build on OS X fails with
symbol(s) not found for architecture x86_64errors for symbols like_xtrsm_outucopy_ZEN", referenced from: _gotoblas_ZEN in libopenblas.a(setparam_ZEN.c.o).See for example this Github Actions log: https://github.com/leezu/OpenBLAS/runs/719019580?check_suite_focus=true
The Makefile build works https://github.com/leezu/OpenBLAS/runs/719019582?check_suite_focus=true
Besides this bug, would it be sensible to enable Github Actions CI for OpenBLAS repo? I'm happy to open a PR with an slightly extended version of leezu@560c39d used to produce above log.