Add version information to openblas_get_config output
This commit is contained in:
parent
b6363f4539
commit
816775e309
|
@ -42,6 +42,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
#endif
|
||||
|
||||
static char* openblas_config_str=""
|
||||
"VERSION "
|
||||
VERSION
|
||||
#ifdef USE64BITINT
|
||||
" USE64BITINT "
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue