Port details |
- pastix PaStiX: a sparse direct solver
- 6.3.2_1 science =3 6.3.2_1Version of this port present on the latest quarterly branch.
- Maintainer: thierry@FreeBSD.org
- Port Added: 2022-04-24 08:33:25
- Last Update: 2024-06-21 17:49:24
- Commit Hash: e2cd113
- People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
- License: LGPL3
- WWW:
- https://solverstack.gitlabpages.inria.fr/pastix/
- Description:
- PaStiX (Parallel Sparse matriX package) is a scientific library that provides a
high performance parallel solver for very large sparse linear systems based on
direct methods. Numerical algorithms are implemented in single or double
precision (real or complex) using LLt, LDLt and LU with static pivoting (for non
symmetric matrices having a symmetric pattern). This solver also provides some
low-rank compression methods to reduce the memory footprint and/or the
time-to-solution.
It is bundled with SPM (SParse Matrix Package).
See also https://gitlab.inria.fr/solverstack/spm
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/science/pastix/ && make install clean
- To add the package, run one of these commands:
- pkg install science/pastix
- pkg install pastix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pastix
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1702559693
SHA256 (pastix-6.3.2.tar.gz) = c4da8802d1933eecf8c09d7e63c014c81ccf353fe623142e9f5c5fc65ed82ee0
SIZE (pastix-6.3.2.tar.gz) = 2077150
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- cmake : devel/cmake-core
- gfortran13 : lang/gcc13
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- as : devel/binutils
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- bash : shells/bash
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- gfortran13 : lang/gcc13
- python3.11 : lang/python311
- Library dependencies:
-
- libmetis.so : math/metis
- libjulia.so : lang/julia
- libscotch.so : cad/scotch
- libhwloc.so : devel/hwloc2
- libopenblas.so : math/openblas
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pastix-6.3.2_1:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- science_pastix
- USES:
- cmake blaslapack:openblas fortran pkgconfig python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.3.2_1 21 Jun 2024 17:49:24 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
6.3.2 14 Dec 2023 18:34:00 |
Thierry Thomas (thierry) |
science/pastix: upgrade to v6.3.2
Changelog at <https://gitlab.inria.fr/solverstack/pastix/-/releases/v6.3.2>. |
6.3.1_1 12 Dec 2023 19:03:50 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219 |
6.3.1 17 Nov 2023 18:04:20 |
Thierry Thomas (thierry) |
science/pastix: upgrade to v6.3.1
Changelog at <https://gitlab.inria.fr/solverstack/pastix/-/releases/v6.3.1>
Also use CBLAS and LAPACKE provided by OpenBLAS. |
6.3.0 08 Nov 2023 21:33:37 |
Thierry Thomas (thierry) |
science/pastix: fix build by linking with libm
For some reason it is now necessary to link with libm. |
6.3.0 27 Jul 2023 18:01:32 |
Thierry Thomas (thierry) |
science/pastix: upgrade PaStiX to v6.3.0
Changelog at
<https://gitlab.inria.fr/solverstack/pastix/-/releases/v6.3.0>. |
6.2.2_1 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
6.2.2_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
6.2.2 02 Oct 2022 07:52:22 |
Thierry Thomas (thierry) |
science/pastix: upgrade to v6.2.2 and SPM to 1.1.1
Release notes at
<https://gitlab.inria.fr/solverstack/pastix/-/releases/v6.2.2>. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.2.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.2.1 20 Jul 2022 14:22:51 |
Tobias C. Berner (tcberner) |
science: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Andreas Fehlner <fehlner@gmx.de>
* Brad Huntting <huntting@glarp.com>
* Chao Shin <quakelee@cn.FreeBSD.org>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Chia-Hsing Yu <me@davidyu.org>
* Chris Rees <utisoft@gmail.com>
* David Naylor <dbn@FreeBSD.org>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Ed Schouten <ed@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Erik B Knudsen (Only the first 15 lines of the commit message are shown above ) |
6.2.1 23 Apr 2022 16:41:10 |
Thierry Thomas (thierry) |
science/pastix: adding PaStiX, a sparse direct solver
Requested by: pfg |