Skip to content

Commit 5c39268

Browse files
committed
Preparing for 3.7.1 release
Update version number from discussion with Vendors, they still would like to have the version number inside the source file.
1 parent e378062 commit 5c39268

File tree

526 files changed

+1141
-1139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

526 files changed

+1141
-1139
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ TESTING/LIN/xlintst*
2727
TESTING/EIG/xeigtst*
2828
TESTING/*.out
2929
TESTING/*.txt
30+
TESTING/x*
3031

3132
# LAPACKE example
3233
LAPACKE/example/xexample*

DOCS/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.7.0
41+
PROJECT_NUMBER = 3.7.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

DOCS/Doxyfile_man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.7.0
41+
PROJECT_NUMBER = 3.7.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

INSTALL/ilaver.f

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,25 @@
4141
*> \author Univ. of Colorado Denver
4242
*> \author NAG Ltd.
4343
*
44-
*> \date December 2016
44+
*> \date June 2017
4545
*
4646
*> \ingroup auxOTHERauxiliary
4747
*
4848
* =====================================================================
4949
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
5050
*
51-
* -- LAPACK computational routine (version 3.7.0) --
51+
* -- LAPACK computational routine (version 3.7.1) --
5252
* -- LAPACK is a software package provided by Univ. of Tennessee, --
5353
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
54-
* June 2016
54+
* June 2017
5555
*
5656
* =====================================================================
5757
*
5858
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
5959
* =====================================================================
6060
VERS_MAJOR = 3
6161
VERS_MINOR = 7
62-
VERS_PATCH = 0
62+
VERS_PATCH = 1
6363
* =====================================================================
6464
*
6565
RETURN

LAPACKE/src/lapacke_cbbcsd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function cbbcsd
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cbbcsd_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function cbbcsd
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cgelq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function cgelq
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cgemlq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function cgemlq
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cgeqr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function cgeqr
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cgesdd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function cgesdd
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_chbev_2stage_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function chbev_2stage
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_checon_3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function checon_3
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cheevr_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function cheevr
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cheevx_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function cheevx
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_chegvx_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function chegvx
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_chesv_rk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function chesv_rk
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_chetrf_rk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function chetrf_rk
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_chetrf_rk_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function chetrf_rk
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_chetri_3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function chetri_3
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_chetrs_3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function chetrs_3
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_clange_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function clange
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_clarfb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function clarfb
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_claswp_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function claswp
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cstegr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function cstegr
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cstein.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function cstein
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cstemr_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function cstemr
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_csycon_3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function csycon_3
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_csycon_3_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function csycon_3
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_csysv_rk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function csysv_rk
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_csytrf_rk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function csytrf_rk
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_csytri_3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function csytri_3
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cunbdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function cunbdb
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cunbdb_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function cunbdb
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cuncsd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function cuncsd
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_cuncsd_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function cuncsd
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_dbbcsd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function dbbcsd
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_dbbcsd_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function dbbcsd
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_dbdsdc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function dbdsdc
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_dgelq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function dgelq
3030
* Author: Intel Corporation
31-
* Generated December 2016
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_dlange.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function dlange
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_dlange_work.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native middle-level C interface to LAPACK function dlange
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

LAPACKE/src/lapacke_dlansy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*****************************************************************************
2929
* Contents: Native high-level C interface to LAPACK function dlansy
3030
* Author: Intel Corporation
31-
* Generated November 2015
31+
* Generated June 2017
3232
*****************************************************************************/
3333

3434
#include "lapacke_utils.h"

0 commit comments

Comments
 (0)