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
|
#endif
|
||||||
|
|
||||||
static char* openblas_config_str=""
|
static char* openblas_config_str=""
|
||||||
|
"VERSION "
|
||||||
|
VERSION
|
||||||
#ifdef USE64BITINT
|
#ifdef USE64BITINT
|
||||||
" USE64BITINT "
|
" USE64BITINT "
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue