amgcl 1.4.4-3
Package Information
| Description | Solves large sparse linear systems with algebraic multigrid method AMG is one of the most effective iterative methods for solution of equation systems arising, for example, from discretizing PDEs on unstructured grids. The method can be used as a black-box solver for various computational problems, since it does not require any information about the underlying geometry. AMG is often used not as a standalone solver but as a preconditioner within an iterative solver (e.g. Conjugate Gradients, BiCGStab, or GMRES). AMGCL builds the AMG hierarchy on a CPU and then transfers it to one of the provided backends. This allows for transparent acceleration of the solution phase with help of OpenCL, CUDA, or OpenMP technologies. Users may provide their own backends which enables tight integration between AMGCL and the user code. AMG is a header-only C++ library, with the headers provided by this package. |
|---|---|
| Maintainer | Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org> |
| Changed By | Dima Kogan <dkogan@debian.org> |
| Sponsor | dkogan@debian.org |
| Distribution | unstable |
| Architecture | any all |
| VCS | git: https://salsa.debian.org/science-team/amgcl.git (browse) |
| Closes | #1125598 |
| Popcon Installs | 2 |
| Tracker | https://tracker.debian.org/pkg/amgcl |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Changed-By | Dima Kogan |
|---|---|
| Architecture | source all i386 |
| Distribution | unstable |
| Date | Sun, 10 May 2026 18:05:38 -0700 |
| Source | amgcl |
| Version | 1.4.4-3 |
Changelog
amgcl (1.4.4-3) unstable; urgency=medium . [ Santiago Vila ] * Apply upstream patch to build with CMake 4. Closes: #1125598. * d/control: Drop "Priority: optional" (default). * d/control: Update standards-version. . [ Dima Kogan ] * Build without parmetis * Build with mpi-default-dev to build on i386 * Package is now in main, not contrib
.dsc
| Section | libdevel |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | libamgcl-dev deb libdevel optional arch=all python3-amgcl deb python optional arch=any |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Upstream-Name: amgcl
Upstream-Contact: Denis Demidov <dennis.demidov@gmail.com>
Source: https://github.com/ddemidov/amgcl
Files: *
Copyright: 2012-2022 Denis Demidov <dennis.demidov@gmail.com>
License: MIT
Files: amgcl/adapter/epetra.hpp
amgcl/adapter/ublas.hpp
amgcl/mpi/util.hpp
Copyright: 2012-2022 Denis Demidov <dennis.demidov@gmail.com>
2014 Riccardo Rossi
2014 CIMNE (International Center for Numerical Methods in Engineering)
License: MIT
Files: amgcl/backend/detail/mixing.hpp
amgcl/preconditioner/schur_pressure_correction.hpp
Copyright: 2012-2022 Denis Demidov <dennis.demidov@gmail.com>
2016 Riccardo Rossi
2016 CIMNE (International Center for Numerical Methods in Engineering)
License: MIT
Files: amgcl/backend/mkl.hpp
Copyright: 2012-2014 Denis Demidov <dennis.demidov@gmail.com>
License: MIT
Files: amgcl/mpi/subdomain_deflation.hpp
Copyright: 2012-2022 Denis Demidov <dennis.demidov@gmail.com>
2014-2015 Riccardo Rossi
2014-2015 CIMNE (International Center for Numerical Methods in Engineering)
License: MIT
Files: amgcl/perf_counter/cray_energy.hpp
amgcl/perf_counter/mpi_aggregator.hpp
Copyright: 2012-2022 Denis Demidov <dennis.demidov@gmail.com>
2016 Mohammad Siahatgar <siahatgar@luis.uni-hannover.de>
License: MIT
Files: amgcl/relaxation/chebyshev.hpp
Copyright: 2012-2022 Denis Demidov <dennis.demidov@gmail.com>
2019 Peter Gamnitzer, UIBK (University of Innsbruck)
License: MIT
Files: amgcl/value_type/complex.hpp
Copyright: 2015 Christoph Sohrmann
License: MIT
Files: cmake/FindNumPy.cmake
Copyright: 2012 Continuum Analytics, Inc.
License: MIT
Files: delphi/amgcl.pas
lib/amgcl.h
lib/amgcl_mpi.h
Copyright: 2012-2015 Denis Demidov <dennis.demidov@gmail.com>
License: MIT
Files: examples/mpi/mba.hpp
Copyright: 2015 Denis Demidov <dennis.demidov@gmail.com>
License: MIT
Files: amgcl/solver/bicgstabl.hpp
Copyright: 2012-2022 Denis Demidov <dennis.demidov@gmail.com>
1991-2014 UChicago Argonne, LLC and the PETSc Development Team
License: MIT and BSD-2clause
Comment: The code is ported from PETSC BCGSL (1991-2014 copyright, BSD-2clause
license). Denis Demidov adapted it, and his updates are under the 2012-2022
copyright, MIT license
Files: amgcl/solver/skyline_lu.hpp
amgcl/reorder/cuthill_mckee.hpp
Copyright: 2012-2022 Denis Demidov <dennis.demidov@gmail.com>
2012 Pooyan Dadvand, Riccardo Rossi, CIMNE (International Center for Numerical Methods in Engineering)
License: MIT and BSD-4clause
Comment: The code is adopted from Kratos project http://www.cimne.com/kratos
(2012 copyright, BSD-4clause license). Denis Demidov adapted it, and his
updates are under the 2012-2022 copyright, MIT license
Files: amgcl/solver/lgmres.hpp
Copyright: 2012-2022 Denis Demidov <dennis.demidov@gmail.com>
2001,2002 Enthought, Inc.
2003-2016 SciPy Developers.
License: MIT and BSD-3clause-scipy
Comment: The code is ported from scipy lgmres (2001,2002,2003-2016 copyrights,
BSD-3clause-scipy license). Denis Demidov adapted it, and his updates are under
the 2012-2022 copyright, MIT license
Files: amgcl/detail/qr.hpp
Copyright: 2012-2022 Denis Demidov <dennis.demidov@gmail.com>
1992-2013 The University of Tennessee and The University of Tennessee Research Foundation
2000-2013 The University of California Berkeley
2006-2013 The University of Colorado Denver
License: MIT and BSD-3clause-lapack
Comment: The code is a port of ZGEQR2 procedure from LAPACK and its dependencies
(1992-2013,2000-2013,2006-2013 copyrights, BSD-3clause-lapack license). Denis
Demidov adapted it, and his updates are under the 2012-2022 copyright, MIT
license
Files: debian/*
Copyright: 2022 Dima Kogan <dkogan@debian.org>
License: MIT
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.
License: BSD-2clause
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 in the documentation and/or
other materials provided with the distribution.
.
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 HOLDER 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.
License: BSD-4clause
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 in the documentation
and/or other materials provided with the distribution.
All advertising materials mentioning features or use of this software must
display the following acknowledgement:
This product includes Kratos Multi-Physics technology.
Neither the name of the CIMNE 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 ''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 HOLDERS 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 ANDON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: BSD-3clause-scipy
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
a. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
b. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
c. Neither the name of Enthought nor the names of the SciPy Developers
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 HOLDERS 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.
License: BSD-3clause-lapack
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.
The copyright holders provide no reassurances that the source code
provided does not infringe any patent, copyright, or any other
intellectual property rights of third parties. The copyright holders
disclaim any liability to any recipient for claims brought against
recipient by any third party for infringement of that parties
intellectual property rights.
.
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.