summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMAKE/lapack-GNUtoMS.cmake2
-rw-r--r--CMakeLists.txt7
-rw-r--r--DOCS/Doxyfile_man2
-rw-r--r--INSTALL/ilaver.f6
-rw-r--r--README1
-rw-r--r--SRC/ilaver.f6
6 files changed, 13 insertions, 11 deletions
diff --git a/CMAKE/lapack-GNUtoMS.cmake b/CMAKE/lapack-GNUtoMS.cmake
index 1ad8db1f..cdbd2a01 100644
--- a/CMAKE/lapack-GNUtoMS.cmake
+++ b/CMAKE/lapack-GNUtoMS.cmake
@@ -4,7 +4,7 @@ if(MINGW OR MSYS OR CYGWIN)
endif()
# Replace each imported target's import library.
-foreach(lib blas lapack tmglib lapacke)
+foreach(lib ${ALL_TARGETS})
# Replace for all imported build configurations.
get_property(configs TARGET ${lib} PROPERTY IMPORTED_CONFIGURATIONS)
foreach(config ${configs})
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9fec6354..56ecd2e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -188,6 +188,7 @@ else()
CACHE STRING "Linker flags for shared libs" FORCE)
endif( NOT LATESTLAPACK_FOUND )
+message(STATUS "BUILD TESTING : ${BUILD_TESTING}" )
if(BUILD_TESTING)
add_subdirectory(TESTING)
endif(BUILD_TESTING)
@@ -200,7 +201,7 @@ option(LAPACKE "Build LAPACKE" OFF)
# if LAPACKE_WITH_TMG is selected, we need to add those routines to LAPACKE
option(LAPACKE_WITH_TMG "Build LAPACKE with tmglib routines" OFF)
if (LAPACKE_WITH_TMG)
- option(LAPACKE "Build LAPACKE" ON)
+ set(LAPACKE ON)
if(NOT BUILD_TESTING)
add_subdirectory(TESTING/MATGEN)
endif(NOT BUILD_TESTING)
@@ -216,10 +217,10 @@ endif(LAPACKE)
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.4.1)
+set(LAPACK_VERSION 3.4.2)
set(CPACK_PACKAGE_VERSION_MAJOR 3)
set(CPACK_PACKAGE_VERSION_MINOR 4)
-set(CPACK_PACKAGE_VERSION_PATCH 1)
+set(CPACK_PACKAGE_VERSION_PATCH 2)
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "LAPACK")
IF(WIN32 AND NOT UNIX)
diff --git a/DOCS/Doxyfile_man b/DOCS/Doxyfile_man
index 482fc4fe..e9d7c7a5 100644
--- a/DOCS/Doxyfile_man
+++ b/DOCS/Doxyfile_man
@@ -32,7 +32,7 @@ PROJECT_NAME = LAPACK
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 3.4.1
+PROJECT_NUMBER = 3.4.2
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
diff --git a/INSTALL/ilaver.f b/INSTALL/ilaver.f
index 0a09a2fa..0c625ca6 100644
--- a/INSTALL/ilaver.f
+++ b/INSTALL/ilaver.f
@@ -48,10 +48,10 @@
* =====================================================================
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
*
-* -- LAPACK computational routine (version 3.4.1) --
+* -- LAPACK computational routine (version 3.4.2) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* April 2012
+* August 2012
*
* =====================================================================
*
@@ -59,7 +59,7 @@
* =====================================================================
VERS_MAJOR = 3
VERS_MINOR = 4
- VERS_PATCH = 1
+ VERS_PATCH = 2
* =====================================================================
*
RETURN
diff --git a/README b/README
index 16d371cb..e7991efa 100644
--- a/README
+++ b/README
@@ -19,6 +19,7 @@ VERSION 3.3.0 : November 2010
VERSION 3.3.1 : April 2011
VERSION 3.4.0 : November 2011
VERSION 3.4.1 : April 2012
+VERSION 3.4.2 : August 2012
LAPACK is a library of Fortran 90 with subroutines for solving
the most commonly occurring problems in numerical linear algebra.
diff --git a/SRC/ilaver.f b/SRC/ilaver.f
index 4fafc714..b50c4170 100644
--- a/SRC/ilaver.f
+++ b/SRC/ilaver.f
@@ -48,10 +48,10 @@
* =====================================================================
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.4.2) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* August 2012
*
* =====================================================================
*
@@ -59,7 +59,7 @@
* =====================================================================
VERS_MAJOR = 3
VERS_MINOR = 4
- VERS_PATCH = 0
+ VERS_PATCH = 2
* =====================================================================
*
RETURN