pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
qrupdate: imported
Module Name: pkgsrc-wip
Committed By: Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By: thor
Date: Sat May 29 11:56:25 2021 +0200
Changeset: 0dd6ae72b770f9330c407ce2118439b7d037ccd1
Modified Files:
Makefile
Removed Files:
qrupdate/DESCR
qrupdate/Makefile
qrupdate/PLIST
qrupdate/buildlink3.mk
qrupdate/distinfo
qrupdate/patches/patch-src-makefile
Log Message:
qrupdate: imported
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0dd6ae72b770f9330c407ce2118439b7d037ccd1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
qrupdate/DESCR | 18 ------------------
qrupdate/Makefile | 24 -----------------------
qrupdate/PLIST | 2 --
qrupdate/buildlink3.mk | 11 -----------
qrupdate/distinfo | 7 -------
qrupdate/patches/patch-src-makefile | 38 -------------------------------------
7 files changed, 101 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index f303d6883f..a453f5513a 100644
--- a/Makefile
+++ b/Makefile
@@ -4813,7 +4813,6 @@ SUBDIR+= qmpdclient
SUBDIR+= qn-x11
SUBDIR+= qrint
SUBDIR+= qrq
-SUBDIR+= qrupdate
SUBDIR+= qstat214
SUBDIR+= qt-openzwave
SUBDIR+= qt4-gstreamer
diff --git a/qrupdate/DESCR b/qrupdate/DESCR
deleted file mode 100644
index 51ac7db4d5..0000000000
--- a/qrupdate/DESCR
+++ /dev/null
@@ -1,18 +0,0 @@
-Qrupdate is a linear algebra library for fast updating of QR and Cholesky
-decompositions.
-
-Supported operations:
-
-- QR rank-1 update (qr1up)
-- QR column insert (qrinc)
-- QR column delete (qrdec)
-- QR column shift (qrshc)
-- QR row insert (qrinr)
-- QR row delete (qrder)
-- Cholesky rank-1 update (ch1up)
-- Cholesky rank-1 downdate (ch1dn)
-- Cholesky symmetric insert (chinx)
-- Cholesky symmetric insert (chdex)
-- Cholesky symmetric shift (chshx)
-- LU rank-1 update (lu1up)
-- LU pivoted rank-1 update (lup1up)
diff --git a/qrupdate/Makefile b/qrupdate/Makefile
deleted file mode 100644
index cd5683e131..0000000000
--- a/qrupdate/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD$
-
-DISTNAME= qrupdate-1.1.2
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qrupdate/}
-
-MAINTAINER= thomas.orgis%uni-hamburg.de@localhost
-HOMEPAGE= https://qrupdate.sourceforge.io/
-COMMENT= Library for fast updating of QR and Cholesky decompositions
-LICENSE= gnu-gpl-v2
-
-USE_LIBTOOL= yes
-USE_LANGUAGES= fortran
-USE_TOOLS= gmake
-
-MAKE_FLAGS= FC=${FC:Q} FFLAGS=${FFLAGS:Q} PREFIX=${PREFIX} LIBDIR=lib
-
-do-build:
- cd ${WRKDIR}/${DISTNAME}/src && gmake ${MAKE_FLAGS} lalib
-
-do-install:
- cd ${WRKDIR}/${DISTNAME}/src && gmake DESTDIR=${DESTDIR}/ ${MAKE_FLAGS} lainstall
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/qrupdate/PLIST b/qrupdate/PLIST
deleted file mode 100644
index d8fdf77229..0000000000
--- a/qrupdate/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-lib/libqrupdate.la
diff --git a/qrupdate/buildlink3.mk b/qrupdate/buildlink3.mk
deleted file mode 100644
index 99efda171b..0000000000
--- a/qrupdate/buildlink3.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-# $NetBSD$
-BUILDLINK_TREE+= qrupdate
-
-.if !defined(QRUPDATE_BUILDLINK3_MK)
-QRUPDATE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.qrupdate+= qrupdate>=1.1.2
-BUILDLINK_PKGSRCDIR.qrupdate?= ../../wip/qrupdate
-.endif # QRUPDATE_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -qrupdate
diff --git a/qrupdate/distinfo b/qrupdate/distinfo
deleted file mode 100644
index cee325f85c..0000000000
--- a/qrupdate/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (qrupdate-1.1.2.tar.gz) = f7403b646ace20f4a2b080b4933a1e9152fac526
-RMD160 (qrupdate-1.1.2.tar.gz) = 9d23b2d13278c335f6208ebb6775df4b4049785c
-SHA512 (qrupdate-1.1.2.tar.gz) = cc4e466ea91958e15c66be82b0c4c8ad813fbe4643f21259a9cb3ca8e0a411dd764bb2397ece848a7045f322d30316801d1540c4ebf7912030bef6995b44917c
-Size (qrupdate-1.1.2.tar.gz) = 49734 bytes
-SHA1 (patch-src-makefile) = 84995b693ef2ea4b315713d157161222e27f20a0
diff --git a/qrupdate/patches/patch-src-makefile b/qrupdate/patches/patch-src-makefile
deleted file mode 100644
index 4997d54485..0000000000
--- a/qrupdate/patches/patch-src-makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-$NetBSD$
-
-This provides a libtool build of the library (dynamic and static)
-for easy handling in pkgsrc.
-
---- src/Makefile.orig 2017-04-14 22:09:56.691696785 +0200
-+++ src/Makefile 2017-04-14 23:16:19.705455550 +0200
-@@ -34,6 +34,19 @@
-
- OBJS = $(SRC:%.f=%.o)
-
-+.SUFFIXES: .f .lo .o
-+LOBJS = $(SRC:%.f=%.lo)
-+.f.lo:
-+ libtool --tag=FC --mode=compile $(FC) -o $@ -c $(FFLAGS) $<
-+
-+lalib: ../libqrupdate.la
-+
-+../libqrupdate.la: $(LOBJS)
-+ libtool --tag=FC --mode=link $(FC) $(FFLAGS) -o $@ -version-info $(MAJOR) -rpath $(PREFIX)/$(LIBDIR) $(LOBJS)
-+
-+lainstall: lalib
-+ libtool --tag=FC --mode=install install -D ../libqrupdate.la $(DESTDIR)$(PREFIX)/$(LIBDIR)/libqrupdate.la
-+
- lib: ../libqrupdate.a
-
- ifeq ($(shell uname),Darwin)
-@@ -59,6 +72,10 @@
-
- clean:
- rm -f $(OBJS)
-+ rm -f $(LOBJS)
-+ rm -rf .libs
-+ rm -f ../libqrupdate.la
-+ rm -rf ../.libs
-
- install: install-shlib install-staticlib
-
Home |
Main Index |
Thread Index |
Old Index