[arch-commits] Commit in lapack/repos (8 files)

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 10:19:13
  Author: arojas
Revision: 302874

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lapack/repos/extra-i686/LICENSE.blas
(from rev 302873, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-i686/PKGBUILD
(from rev 302873, lapack/trunk/PKGBUILD)
  lapack/repos/extra-x86_64/LICENSE.blas
(from rev 302873, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-x86_64/PKGBUILD
(from rev 302873, lapack/trunk/PKGBUILD)
Deleted:
  lapack/repos/extra-i686/LICENSE.blas
  lapack/repos/extra-i686/PKGBUILD
  lapack/repos/extra-x86_64/LICENSE.blas
  lapack/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE.blas |   38 +
 /PKGBUILD |  172 
 extra-i686/LICENSE.blas   |   19 
 extra-i686/PKGBUILD   |   76 ---
 extra-x86_64/LICENSE.blas |   19 
 extra-x86_64/PKGBUILD |   76 ---
 6 files changed, 210 insertions(+), 190 deletions(-)

Deleted: extra-i686/LICENSE.blas
===
--- extra-i686/LICENSE.blas 2017-08-19 10:18:43 UTC (rev 302873)
+++ extra-i686/LICENSE.blas 2017-08-19 10:19:13 UTC (rev 302874)
@@ -1,19 +0,0 @@
-From: http://www.netlib.org/blas/faq.html
-
- 2) Are there legal restrictions on the use of BLAS reference
-implementation software? 
-
-The reference BLAS is a freely-available software package. It is
-available from netlib via anonymous ftp and the World Wide Web. Thus,
-it can be included in commercial software packages (and has been). We
-only ask that proper credit be given to the authors. 
-
-Like all software, it is copyrighted. It is not trademarked, but we do
-ask the following: 
-
-If you modify the source for these routines we ask that you change the
-name of the routine and comment the changes made to the original. 
-
-We will gladly answer any questions regarding the software. If a
-modification is done, however, it is the responsibility of the person
-who modified the routine to provide support. 

Copied: lapack/repos/extra-i686/LICENSE.blas (from rev 302873, 
lapack/trunk/LICENSE.blas)
===
--- extra-i686/LICENSE.blas (rev 0)
+++ extra-i686/LICENSE.blas 2017-08-19 10:19:13 UTC (rev 302874)
@@ -0,0 +1,19 @@
+From: http://www.netlib.org/blas/faq.html
+
+ 2) Are there legal restrictions on the use of BLAS reference
+implementation software? 
+
+The reference BLAS is a freely-available software package. It is
+available from netlib via anonymous ftp and the World Wide Web. Thus,
+it can be included in commercial software packages (and has been). We
+only ask that proper credit be given to the authors. 
+
+Like all software, it is copyrighted. It is not trademarked, but we do
+ask the following: 
+
+If you modify the source for these routines we ask that you change the
+name of the routine and comment the changes made to the original. 
+
+We will gladly answer any questions regarding the software. If a
+modification is done, however, it is the responsibility of the person
+who modified the routine to provide support. 

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-19 10:18:43 UTC (rev 302873)
+++ extra-i686/PKGBUILD 2017-08-19 10:19:13 UTC (rev 302874)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jan de Groot 
-# Contributor: damir 
-# Contributor: Jason Taylor 
-
-pkgbase=lapack
-pkgname=('lapack' 'blas' 'cblas' 'lapacke')
-pkgver=3.7.1
-pkgrel=1
-url="http://www.netlib.org/lapack;
-pkgdesc="Linear Algebra PACKage"
-makedepends=('gcc-fortran' 'cmake' 'python')
-arch=('i686' 'x86_64')
-license=("custom")
-source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz LICENSE.blas)
-sha1sums=('84c4f7163b52b1bf1f6ca2193f6f48ed3dec0fab'
-  '2491a151a37f0162b25fc4e4e9a8ac444b574a76')
-
-build() {
-  install -d build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_Fortran_COMPILER=gfortran \
--DLAPACKE_WITH_TMG=ON \
--DCBLAS=ON \
--DBUILD_DEPRECATED=ON
-  make
-}
-
-package_lapack() {
-  depends=("blas")
-  
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/lib/{libblas.*,libcblas.*,liblapacke.*}
-  rm -r "$pkgdir"/usr/lib/pkgconfig/{blas.*,cblas.*,lapacke.*}
-  rm -r "$pkgdir"/usr/lib/cmake/{cblas*,lapacke*}
-  rm -r "$pkgdir"/usr/include
-}
-
-package_blas() {
-  pkgdesc="Basic Linear Algebra Subprograms"
-  depends=('gcc-libs')
-
-  cd build/BLAS
-  make DESTDIR="$pkgdir" install
-  
-  install -m755 -d 

[arch-commits] Commit in lapack/repos (8 files)

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 18:48:21
  Author: arojas
Revision: 270608

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  lapack/repos/testing-i686/
  lapack/repos/testing-i686/LICENSE.blas
(from rev 270607, lapack/trunk/LICENSE.blas)
  lapack/repos/testing-i686/PKGBUILD
(from rev 270607, lapack/trunk/PKGBUILD)
  lapack/repos/testing-i686/lapack-fix-pkgconfig.patch
(from rev 270607, lapack/trunk/lapack-fix-pkgconfig.patch)
  lapack/repos/testing-x86_64/
  lapack/repos/testing-x86_64/LICENSE.blas
(from rev 270607, lapack/trunk/LICENSE.blas)
  lapack/repos/testing-x86_64/PKGBUILD
(from rev 270607, lapack/trunk/PKGBUILD)
  lapack/repos/testing-x86_64/lapack-fix-pkgconfig.patch
(from rev 270607, lapack/trunk/lapack-fix-pkgconfig.patch)

---+
 testing-i686/LICENSE.blas |   19 +++
 testing-i686/PKGBUILD |   76 
 testing-i686/lapack-fix-pkgconfig.patch   |   46 
 testing-x86_64/LICENSE.blas   |   19 +++
 testing-x86_64/PKGBUILD   |   76 
 testing-x86_64/lapack-fix-pkgconfig.patch |   46 
 6 files changed, 282 insertions(+)

Copied: lapack/repos/testing-i686/LICENSE.blas (from rev 270607, 
lapack/trunk/LICENSE.blas)
===
--- testing-i686/LICENSE.blas   (rev 0)
+++ testing-i686/LICENSE.blas   2016-06-24 18:48:21 UTC (rev 270608)
@@ -0,0 +1,19 @@
+From: http://www.netlib.org/blas/faq.html
+
+ 2) Are there legal restrictions on the use of BLAS reference
+implementation software? 
+
+The reference BLAS is a freely-available software package. It is
+available from netlib via anonymous ftp and the World Wide Web. Thus,
+it can be included in commercial software packages (and has been). We
+only ask that proper credit be given to the authors. 
+
+Like all software, it is copyrighted. It is not trademarked, but we do
+ask the following: 
+
+If you modify the source for these routines we ask that you change the
+name of the routine and comment the changes made to the original. 
+
+We will gladly answer any questions regarding the software. If a
+modification is done, however, it is the responsibility of the person
+who modified the routine to provide support. 

