From 65efd9385b2119f052c04722b241aa050ae4fe32 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 27 May 2020 00:03:47 +0300 Subject: [PATCH] qrupdate:first pisi rel --- science/mathematics/qrupdate/actions.py | 22 +++++++++ science/mathematics/qrupdate/pspec.xml | 47 +++++++++++++++++++ science/mathematics/qrupdate/translations.xml | 8 ++++ 3 files changed, 77 insertions(+) create mode 100644 science/mathematics/qrupdate/actions.py create mode 100644 science/mathematics/qrupdate/pspec.xml create mode 100644 science/mathematics/qrupdate/translations.xml diff --git a/science/mathematics/qrupdate/actions.py b/science/mathematics/qrupdate/actions.py new file mode 100644 index 0000000000..022e676008 --- /dev/null +++ b/science/mathematics/qrupdate/actions.py @@ -0,0 +1,22 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools + +def setup(): + pisitools.dosed("Makeconf", "FFLAGS=-fimplicit-none -O3 -funroll-loops ", "FFLAGS=%s %s" % (get.CFLAGS(), get.LDFLAGS())) + +def build(): + autotools.make("PREFIX=/usr solib") + +def check(): + autotools.make("test") + +def install(): + autotools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("COPYING", "README*") \ No newline at end of file diff --git a/science/mathematics/qrupdate/pspec.xml b/science/mathematics/qrupdate/pspec.xml new file mode 100644 index 0000000000..2d83da1560 --- /dev/null +++ b/science/mathematics/qrupdate/pspec.xml @@ -0,0 +1,47 @@ + + + + + qrupdate + https://sourceforge.net/projects/qrupdate + + Blue Devil + bluedevil@sctzine.com + + science.mathematics + GPLv3 + library + Fortran library for fast updates of QR and Cholesky decompositions. + qrupdate is a Fortran library for fast updates of QR and Cholesky decompositions. + https://downloads.sourceforge.net/project/qrupdate/qrupdate/1.2/qrupdate-1.1.2.tar.gz + + blas-devel + libquadmath + lapack-devel + + + + + qrupdate + Fortran library for fast updates of QR and Cholesky decompositions. + + blas + lapack + libgfortran + + + /usr/lib + /usr/share/doc/qrupdate + + + + + + 2020-05-26 + 1.1.2 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/science/mathematics/qrupdate/translations.xml b/science/mathematics/qrupdate/translations.xml new file mode 100644 index 0000000000..6c5db241a4 --- /dev/null +++ b/science/mathematics/qrupdate/translations.xml @@ -0,0 +1,8 @@ + + + + qrupdate + Hızlı QR ve Cholesky dekompozisyonları için Fortran kitaplığı. + qrupdate, hızlı QR ve Cholesky dekompozisyonları için Fortran kitaplığı sunar. + + \ No newline at end of file