[suitesparse-metis] 02/28: suitesparse-metis (3.4.0-1) UNRELEASED; urgency=low
Wolfgang Fütterer
wlfuetter-guest at moszumanska.debian.org
Mon Sep 7 10:17:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
wlfuetter-guest pushed a commit to branch master
in repository suitesparse-metis.
commit bc64b85e6f39aaa9df0bee3baa456555aa4f5d85
Author: sylvestre <sylvestre at 7ca82aff-d165-4cda-a4f1-7f280d66a853>
Date: Mon Dec 13 20:44:06 2010 +0000
suitesparse-metis (3.4.0-1) UNRELEASED; urgency=low
* Team upload.
* New upstream release
* Updated Standards-Version to 3.9.1
* Atlas optimized packages removed from dependencies
---
debian/changelog | 9 ++++
debian/control | 8 ++--
debian/patches/00list | 1 -
debian/patches/14-UFconfig_UFconfig.mk.dpatch | 65 ---------------------------
4 files changed, 13 insertions(+), 70 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 43dac16..d4d351c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+suitesparse-metis (3.4.0-1) UNRELEASED; urgency=low
+
+ * Team upload.
+ * New upstream release
+ * Updated Standards-Version to 3.9.1
+ * Atlas optimized packages removed from dependencies
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Mon, 13 Dec 2010 21:24:31 +0100
+
suitesparse-metis (3.1.0-2) unstable; urgency=low
* Team upload.
diff --git a/debian/control b/debian/control
index 73b64a5..4e02bb2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.
Uploaders: Daniel Rus Morales <rus.daniel at gmail.com>,
Christophe Prud'homme <prudhomm at debian.org>
Build-Depends: cdbs, debhelper (>= 5.0.0), dpatch, gfortran, libblas-dev, liblapack-dev, libparmetis-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
Homepage: http://www.cise.ufl.edu/research/sparse/SuiteSparse/
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/suitesparse-metis/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/suitesparse-metis/trunk/
@@ -13,7 +13,7 @@ Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/suitesparse-m
Package: libsuitesparse-metis-3.1.0
Section: contrib/libs
Architecture: any
-Depends: libblas3gf | libatlas3gf-base | libatlas3gf-sse | libatlas3gf-sse2 | libatlas3gf-3dnow, liblapack3gf | libatlas3gf-base | libatlas3gf-sse | libatlas3gf-sse2 | libatlas3gf-3dnow,
+Depends: libblas3gf | libatlas3gf-base, liblapack3gf | libatlas3gf-base,
${shlibs:Depends}, ${misc:Depends}
Description: collection of libraries for computations for sparse matrices
Suitesparse is a collection of libraries for computations involving
@@ -54,7 +54,7 @@ Architecture: any
Replaces: libufsparse-dev, libsuitesparse-dev, libumfpack4-dev
Conflicts: libufsparse-dev, libsuitesparse-dev, libumfpack4-dev
Provides: libufsparse-dev, libsuitesparse-dev, libumfpack4-dev
-Depends: libsuitesparse-metis-3.1.0 (= ${binary:Version}), libblas-dev | libatlas-base-dev | libatlas-sse-dev | libatlas-sse2-dev | libatlas-3dnow-dev, liblapack-dev | libatlas-base-dev | libatlas-sse-dev | libatlas-sse2-dev | libatlas-3dnow-dev, libparmetis-dev, libc6-dev,
+Depends: libsuitesparse-metis-3.1.0 (= ${binary:Version}), libblas-dev | libatlas-base-dev, liblapack-dev | libatlas-base-dev, libparmetis-dev, libc6-dev,
${misc:Depends}
Description: collection of libraries for computations for sparse matrices
Suitesparse is a collection of libraries for computations involving
@@ -92,7 +92,7 @@ Package: libsuitesparse-metis-dbg
Section: contrib/libdevel
Priority: extra
Architecture: any
-Depends: libsuitesparse-metis-3.1.0 (= ${binary:Version}), libblas-dev | libatlas-base-dev | libatlas-sse-dev | libatlas-sse2-dev | libatlas-3dnow-dev, liblapack-dev | libatlas-base-dev | libatlas-sse-dev | libatlas-sse2-dev | libatlas-3dnow-dev, libparmetis-dev, libc6-dev,
+Depends: libsuitesparse-metis-3.1.0 (= ${binary:Version}), libblas-dev | libatlas-base-dev, liblapack-dev | libatlas-base-dev, libparmetis-dev, libc6-dev,
${misc:Depends}
Description: collection of libraries for computations for sparse matrices
Suitesparse is a collection of libraries for computations involving
diff --git a/debian/patches/00list b/debian/patches/00list
index 1b23a52..87cd91b 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -11,4 +11,3 @@
11-UMFPACK_Lib_GNUmakefile
12-CHOLMOD_Lib_Makefile
13-CHOLMOD_Demo_Makefile
-14-UFconfig_UFconfig.mk
diff --git a/debian/patches/14-UFconfig_UFconfig.mk.dpatch b/debian/patches/14-UFconfig_UFconfig.mk.dpatch
deleted file mode 100755
index 11d46bb..0000000
--- a/debian/patches/14-UFconfig_UFconfig.mk.dpatch
+++ /dev/null
@@ -1,65 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 14-UFconfig_UFconfig.mk.dpatch by Daniel Rus Morales <rus.daniel at gmail.com>
-##
-## DP: customized compilation flags
-
- at DPATCH@
-diff -u upstrm/UFconfig/UFconfig.mk debsrc/UFconfig/UFconfig.mk
---- upstrm/UFconfig/UFconfig.mk 2007-10-24 15:55:44.000000000 +0200
-+++ debsrc/UFconfig/UFconfig.mk 2008-02-17 16:40:53.000000000 +0100
-@@ -85,8 +85,8 @@
- # BLAS = -lgoto -lgfortran -lgfortranbegin
-
- # This is probably slow ... it might connect to the Standard Reference BLAS:
--BLAS = -lblas -lgfortran -lgfortranbegin
--LAPACK = -llapack
-+BLAS = -lblas
-+LAPACK = -llapack
-
- # The BLAS might not contain xerbla, an error-handling routine for LAPACK and
- # the BLAS. Also, the standard xerbla requires the Fortran I/O library, and
-@@ -114,13 +114,13 @@
- # The path is relative to where it is used, in CHOLMOD/Lib, CHOLMOD/MATLAB, etc.
- # You may wish to use an absolute path. METIS is optional. Compile
- # CHOLMOD with -DNPARTITION if you do not wish to use METIS.
--METIS_PATH = ../../metis-4.0
--METIS = ../../metis-4.0/libmetis.a
-+#METIS_PATH = ../../metis-4.0
-+#METIS = ../../metis-4.0/libmetis.a
-
- # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following
- # options:
--# METIS_PATH =
--# METIS =
-+METIS_PATH =
-+METIS =
-
- #------------------------------------------------------------------------------
- # UMFPACK configuration:
-@@ -176,7 +176,7 @@
- # -DNSUNPERF for Solaris only. If defined, do not use the Sun
- # Performance Library
-
--CHOLMOD_CONFIG =
-+CHOLMOD_CONFIG = -I/usr/include/metis -I/usr/include/mpi
-
- #------------------------------------------------------------------------------
- # Linux
-@@ -184,7 +184,7 @@
-
- # Using default compilers:
- # CC = gcc
--CFLAGS = -O3
-+# CFLAGS = -O3
-
- # alternatives:
- # CFLAGS = -g -fexceptions \
-@@ -193,7 +193,7 @@
- # CFLAGS = -O3 -fexceptions \
- -Wall -W -Werror -Wshadow -Wmissing-prototypes -Wstrict-prototypes \
- -Wredundant-decls -Wnested-externs -Wdisabled-optimization -ansi
--# CFLAGS = -O3 -fexceptions -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
-+CFLAGS = -O3 -fexceptions -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
- # CFLAGS = -O3
-
- # consider:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/suitesparse-metis.git
More information about the debian-science-commits
mailing list