Corrected fortran compiler name variables.

Fixed some typos.

Updated c_check to set ARCH and BINARY64/32.

Added version variables.
This commit is contained in:
Hank Anderson
2015-02-03 14:21:22 -06:00
parent be1ce38f24
commit 30be551502
8 changed files with 77 additions and 41 deletions

View File

@@ -4,6 +4,10 @@
cmake_minimum_required(VERSION 2.8.4)
project(OpenBLAS)
set(OpenBLAS_MAJOR_VERSION 0)
set(OpenBLAS_MINOR_VERSION 2)
set(OpenBLAS_PATCH_VERSION 13)
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")
# is this necessary? lapack-netlib has its own fortran checks in its CMakeLists.txt
#enable_language(Fortran)