Skip to content

Commit 816775e

Browse files
authored
Add version information to openblas_get_config output
1 parent b6363f4 commit 816775e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

driver/others/openblas_get_config.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4242
#endif
4343

4444
static char* openblas_config_str=""
45+
"VERSION "
46+
VERSION
4547
#ifdef USE64BITINT
46-
"USE64BITINT "
48+
" USE64BITINT "
4749
#endif
4850
#ifdef NO_CBLAS
4951
"NO_CBLAS "

0 commit comments

Comments
 (0)