Browse Source

Add version information to openblas_get_config output

tags/v0.3.4
Martin Kroeker GitHub 7 years ago
parent
commit
816775e309
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      driver/others/openblas_get_config.c

+ 3
- 1
driver/others/openblas_get_config.c View File

@@ -42,8 +42,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endif

static char* openblas_config_str=""
"VERSION "
VERSION
#ifdef USE64BITINT
"USE64BITINT "
" USE64BITINT "
#endif
#ifdef NO_CBLAS
"NO_CBLAS "


Loading…
Cancel
Save