DFSG NEW Queue

DFSG, Licensing & New Packages Team

hypre 3.1.0-2exp1

Package Information

DescriptionHigh Performance Matrix Preconditioners - Development Files

Hypre is a set of matrix preconditioning libraries to aid in the solution of large systems of linear equations.

This package contains the headers and symlinks necessary to develop programs which use hypre.

MaintainerDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Changed ByDrew Parsons <dparsons@debian.org>
Sponsordparsons@debian.org
Distributionexperimental
Architectureany
VCSgit: https://salsa.debian.org/science-team/hypre.git (browse)
Closes#1046864
Popcon Installs1100
Binary NEWYes (binary-only upload)
Trackerhttps://tracker.debian.org/pkg/hypre
Uploaded3 hours ago

New Package Report

.changes
DateMon, 29 Jun 2026 21:55:39 +0200
Sourcehypre
Version3.1.0-2exp1
Changed-ByDrew Parsons
Architecturesource amd64
Distributionexperimental
Changelog
hypre (3.1.0-2exp1) experimental; urgency=medium
 .
   * switch to cmake build. autoconf is not managing to keep up with
     the 21st century. Closes: #1139536
     - simplifies library_name_extension.patch to cmake OUTPUT_NAME only
       (plus extensions to destination dirs)
     - sets SOVERSION equal to "MAJOR*100+MINOR" without dots, 301 not 3.1.0
       hence update binary package names
     - drop static library libHYPRE*.a (file a bug if you need it back!)
     - apply CMAKE_SKIP_INSTALL_RPATH=True to prevent runpaths in libs
   * update test handling (cmake HYPRE_BUILD_TESTS=On)
     - list usr/bin/* in debian/not-installed (upstream cmake installs
       test executables into usr/bin, but we don't want to package them)
     - override dh_auto_test to run build-tests using ctest
     - debian/tests: keep using Makefile, patch -lHYPRE with HYPRE_LIBNAME_EXT
       via sed patch in test-hypre-common
   * debian patch executable_dont_pollute_source.patch prevents built
     executables (tests, examples) getting copied back to source
   * remove generated source files csr_spgemm_device_{numer,symbl}?.c
     in src/seq_mv with dh_auto_clean. Closes: #1046864
.dsc
Sectionlibs
Priorityoptional
Componentmain
Package-Listlibhypre-301 deb libs optional arch=any
libhypre-dev deb libdevel optional arch=any
libhypre64-301 deb libs optional arch=any
libhypre64-dev deb libdevel optional arch=any
libhypre64m-301 deb libs optional arch=any
libhypre64m-dev deb libdevel optional arch=any
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: HYPRE
Source: http://www.llnl.gov/casc/hypre/

Files: *
Copyright: 1998-2019 Lawrence Livermore National Security, LLC
           and other HYPRE Project Developers
License: Apache-2.0-OR-MIT
 HYPRE is licensed under the Apache License, Version 2.0 (see
 LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) or the
 MIT license (see LICENSE-MIT or http://opensource.org/licenses/MIT),
 at your option.
 .
 The Apache 2.0 license is available to read at
 /usr/share/common-licenses/Apache-2.0. The MIT licence is given
 below.
 .
 Copyrights and patents in the HYPRE project are retained by
 contributors.  No copyright assignment is required to contribute to
 HYPRE.
 .
 HYPRE's original open source license was LGPL-2.1.  Consent from
 contributors was received and documented before relicensing to
 Apache-2.0/MIT.
Comment:
 Dual Apache/MIT licensing began from v2.17.0.
 .
 This work was produced under the auspices of the U.S. Department of
 Energy by Lawrence Livermore National Laboratory under Contract
 DE-AC52-07NA27344.
 .
 This work was prepared as an account of work sponsored by an agency
 of the United States Government. Neither the United States Government
 nor Lawrence Livermore National Security, LLC, nor any of their
 employees makes any warranty, expressed or implied, or assumes any
 legal liability or responsibility for the accuracy, completeness, or
 usefulness of any information, apparatus, product, or process
 disclosed, or represents that its use would not infringe privately
 owned rights.
 .
 Reference herein to any specific commercial product, process, or
 service by trade name, trademark, manufacturer, or otherwise does not
 necessarily constitute or imply its endorsement, recommendation, or
 favoring by the United States Government or Lawrence Livermore
 National Security, LLC.
 .
 The views and opinions of authors expressed herein do not necessarily
 state or reflect those of the United States Government or Lawrence
 Livermore National Security, LLC, and shall not be used for
 advertising or product endorsement purposes.

Files: src/blas/* src/lapack/*
Copyright: 1992-2008 The University of Tennessee.  All rights reserved.
License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
 - Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
 .
 - Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer listed
   in this license in the documentation and/or other materials
   provided with the distribution.
 .
 - Neither the name of the copyright holders nor the names of its
   contributors may be used to endorse or promote products derived from
   this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: debian/*
Copyright: 2003 Adam C. Powell, IV <hazelsct@debian.org>
 2016-2019 Drew Parsons <dparsons@debian.org>
License: LGPL-2.1
 License text is found at /usr/share/common-licenses/LGPL-2.1

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Other Reviews of this Package

VersionHashAllocatedCompletedReviewerStatusDetails
3.1.0-1~exp1 1bc8320a… 2026-02-20 16:49 2026-02-20 16:53 mechtilde accepted VIEW

Back to Dashboard | View all reviews for this package