[arch-commits] Commit in lapack/repos/extra-x86_64 (4 files)

2019-11-24 Thread Antonio Rojas via arch-commits
Date: Sunday, November 24, 2019 @ 10:55:52
  Author: arojas
Revision: 369706

archrelease: copy trunk to extra-x86_64

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

--+
 LICENSE.blas |   38 ++--
 PKGBUILD |  173 +
 2 files changed, 109 insertions(+), 102 deletions(-)

Deleted: LICENSE.blas
===
--- LICENSE.blas2019-11-24 10:55:28 UTC (rev 369705)
+++ LICENSE.blas2019-11-24 10:55:52 UTC (rev 369706)
@@ -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-x86_64/LICENSE.blas (from rev 369705, 
lapack/trunk/LICENSE.blas)
===
--- LICENSE.blas(rev 0)
+++ LICENSE.blas2019-11-24 10:55:52 UTC (rev 369706)
@@ -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: PKGBUILD
===
--- PKGBUILD2019-11-24 10:55:28 UTC (rev 369705)
+++ PKGBUILD2019-11-24 10:55:52 UTC (rev 369706)
@@ -1,83 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Jan de Groot 
-# Contributor: damir 
-# Contributor: Jason Taylor 
-
-pkgbase=lapack
-pkgname=('lapack' 'blas' 'cblas' 'lapacke' 'lapack-doc')
-pkgver=3.9.0
-pkgrel=1
-url="https://www.netlib.org/lapack;
-pkgdesc="Linear Algebra PACKage"
-makedepends=('gcc-fortran' 'cmake' 'python' 'doxygen')
-arch=('x86_64')
-license=("custom")
-source=($pkgbase-$pkgver.tar.gz::"https://github.com/Reference-LAPACK/lapack/archive/v$pkgver.tar.gz;
 LICENSE.blas)
-sha1sums=('0451d180eed2b12b94aaae77e772d7573e87bec4'
-  '2491a151a37f0162b25fc4e4e9a8ac444b574a76')
-
-build() {
-  install -d build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_Fortran_COMPILER=gfortran \
--DLAPACKE_WITH_TMG=ON \
--DCBLAS=ON \
--DBUILD_DEPRECATED=ON
-  make
-
-# Build man pages
-  cd ../$pkgname-$pkgver
-  doxygen DOCS/Doxyfile_man
-}
-
-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
-}
-
-package_lapack-doc() {
-  pkgdesc="Man pages for BLAS/LAPACK"
-
-  mkdir -p "$pkgdir"/usr/share
-  cp -r lapack-$pkgver/DOCS/man "$pkgdir"/usr/share
-}


[arch-commits] Commit in lapack/repos (extra-x86_64)

2011-07-09 Thread Ronald van Haren
Date: Saturday, July 9, 2011 @ 08:16:51
  Author: ronald
Revision: 130987

archrelease: remove extra-x86_64

Deleted:
  lapack/repos/extra-x86_64/



[arch-commits] Commit in lapack/repos (extra-x86_64)

2011-07-09 Thread Ronald van Haren
Date: Saturday, July 9, 2011 @ 08:17:06
  Author: ronald
Revision: 130988

archrelease: copy trunk to extra-x86_64

Added:
  lapack/repos/extra-x86_64/



[arch-commits] Commit in lapack/repos/extra-x86_64 (PKGBUILD)

2011-07-09 Thread Ronald van Haren
Date: Saturday, July 9, 2011 @ 08:23:56
  Author: ronald
Revision: 130992

cleanup sha1sums

Modified:
  lapack/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-09 12:23:51 UTC (rev 130991)
+++ PKGBUILD2011-07-09 12:23:56 UTC (rev 130992)
@@ -21,7 +21,7 @@
 sha1sums=('3ce437e05f0e9a3c8148ec41922f6efeef0ebdac'
   '71bf7696f1c841339163e82d863dd62e484eb1cf'
   '47f46f83ad9a82b6539e040298a143baee6543fd'
-  '4ff5de6f57bdb6d47b496929eea42a58613fdecb'
+  '128a258fde1b923c0b0b958a8a8ae8aa7657e44b'
   '2491a151a37f0162b25fc4e4e9a8ac444b574a76')
 
 build() {
@@ -83,8 +83,3 @@
   install -m644 ${srcdir}/${pkgbase}-${pkgver}/LICENSE \
 ${pkgdir}/usr/share/licenses/lapack/
 }
-sha1sums=('3ce437e05f0e9a3c8148ec41922f6efeef0ebdac'
-  '71bf7696f1c841339163e82d863dd62e484eb1cf'
-  '47f46f83ad9a82b6539e040298a143baee6543fd'
-  '128a258fde1b923c0b0b958a8a8ae8aa7657e44b'
-  '2491a151a37f0162b25fc4e4e9a8ac444b574a76')



[arch-commits] Commit in lapack/repos (extra-x86_64)

2011-07-09 Thread Ronald van Haren
Date: Saturday, July 9, 2011 @ 17:48:42
  Author: ronald
Revision: 131051