Copied: lapack/repos/testing-i686/PKGBUILD (from rev 270607, 
lapack/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-24 18:48:21 UTC (rev 270608)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jan de Groot 
+# Contributor: damir 
+# Contributor: Jason Taylor 
+
+pkgbase=lapack
+pkgname=('lapack' 'blas' 'cblas' 'lapacke')
+pkgver=3.6.1
+pkgrel=1
+url="http://www.netlib.org/lapack;
+pkgdesc="Linear Algebra PACKage"
+makedepends=('gcc-fortran' 'cmake' 'python')
+arch=('i686' 'x86_64')
+license=("custom")
+source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz LICENSE.blas)
+sha1sums=('7220a9bc9c766cb513007f313b804d88f110c228'
+  '2491a151a37f0162b25fc4e4e9a8ac444b574a76')
+
+build() {
+  install -d build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_Fortran_COMPILER=gfortran \
+-DLAPACKE=ON \
+-DCBLAS=ON \
+-DBUILD_DEPRECATED=ON
+  make
+}
+
+package_lapack() {
+  depends=("blas")
+  
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/lib/{libblas.*,libcblas.*,liblapacke.*}
+  rm -r "$pkgdir"/usr/lib/pkgconfig/{blas.*,cblas.*,lapacke.*}
+  rm -r "$pkgdir"/usr/lib/cmake/{cblas*,lapacke*}
+  rm -r "$pkgdir"/usr/include
+}
+
+package_blas() {
+  pkgdesc="Basic Linear Algebra Subprograms"
+  depends=('gcc-libs')
+
+  cd build/BLAS
+  make DESTDIR="$pkgdir" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/blas"
+  install -m644 "${srcdir}/LICENSE.blas" \
+"${pkgdir}/usr/share/licenses/blas/"
+}
+
+package_cblas() {
+  pkgdesc="C interface to BLAS"
+  depends=("blas")
+
+  cd build/CBLAS
+  make DESTDIR="$pkgdir" install
+}
+
+package_lapacke() {
+  pkgdesc="C interface to LAPACK"
+  depends=("lapack")
+
+  cd build/LAPACKE
+  make DESTDIR="$pkgdir" install
+}
+

