notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
pastix PaStiX: a sparse direct solver
6.3.2 science on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 6.3.2Version of this port present on the latest quarterly branch.
Maintainer: thierry@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-24 08:33:25
Last Update: 2023-12-14 18:34:00
Commit Hash: dc7f146
People watching this port, also watch:: SparseBitSet, py39-cysignals, R-cran-eRm, python
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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (161 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/pastix-6.3.2/catalog.mk
  3. /usr/local/share/licenses/pastix-6.3.2/LICENSE
  4. /usr/local/share/licenses/pastix-6.3.2/LGPL3
  5. include/pastix.h
  6. include/pastix/api.h
  7. include/pastix/cblas.h
  8. include/pastix/config.h
  9. include/pastix/datatypes.h
  10. include/pastix/graph.h
  11. include/pastix/lapacke.h
  12. include/pastix/old_api.h
  13. include/pastix/order.h
  14. include/pastix/pastixf.mod
  15. include/pastix/pastixf_bindings.mod
  16. include/pastix/pastixf_enums.mod
  17. include/pastix/pastixf_interfaces.mod
  18. include/pastix/spmf.mod
  19. include/pastix/spmf_bindings.mod
  20. include/pastix/spmf_enums.mod
  21. include/pastix/spmf_interfaces.mod
  22. include/spm.h
  23. include/spm/c_spm.h
  24. include/spm/config.h
  25. include/spm/const.h
  26. include/spm/d_spm.h
  27. include/spm/datatypes.h
  28. include/spm/mpi.h
  29. include/spm/p_spm.h
  30. include/spm/pastixf.mod
  31. include/spm/pastixf_bindings.mod
  32. include/spm/pastixf_enums.mod
  33. include/spm/pastixf_interfaces.mod
  34. include/spm/s_spm.h
  35. include/spm/spmf.mod
  36. include/spm/spmf_bindings.mod
  37. include/spm/spmf_enums.mod
  38. include/spm/spmf_interfaces.mod
  39. include/spm/z_spm.h
  40. lib/cmake/pastix/PASTIXConfig.cmake
  41. lib/cmake/pastix/PASTIXConfigVersion.cmake
  42. lib/cmake/pastix/cblasTargets.cmake
  43. lib/cmake/pastix/lapackeTargets.cmake
  44. lib/cmake/pastix/mTargets.cmake
  45. lib/cmake/pastix/pastixTargets-release.cmake
  46. lib/cmake/pastix/pastixTargets.cmake
  47. lib/cmake/pastix/pastix_kernelsTargets-release.cmake
  48. lib/cmake/pastix/pastix_kernelsTargets.cmake
  49. lib/cmake/pastix/pastixfTargets-release.cmake
  50. lib/cmake/pastix/pastixfTargets.cmake
  51. lib/cmake/spm/SPMConfig.cmake
  52. lib/cmake/spm/SPMConfigVersion.cmake
  53. lib/cmake/spm/spmTargets-release.cmake
  54. lib/cmake/spm/spmTargets.cmake
  55. lib/cmake/spm/spmfTargets-release.cmake
  56. lib/cmake/spm/spmfTargets.cmake
  57. lib/julia/PaStiX/Project.toml
  58. lib/julia/PaStiX/src/PaStiX.jl
  59. lib/julia/PaStiX/src/pastix_enums.jl
  60. lib/julia/spm/Project.toml
  61. lib/julia/spm/examples/spm_driver.jl
  62. lib/julia/spm/examples/spm_user.jl
  63. lib/julia/spm/src/spm.jl
  64. lib/julia/spm/src/spm_enums.jl
  65. lib/libpastix.so
  66. lib/libpastix.so.6.3
  67. lib/libpastix.so.6.3.2
  68. lib/libpastix_kernels.so
  69. lib/libpastixf.so
  70. lib/libpastixf.so.6
  71. lib/libpastixf.so.6.3.2
  72. lib/libspm.so
  73. lib/libspm.so.1
  74. lib/libspm.so.1.2.2
  75. lib/libspmf.so
  76. lib/libspmf.so.1
  77. lib/libspmf.so.1.2.2
  78. lib/python3.9/site-packages/spm/__init__.py
  79. lib/python3.9/site-packages/spm/__pastix__.py
  80. lib/python3.9/site-packages/spm/__spm__.py
  81. lib/python3.9/site-packages/spm/enum.py
  82. lib/python3.9/site-packages/spm/pastix.py
  83. lib/python3.9/site-packages/spm/solver.py
  84. lib/python3.9/site-packages/spm/spm.py
  85. libdata/pkgconfig/pastix.pc
  86. libdata/pkgconfig/pastixf.pc
  87. libdata/pkgconfig/spm.pc
  88. libdata/pkgconfig/spmf.pc
  89. share/bash-completion/completions/pastix/pastix
  90. share/examples/pastix/Makefile
  91. share/examples/pastix/analyze
  92. share/examples/pastix/analyze.c
  93. share/examples/pastix/bench_facto
  94. share/examples/pastix/bench_facto.c
  95. share/examples/pastix/compress
  96. share/examples/pastix/compress.c
  97. share/examples/pastix/fortran/flaplacian
  98. share/examples/pastix/fortran/flaplacian.F90
  99. share/examples/pastix/fortran/fmultidof
  100. share/examples/pastix/fortran/fmultidof.F90
  101. share/examples/pastix/fortran/fmultilap
  102. share/examples/pastix/fortran/fmultilap.F90
  103. share/examples/pastix/fortran/fsimple
  104. share/examples/pastix/fortran/fsimple.F90
  105. share/examples/pastix/fortran/fstep-by-step
  106. share/examples/pastix/fortran/fstep-by-step.F90
  107. share/examples/pastix/fortran/test_mt.in
  108. share/examples/pastix/fortran/test_seq.in
  109. share/examples/pastix/julia/schur.jl
  110. share/examples/pastix/julia/simple.jl
  111. share/examples/pastix/julia/step-by-step.jl
  112. share/examples/pastix/multidof
  113. share/examples/pastix/multidof.c
  114. share/examples/pastix/old/Makefile
  115. share/examples/pastix/old/old_simple
  116. share/examples/pastix/old/old_step-by-step
  117. share/examples/pastix/old/simple.c
  118. share/examples/pastix/old/step-by-step.c
  119. share/examples/pastix/personal
  120. share/examples/pastix/personal.c
  121. share/examples/pastix/python/schur.py
  122. share/examples/pastix/python/schur_obj.py
  123. share/examples/pastix/python/simple.py
  124. share/examples/pastix/python/simple_obj.py
  125. share/examples/pastix/python/step-by-step.py
  126. share/examples/pastix/reentrant
  127. share/examples/pastix/reentrant.c
  128. share/examples/pastix/refinement
  129. share/examples/pastix/refinement.c
  130. share/examples/pastix/schur
  131. share/examples/pastix/schur.c
  132. share/examples/pastix/simple
  133. share/examples/pastix/simple.c
  134. share/examples/pastix/simple_solve_and_refine
  135. share/examples/pastix/simple_solve_and_refine.c
  136. share/examples/pastix/simple_trans
  137. share/examples/pastix/simple_trans.c
  138. share/examples/pastix/spm/Makefile
  139. share/examples/pastix/spm/example_drivers
  140. share/examples/pastix/spm/example_drivers.c
  141. share/examples/pastix/spm/example_lap1
  142. share/examples/pastix/spm/example_lap1.c
  143. share/examples/pastix/spm/example_lap2
  144. share/examples/pastix/spm/example_lap2.c
  145. share/examples/pastix/spm/example_mdof1
  146. share/examples/pastix/spm/example_mdof1.c
  147. share/examples/pastix/spm/example_mdof2
  148. share/examples/pastix/spm/example_mdof2.c
  149. share/examples/pastix/spm/fortran/spmf_driver
  150. share/examples/pastix/spm/fortran/spmf_driver.F90
  151. share/examples/pastix/spm/fortran/spmf_rebalance
  152. share/examples/pastix/spm/fortran/spmf_rebalance.F90
  153. share/examples/pastix/spm/fortran/spmf_user
  154. share/examples/pastix/spm/fortran/spmf_user.F90
  155. share/examples/pastix/spm/python/spm_driver.py
  156. share/examples/pastix/spm/python/spm_scipy.py
  157. share/examples/pastix/step-by-step
  158. share/examples/pastix/step-by-step.c
  159. @owner
  160. @group
  161. @mode
Collapse this list.
Dependency lines:
  • pastix>0:science/pastix
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):
pastix
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-6.3.2------
FreeBSD:13:quarterly-6.3.2------
FreeBSD:14:latest-6.3.2------
FreeBSD:14:quarterly-6.3.2------
FreeBSD:15:latest-6.3.2n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. py39-numpy>=1.16,1<1.26,1 : math/py-numpy@py39
  3. cmake : devel/cmake-core
  4. gfortran12 : lang/gcc12
  5. pkgconf>=1.3.0_1 : devel/pkgconf
  6. python3.9 : lang/python39
  7. as : devel/binutils
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. bash : shells/bash
  2. py39-numpy>=1.16,1<1.26,1 : math/py-numpy@py39
  3. gfortran12 : lang/gcc12
  4. python3.9 : lang/python39
