From 1d5a514561447d6ef36c5c16ef2b8303a3c4f1db Mon Sep 17 00:00:00 2001 From: julie Date: Wed, 16 Nov 2011 21:37:59 +0000 Subject: [PATCH] Update LAPACK version for CMAKE --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d75ea19..1b8705ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,10 +146,10 @@ endif(BUILD_TESTING) SET(CPACK_PACKAGE_NAME "LAPACK") SET(CPACK_PACKAGE_VENDOR "University of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd") SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "LAPACK- Linear Algebra Package") -set(LAPACK_VERSION 3.3.1) +set(LAPACK_VERSION 3.4.0) set(CPACK_PACKAGE_VERSION_MAJOR 3) -set(CPACK_PACKAGE_VERSION_MINOR 3) -set(CPACK_PACKAGE_VERSION_PATCH 1) +set(CPACK_PACKAGE_VERSION_MINOR 4) +set(CPACK_PACKAGE_VERSION_PATCH 0) set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE") SET(CPACK_PACKAGE_INSTALL_DIRECTORY "LAPACK") IF(WIN32 AND NOT UNIX) -- 2.34.1