In file included from /proj_sw/user_dev/ckerchner/OpenBLAS/build/interface/CMakeFiles/shgemm.c:7:
/proj_sw/user_dev/ckerchner/OpenBLAS/interface/gemm.c:257:6: error: conflicting types for 'shgemm_'
257 | void NAME(char *TRANSA, char *TRANSB,
| ^
/proj_sw/user_dev/ckerchner/OpenBLAS/build/interface/CMakeFiles/shgemm.c:3:14: note: expanded from macro 'NAME'
3 | #define NAME shgemm_
| ^
/proj_sw/user_dev/ckerchner/OpenBLAS/common_interface.h:488:6: note: previous declaration is here
488 | void BLASFUNC(shgemm)(char *, char *, blasint *, blasint *, blasint *, float *,
| ^
/proj_sw/user_dev/ckerchner/OpenBLAS/common.h:195:24: note: expanded from macro 'BLASFUNC'
195 | #define BLASFUNC(FUNC) FUNC##_
| ^
<scratch space>:228:1: note: expanded from here
228 | shgemm_