Library dependencies:
  1. libmetis.so : math/metis
  2. libjulia.so : lang/julia
  3. libscotch.so : cad/scotch
  4. libhwloc.so : devel/hwloc2
  5. 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: 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:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.inria.fr/solverstack/pastix/uploads/32711239db22edb6c291282b581b9e0b/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.3.2
14 Dec 2023 18:34:00
commit hash: dc7f1464f0c55a03454bd8af4eb4a93db0827c7acommit hash: dc7f1464f0c55a03454bd8af4eb4a93db0827c7acommit hash: dc7f1464f0c55a03454bd8af4eb4a93db0827c7acommit hash: dc7f1464f0c55a03454bd8af4eb4a93db0827c7a files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
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
commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of OpenBLAS

PR:		273219
6.3.1
17 Nov 2023 18:04:20
commit hash: bbc009639b1733edf8f16576b14ea7ae8617d32fcommit hash: bbc009639b1733edf8f16576b14ea7ae8617d32fcommit hash: bbc009639b1733edf8f16576b14ea7ae8617d32fcommit hash: bbc009639b1733edf8f16576b14ea7ae8617d32f files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
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
commit hash: af2a67dd0c1c7a4ff28f9cb31125950f018b13c1commit hash: af2a67dd0c1c7a4ff28f9cb31125950f018b13c1commit hash: af2a67dd0c1c7a4ff28f9cb31125950f018b13c1commit hash: af2a67dd0c1c7a4ff28f9cb31125950f018b13c1 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
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
commit hash: 36479a49e960d38ecf6fcbf9b22cb12b47bae38ecommit hash: 36479a49e960d38ecf6fcbf9b22cb12b47bae38ecommit hash: 36479a49e960d38ecf6fcbf9b22cb12b47bae38ecommit hash: 36479a49e960d38ecf6fcbf9b22cb12b47bae38e files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
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
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
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
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
6.2.2
02 Oct 2022 07:52:22
commit hash: 22e214654b06d914fb602f54f63b6523d778d69bcommit hash: 22e214654b06d914fb602f54f63b6523d778d69bcommit hash: 22e214654b06d914fb602f54f63b6523d778d69bcommit hash: 22e214654b06d914fb602f54f63b6523d778d69b files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
6.2.1
20 Jul 2022 14:22:51
commit hash: 46196047a4df0f85aaee442799209fdaacf03361commit hash: 46196047a4df0f85aaee442799209fdaacf03361commit hash: 46196047a4df0f85aaee442799209fdaacf03361commit hash: 46196047a4df0f85aaee442799209fdaacf03361 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
6.2.1
23 Apr 2022 16:41:10
commit hash: 09d882192d28914c254493309c1224c09c94b67bcommit hash: 09d882192d28914c254493309c1224c09c94b67bcommit hash: 09d882192d28914c254493309c1224c09c94b67bcommit hash: 09d882192d28914c254493309c1224c09c94b67b files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
science/pastix: adding PaStiX, a sparse direct solver

Requested by:	pfg

Number of commits found: 12