Copied: lapack/repos/testing-i686/lapack-fix-pkgconfig.patch (from rev 270607, 
lapack/trunk/lapack-fix-pkgconfig.patch)
===
--- testing-i686/lapack-fix-pkgconfig.patch (rev 0)
+++ testing-i686/lapack-fix-pkgconfig.patch 2016-06-24 18:48:21 UTC (rev 
270608)
@@ -0,0 +1,46 @@
+From 

[arch-commits] Commit in lapack/repos (8 files)

2016-03-07 Thread Antonio Rojas
Date: Tuesday, March 8, 2016 @ 08:21:11
  Author: arojas
Revision: 261187

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lapack/repos/extra-i686/LICENSE.blas
(from rev 261186, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-i686/PKGBUILD
(from rev 261186, lapack/trunk/PKGBUILD)
  lapack/repos/extra-x86_64/LICENSE.blas
(from rev 261186, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-x86_64/PKGBUILD
(from rev 261186, lapack/trunk/PKGBUILD)
Deleted:
  lapack/repos/extra-i686/LICENSE.blas
  lapack/repos/extra-i686/PKGBUILD
  lapack/repos/extra-x86_64/LICENSE.blas
  lapack/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE.blas |   38 ++
 /PKGBUILD |  164 
 extra-i686/LICENSE.blas   |   19 -
 extra-i686/PKGBUILD   |   82 --
 extra-x86_64/LICENSE.blas |   19 -
 extra-x86_64/PKGBUILD |   82 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/LICENSE.blas
===
--- extra-i686/LICENSE.blas 2016-03-08 07:20:50 UTC (rev 261186)
+++ extra-i686/LICENSE.blas 2016-03-08 07:21:11 UTC (rev 261187)
@@ -1,19 +0,0 @@
-From: http://www.netlib.org/blas/faq.html
-
- 2) Are there legal restrictions on the use of BLAS reference
-implementation software? 
-
-The reference BLAS is a freely-available software package. It is
-available from netlib via anonymous ftp and the World Wide Web. Thus,
-it can be included in commercial software packages (and has been). We
-only ask that proper credit be given to the authors. 
-
-Like all software, it is copyrighted. It is not trademarked, but we do
-ask the following: 
-
-If you modify the source for these routines we ask that you change the
-name of the routine and comment the changes made to the original. 
-
-We will gladly answer any questions regarding the software. If a
-modification is done, however, it is the responsibility of the person
-who modified the routine to provide support. 

Copied: lapack/repos/extra-i686/LICENSE.blas (from rev 261186, 
lapack/trunk/LICENSE.blas)
===
--- extra-i686/LICENSE.blas (rev 0)
+++ extra-i686/LICENSE.blas 2016-03-08 07:21:11 UTC (rev 261187)
@@ -0,0 +1,19 @@
+From: http://www.netlib.org/blas/faq.html
+
+ 2) Are there legal restrictions on the use of BLAS reference
+implementation software? 
+
+The reference BLAS is a freely-available software package. It is
+available from netlib via anonymous ftp and the World Wide Web. Thus,
+it can be included in commercial software packages (and has been). We
+only ask that proper credit be given to the authors. 
+
+Like all software, it is copyrighted. It is not trademarked, but we do
+ask the following: 
+
+If you modify the source for these routines we ask that you change the
+name of the routine and comment the changes made to the original. 
+
+We will gladly answer any questions regarding the software. If a
+modification is done, however, it is the responsibility of the person
+who modified the routine to provide support. 

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-08 07:20:50 UTC (rev 261186)
+++ extra-i686/PKGBUILD 2016-03-08 07:21:11 UTC (rev 261187)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jan de Groot 
-# Contributor: damir 
-# Contributor: Jason Taylor 
-
-pkgbase=lapack
-pkgname=('lapack' 'blas' 'cblas' 'lapacke')
-pkgver=3.6.0
-pkgrel=4
-url="http://www.netlib.org/lapack;
-pkgdesc="Linear Algebra PACKage"
-makedepends=('gcc-fortran' 'cmake')
-arch=('i686' 'x86_64')
-license=("custom")
-source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz
-LICENSE.blas)
-sha1sums=('7e993de16d80d52b22b6093465eeb90c93c7a2e7'
-  '2491a151a37f0162b25fc4e4e9a8ac444b574a76')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|/CMAKE/|/cmake/|' -i CBLAS/CMakeLists.txt
-}
-
-build() {
-  install -d build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_Fortran_COMPILER=gfortran \
--DLAPACKE=ON \
--DCBLAS=ON \
--DBUILD_DEPRECATED=ON
-  make
-}
-
-package_lapack() {
-  depends=("blas")
-  
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/lib/{libblas.*,libcblas.*,liblapacke.*}
-  rm -r "$pkgdir"/usr/lib/pkgconfig/{blas.*,cblas.*,lapacke.*}
-  rm -r "$pkgdir"/usr/lib/cmake/{cblas*,lapacke*}
-  rm -r "$pkgdir"/usr/include
-}
-
-package_blas() {
-  pkgdesc="Basic Linear Algebra Subprograms"
-  

[arch-commits] Commit in lapack/repos (8 files)

2016-01-30 Thread Antonio Rojas
Date: Saturday, January 30, 2016 @ 11:26:30
  Author: arojas
Revision: 258701

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  lapack/repos/extra-i686/LICENSE.blas
(from rev 258700, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-i686/PKGBUILD
(from rev 258700, lapack/trunk/PKGBUILD)
  lapack/repos/extra-x86_64/LICENSE.blas
(from rev 258700, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-x86_64/PKGBUILD
(from rev 258700, lapack/trunk/PKGBUILD)
Deleted:
  lapack/repos/extra-i686/LICENSE.blas
  lapack/repos/extra-i686/PKGBUILD
  lapack/repos/extra-x86_64/LICENSE.blas
  lapack/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE.blas |   38 ++
 /PKGBUILD |  164 
 extra-i686/LICENSE.blas   |   19 -
 extra-i686/PKGBUILD   |   82 --
 extra-x86_64/LICENSE.blas |   19 -
 extra-x86_64/PKGBUILD |   82 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/LICENSE.blas
===
--- extra-i686/LICENSE.blas 2016-01-30 10:25:49 UTC (rev 258700)
+++ extra-i686/LICENSE.blas 2016-01-30 10:26:30 UTC (rev 258701)
@@ -1,19 +0,0 @@
-From: http://www.netlib.org/blas/faq.html
-
- 2) Are there legal restrictions on the use of BLAS reference
-implementation software? 
-
-The reference BLAS is a freely-available software package. It is
-available from netlib via anonymous ftp and the World Wide Web. Thus,
-it can be included in commercial software packages (and has been). We
-only ask that proper credit be given to the authors. 
-
-Like all software, it is copyrighted. It is not trademarked, but we do
-ask the following: 
-
-If you modify the source for these routines we ask that you change the
-name of the routine and comment the changes made to the original. 
-
-We will gladly answer any questions regarding the software. If a
-modification is done, however, it is the responsibility of the person
-who modified the routine to provide support. 

Copied: lapack/repos/extra-i686/LICENSE.blas (from rev 258700, 
lapack/trunk/LICENSE.blas)
===
--- extra-i686/LICENSE.blas (rev 0)
+++ extra-i686/LICENSE.blas 2016-01-30 10:26:30 UTC (rev 258701)
@@ -0,0 +1,19 @@
+From: http://www.netlib.org/blas/faq.html
+
+ 2) Are there legal restrictions on the use of BLAS reference
+implementation software? 
+
+The reference BLAS is a freely-available software package. It is
+available from netlib via anonymous ftp and the World Wide Web. Thus,
+it can be included in commercial software packages (and has been). We
+only ask that proper credit be given to the authors. 
+
+Like all software, it is copyrighted. It is not trademarked, but we do
+ask the following: 
+
+If you modify the source for these routines we ask that you change the
+name of the routine and comment the changes made to the original. 
+
+We will gladly answer any questions regarding the software. If a
+modification is done, however, it is the responsibility of the person
+who modified the routine to provide support. 

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-30 10:25:49 UTC (rev 258700)
+++ extra-i686/PKGBUILD 2016-01-30 10:26:30 UTC (rev 258701)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jan de Groot 
-# Contributor: damir 
-# Contributor: Jason Taylor 
-
-pkgbase=lapack
-pkgname=('lapack' 'blas' 'cblas' 'lapacke')
-pkgver=3.6.0
-pkgrel=3
-url="http://www.netlib.org/lapack;
-pkgdesc="Linear Algebra PACKage"
-makedepends=('gcc-fortran' 'cmake')
-arch=('i686' 'x86_64')
-license=("custom")
-source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz
-LICENSE.blas)
-sha1sums=('7e993de16d80d52b22b6093465eeb90c93c7a2e7'
-  '2491a151a37f0162b25fc4e4e9a8ac444b574a76')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|/CMAKE/|/cmake/|' -i CBLAS/CMakeLists.txt
-}
-
-build() {
-  install -d build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_Fortran_COMPILER=gfortran \
--DLAPACKE=ON \
--DCBLAS=ON \
--DBUILD_DEPRECATED=ON
-  make
-}
-
-package_lapack() {
-  depends=("blas=${pkgver}")
-  
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/lib/{libblas.*,libcblas.*,liblapacke.*}
-  rm -r "$pkgdir"/usr/lib/pkgconfig/{blas.*,cblas.*,lapacke.*}
-  rm -r "$pkgdir"/usr/lib/cmake/{cblas*,lapacke*}
-  rm -r "$pkgdir"/usr/include
-}
-
-package_blas() {
-  pkgdesc="Basic Linear Algebra Subprograms"
-  

[arch-commits] Commit in lapack/repos (8 files)

2015-11-16 Thread Antonio Rojas
Date: Monday, November 16, 2015 @ 21:00:43
  Author: arojas
Revision: 251095

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  lapack/repos/testing-i686/
  lapack/repos/testing-i686/LICENSE.blas
(from rev 251094, lapack/trunk/LICENSE.blas)
  lapack/repos/testing-i686/PKGBUILD
(from rev 251094, lapack/trunk/PKGBUILD)
  lapack/repos/testing-i686/lapack-3.1.1-make.inc.patch
(from rev 251094, lapack/trunk/lapack-3.1.1-make.inc.patch)
  lapack/repos/testing-x86_64/
  lapack/repos/testing-x86_64/LICENSE.blas
(from rev 251094, lapack/trunk/LICENSE.blas)
  lapack/repos/testing-x86_64/PKGBUILD
(from rev 251094, lapack/trunk/PKGBUILD)
  lapack/repos/testing-x86_64/lapack-3.1.1-make.inc.patch
(from rev 251094, lapack/trunk/lapack-3.1.1-make.inc.patch)

+
 testing-i686/LICENSE.blas  |   19 +++
 testing-i686/PKGBUILD  |   72 +++
 testing-i686/lapack-3.1.1-make.inc.patch   |   23 
 testing-x86_64/LICENSE.blas|   19 +++
 testing-x86_64/PKGBUILD|   72 +++
 testing-x86_64/lapack-3.1.1-make.inc.patch |   23 
 6 files changed, 228 insertions(+)

Copied: lapack/repos/testing-i686/LICENSE.blas (from rev 251094, 
lapack/trunk/LICENSE.blas)
===
--- testing-i686/LICENSE.blas   (rev 0)
+++ testing-i686/LICENSE.blas   2015-11-16 20:00:43 UTC (rev 251095)
@@ -0,0 +1,19 @@
+From: http://www.netlib.org/blas/faq.html
+
+ 2) Are there legal restrictions on the use of BLAS reference
+implementation software? 
+
+The reference BLAS is a freely-available software package. It is
+available from netlib via anonymous ftp and the World Wide Web. Thus,
+it can be included in commercial software packages (and has been). We
+only ask that proper credit be given to the authors. 
+
+Like all software, it is copyrighted. It is not trademarked, but we do
+ask the following: 
+
+If you modify the source for these routines we ask that you change the
+name of the routine and comment the changes made to the original. 
+
+We will gladly answer any questions regarding the software. If a
+modification is done, however, it is the responsibility of the person
+who modified the routine to provide support. 