archrelease: remove extra-x86_64

Deleted:
  lapack/repos/extra-x86_64/



[arch-commits] Commit in lapack/repos (extra-x86_64)

2011-07-09 Thread Ronald van Haren
Date: Saturday, July 9, 2011 @ 17:48:58
  Author: ronald
Revision: 131052

archrelease: copy trunk to extra-x86_64

Added:
  lapack/repos/extra-x86_64/



[arch-commits] Commit in lapack/repos (extra-x86_64)

2011-02-05 Thread Ronald van Haren
Date: Saturday, February 5, 2011 @ 04:12:42
  Author: ronald
Revision: 108951

archrelease: remove extra-x86_64

Deleted:
  lapack/repos/extra-x86_64/



[arch-commits] Commit in lapack/repos (extra-x86_64)

2011-02-05 Thread Ronald van Haren
Date: Saturday, February 5, 2011 @ 04:12:58
  Author: ronald
Revision: 108952

archrelease: copy trunk to extra-x86_64

Added:
  lapack/repos/extra-x86_64/



[arch-commits] Commit in lapack/repos (extra-x86_64)

2011-02-04 Thread Ronald van Haren
Date: Friday, February 4, 2011 @ 10:30:36
  Author: ronald
Revision: 108881

archrelease: remove extra-x86_64

Deleted:
  lapack/repos/extra-x86_64/



[arch-commits] Commit in lapack/repos (extra-x86_64)

2011-02-04 Thread Ronald van Haren
Date: Friday, February 4, 2011 @ 10:30:52
  Author: ronald
Revision: 108882

archrelease: copy trunk to extra-x86_64

Added:
  lapack/repos/extra-x86_64/



[arch-commits] Commit in lapack/repos/extra-x86_64 (PKGBUILD)

2011-02-04 Thread Ronald van Haren
Date: Friday, February 4, 2011 @ 10:32:55
  Author: ronald
Revision: 108885

cleanup md5sums

Modified:
  lapack/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-04 15:32:44 UTC (rev 108884)
+++ PKGBUILD2011-02-04 15:32:55 UTC (rev 108885)
@@ -19,8 +19,8 @@
 LICENSE.blas)
 md5sums=('84213fca70936cc5f1b59a7b1bf71697'
  'cdfcb9d9b162c18d9acbf63c5579ea26'
- '51a84dd3b1f04289b6b7c7f56d59c368'
- 'e7936c82c853870f0144f45e9656a7ea'
+ 'a4f8312bd94085cbad69299bd49ca8cb'
+ '5829fa8d51df65f9e01551653b4db3ef'
  '38b6acb8ed5691d25863319d30a8b365')
 
 build() {
@@ -82,8 +82,3 @@
   install -m644 ${srcdir}/${pkgbase}-${pkgver}/LICENSE \
 ${pkgdir}/usr/share/licenses/lapack/
 }
-md5sums=('84213fca70936cc5f1b59a7b1bf71697'
- 'cdfcb9d9b162c18d9acbf63c5579ea26'
- 'a4f8312bd94085cbad69299bd49ca8cb'
- '5829fa8d51df65f9e01551653b4db3ef'
- '38b6acb8ed5691d25863319d30a8b365')



[arch-commits] Commit in lapack/repos (extra-x86_64)

2010-10-08 Thread Ronald van Haren
Date: Friday, October 8, 2010 @ 05:24:10
  Author: ronald
Revision: 94553

archrelease: remove extra-x86_64

Deleted:
  lapack/repos/extra-x86_64/



[arch-commits] Commit in lapack/repos (extra-x86_64)

2010-10-08 Thread Ronald van Haren
Date: Friday, October 8, 2010 @ 05:24:24
  Author: ronald
Revision: 94554

archrelease: copy trunk to extra-x86_64

Added:
  lapack/repos/extra-x86_64/



[arch-commits] Commit in lapack/repos (extra-x86_64)

2010-10-07 Thread Ronald van Haren
Date: Thursday, October 7, 2010 @ 08:28:19
  Author: ronald
Revision: 94493

archrelease: remove extra-x86_64

Deleted:
  lapack/repos/extra-x86_64/



[arch-commits] Commit in lapack/repos (extra-x86_64)

2010-10-07 Thread Ronald van Haren
Date: Thursday, October 7, 2010 @ 08:28:33
  Author: ronald
Revision: 94494

archrelease: copy trunk to extra-x86_64

Added:
  lapack/repos/extra-x86_64/



[arch-commits] Commit in lapack/repos (extra-x86_64)

2010-06-09 Thread Jan de Groot
Date: Wednesday, June 9, 2010 @ 05:01:39
  Author: jgc
Revision: 82189

archrelease: remove extra-x86_64

Deleted:
  lapack/repos/extra-x86_64/



[arch-commits] Commit in lapack/repos (extra-x86_64)

2010-06-09 Thread Jan de Groot
Date: Wednesday, June 9, 2010 @ 05:01:45
  Author: jgc
Revision: 82190

archrelease: copy trunk to extra-x86_64

Added:
  lapack/repos/extra-x86_64/