From d38c462536530566d6b9ef5908eccbf3b2d59b3f Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 19 Apr 2011 10:47:52 +0200 Subject: [PATCH] lapack: Added lapack 3.3.1 - A software library for numerical linear algebra --- scientific/lapack/lapack.cache | 22 +++++++++++++++++++++ scientific/lapack/lapack.conf | 19 ++++++++++++++++++ scientific/lapack/lapack.desc | 36 ++++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 scientific/lapack/lapack.cache create mode 100644 scientific/lapack/lapack.conf create mode 100644 scientific/lapack/lapack.desc diff --git a/scientific/lapack/lapack.cache b/scientific/lapack/lapack.cache new file mode 100644 index 000000000..cc6759fdc --- /dev/null +++ b/scientific/lapack/lapack.cache @@ -0,0 +1,22 @@ + +[TIMESTAMP] 1303182574 Tue Apr 19 05:09:34 2011 +[BUILDTIME] 100 (5) +[SIZE] 7.33 MB, 16 files + +[DEP] bash +[DEP] binutils +[DEP] bzip2 +[DEP] cmake +[DEP] coreutils +[DEP] diffutils +[DEP] fhs +[DEP] findutils +[DEP] gawk +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] make +[DEP] sed +[DEP] sysfiles +[DEP] tar +[DEP] util-linux-ng diff --git a/scientific/lapack/lapack.conf b/scientific/lapack/lapack.conf new file mode 100644 index 000000000..1ec7f3036 --- /dev/null +++ b/scientific/lapack/lapack.conf @@ -0,0 +1,19 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../lapack/lapack.conf +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +# TODO Fix cmake build detection in 'lib/functions.in' +# workaround to let the framework detect the cmake build system +hook_add preconf 1 'rm -f Makefile' + +var_append cmakeopt ' ' '-DBUILD_SHARED_LIBS=ON' diff --git a/scientific/lapack/lapack.desc b/scientific/lapack/lapack.desc new file mode 100644 index 000000000..ca8f9f8c0 --- /dev/null +++ b/scientific/lapack/lapack.desc @@ -0,0 +1,36 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../lapack/lapack.desc +[COPY] Copyright (C) 2011 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] A software library for numerical linear algebra + +[T] LAPACK provides routines for solving systems of linear equations and linear +[T] least squares, eigenvalue problems, and singular value decomposition. +[T] It also includes routines to implement the associated matrix factorizations +[T] such as LU, QR, Cholesky and Schur decomposition. LAPACK was originally +[T] written in FORTRAN 77 and is now written in Fortran 90. The routines handle +[T] both real and complex matrices in both single and double precision. + +[U] http://www.netlib.org/lapack/ + +[A] University of Tennessee (Department of Computer Science) +[M] Christian Wiese + +[C] extra/scientific + +[L] BSD +[S] Stable +[V] 3.3.1 +[P] X -----5---9 200.000 + +[D] 2768267076 lapack-3.3.1.tgz http://www.netlib.org/lapack/