Copied: lapack/repos/testing-i686/PKGBUILD (from rev 251094, 
lapack/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-16 20:00:43 UTC (rev 251095)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jan de Groot 
+# Contributor: damir 
+# Contributor: Jason Taylor 
+
+pkgbase=lapack
+pkgname=('lapack' 'blas' 'cblas')
+pkgver=3.6.0
+pkgrel=1
+url="http://www.netlib.org/lapack;
+pkgdesc="Linear Algebra PACKage"
+makedepends=('gcc-fortran' 'cmake')
+arch=('i686' 'x86_64')
+license=("custom")
+source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz
+LICENSE.blas)
+sha1sums=('7e993de16d80d52b22b6093465eeb90c93c7a2e7'
+  '2491a151a37f0162b25fc4e4e9a8ac444b574a76')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|/CMAKE/|/cmake/|' -i CBLAS/CMakeLists.txt
+}
+
+build() {
+  install -d build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DBUILD_SHARED_LIBS=ON \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_Fortran_COMPILER=gfortran \
+-DLAPACKE=ON \
+-DCBLAS=ON
+  make
+}
+
+package_lapack() {
+  depends=("blas=${pkgver}")
+  
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/lib/{libblas.*,libcblas.*}
+  rm -r "$pkgdir"/usr/lib/pkgconfig/{blas.*,cblas.*}
+  rm -r "$pkgdir"/usr/lib/cmake/cblas*
+  rm -r "$pkgdir"/usr/include/cblas*
+}
+
+package_blas() {
+  pkgdesc="Basic Linear Algebra Subprograms"
+  depends=('gcc-libs')
+
+  cd build/BLAS
+  make DESTDIR="$pkgdir" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/blas"
+  install -m644 "${srcdir}/LICENSE.blas" \
+"${pkgdir}/usr/share/licenses/blas/"
+}
+
+package_cblas() {
+  pkgdesc=("C interface to BLAS")
+  depends=("blas=$pkgver")
+
+  cd build/CBLAS
+  make DESTDIR="$pkgdir" install
+}

Copied: lapack/repos/testing-i686/lapack-3.1.1-make.inc.patch (from rev 251094, 
lapack/trunk/lapack-3.1.1-make.inc.patch)
===
--- testing-i686/lapack-3.1.1-make.inc.patch(rev 0)
+++ testing-i686/lapack-3.1.1-make.inc.patch2015-11-16 20:00:43 UTC (rev 
251095)
@@ -0,0 +1,23 @@
+--- lapack-3.1.1/INSTALL/make.inc.gfortran.BAD 2007-05-25 15:34:55.0 
-0500