Port details |
- spooles SParse Object Oriented Linear Equations Solver
- 2.2_16 math =3 2.2_16Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2003-05-05 01:37:43
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: mDNSResponder, e2fsprogs, vcdimager, OpenSP, libexif
- License: PD
- WWW:
- https://www.netlib.org/linalg/spooles/spooles.2.2.html
- Description:
- SPOOLES is a library for solving sparse real and complex linear
systems of equations, written in the C language using object oriented
design. At present, there is the following functionality:
1. Compute multiple minimum degree, generalized nested dissection and
multisection orderings of matrices with symmetric structure.
2. Factor and solve square linear systems of equations with symmetric
structure, with or without pivoting for stability. The
factorization can be symmetric LDLT, Hermitian LDLH, or
nonsymmetric LDU. A direct factorization or a drop tolerance
factorization can be computed. The factors and solve can be done
in serial mode, multithreaded with Solaris or POSIX threads, or
with MPI.
3. Factor and solve overdetermined full rank systems of equations
using a multifrontal QR factorization, in serial or using POSIX
threads.
4. Solve square linear systems using a variety of Krylov iterative
methods. The preconditioner is a drop tolerance factorization,
with or without pivoting for stability.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/math/spooles/ && make install clean
- To add the package, run one of these commands:
- pkg install math/spooles
- pkg install spooles
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: spooles
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (spooles/spooles.2.2.tgz) = a84559a0e987a1e423055ef4fdf3035d55b65bbe4bf915efaa1a35bef7f8c5dd
SIZE (spooles/spooles.2.2.tgz) = 4510271
SHA256 (spooles/AllInOne.ps.gz) = dd7d081ad2c633ee7e01b2665959c1a085beec4d3efbf97aeb61d10e6e2b7f3d
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- math/spooles-mpich
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- This port is required by:
- for Libraries
-
- cad/calculix-ccx
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for spooles-2.2_16:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- math_spooles
- USES:
- gmake tar:tgz
- 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 |
2.2_16 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
2.2_16 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
2.2_16 10 Dec 2023 10:23:11 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of MPICH to 4.1.2 |
2.2_15 17 May 2023 16:30:15 |
Muhammad Moinur Rahman (bofh) |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
2.2_15 27 Apr 2023 12:18:13 |
Muhammad Moinur Rahman (bofh) |
math/spooles: Fix build on HEAD
- Pet portclippy
- Refactor OPTIONSNG
- Adopt port |
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) |
2.2_15 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 ) |
2.2_15 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
2.2_15 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2_15 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.2_14 22 Sep 2018 17:40:42 |
yuri |
Change 10 ports from net/mpich2 to net/mpich
mpich2 is the obsolete version 2.x, mpich is at the current version 3.x
science/triqs science/PETSc math/py-slepc4py math/slepc math/py-petsc4py
math/petiga math/sundials cad/elmerfem math/blocksolve95 math/spooles |
2.2_13 11 Mar 2018 11:20:43 |
rene |
Return maho@'s ports to the pool after his commit bit expired.
With hat: portmgr |
2.2_13 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
2.2_12 06 Jun 2016 15:25:42 |
mat |
Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)
Sponsored by: Absolight |
2.2_12 18 Apr 2016 11:28:17 |
maho |
Cosmetic updates
- Clean up a malloc() call to get rid of some warnings.
- Pet portlint by using "makepatch" for the patches, added the license,
changed a tab after the WWW line.
PR: 208295
Submitted by: pfg@ |
2.2_12 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.2_12 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
2.2_12 17 Jan 2016 11:18:31 |
marino |
math/spooles(-mpich): Fix DOCS options
The OPTIONS_DEFINE line was placed after <bsd.ports.pre.mk> meaning the
<bsd.ports.option.mk> file was imported before the options were defined.
This is revealed by SELECTED_OPTIONS showing up blank rather than as
"DOCS". Move the line before the includes to fix.
Approved by: just-fix-it |
2.2_12 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
2.2_12 25 Mar 2015 07:37:15 |
marino |
math category: Remove $PTHREAD_LIBS
Note that math/PDL did not pass stage-QA before, so it was fixed.
approved by: PTHREAD blanket |
2.2_12 14 Mar 2015 07:06:45 |
maho |
math/spooles: fix docs option
PR: 196521
Submitted by: pfg@ |
2.2_12 14 Nov 2014 09:39:21 |
antoine |
Cleanup plist |
2.2_12 01 Sep 2014 21:50:15 |
thierry |
- Upgrade to 1.5;
- Bump PORTREVISION for consumers. |
2.2_11 26 Aug 2014 19:55:00 |
thierry |
Chase the upgrade of net/mpich2.
Approved by: portmgr (non staged ports) |
2.2_10 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
2.2_10 04 Jul 2014 00:52:40 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket) |
2.2_10 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
2.2_10 29 May 2014 22:02:52 |
marino |
math/spooles*: specify post-extraction with ${TAR}
It's possible that EXTRACT_CMD won't be predefined in the near future
in order to support distfiles in multiple formats. We know the post-
extraction tool needs to be tar, so let's specify it directly.
It may be worth looking at the post-extract target here and seeing
if it's really needed. Often one can just change the WRKSRC value to
avoid a custom post-extract taraget.
Approved by: infrastructure improvements blanket |
2.2_10 26 Feb 2014 05:15:17 |
miwi |
- Stage support |
2.2_10 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
2.2_10 06 Mar 2013 06:06:23 |
maho |
Unify files/patch-I2Ohash-large-input and files/patch-I2Ohash+src+util.c. |
2.2_10 06 Mar 2013 00:56:02 |
maho |
Add a fix to math/spooles from the CalculiX package.
PR: 176653
Submitted by: pfg@ |
2.2_9 26 Feb 2011 09:56:51 |
thierry |
Chase the upgrade of MPICH2.
Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.
PR: ports/154715 |
2.2_8 28 Nov 2009 10:44:56 |
thierry |
- Chase relocation of net/mpich2
- Bump PORTREVISION if needed
- Fix some portlint errors. |
2.2_7 09 Jan 2009 23:39:16 |
maho |
Fix segfault for very large systems
(1,000,000 dofs and more).
http://groups.yahoo.com/group/calculix/message/5018
Submitted by: "Pedro F. Giffuni" |
2.2_6 22 Sep 2007 00:36:06 |
maho |
Update pkg-descr.
Submitted by: bf <bf2006a@yahoo.com> |
2.2_6 23 Jan 2007 05:56:09 |
maho |
Build fix for ports/spooles-mpich |
2.2_6 09 Jan 2007 07:38:41 |
maho |
Add missing object files.
Bump portrevision. |
2.2_5 09 Jan 2007 04:08:38 |
maho |
Install shared libs too.
Bump port revision. |
2.2_4 23 Jul 2006 01:34:26 |
maho |
Change dependence to net/mpich2
Submitted by: thierry |
2.2_3 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
2.2_3 15 Mar 2006 06:08:53 |
maho |
forgot to add two patches... |
2.2_3 15 Mar 2006 06:08:20 |
maho |
Minor enhancements.
port should send CFLAGS, adding -fPIC for amd64.
PR: 93612
Submitted by: Pedro F. Giffuni <giffunip@asme.org> |
2.2_3 22 Jan 2006 12:56:47 |
edwin |
SHA256ify
Approved by: krion@ |
2.2_3 30 Jan 2005 03:15:53 |
maho |
Fix packaging.
Submitted by: kris via pointyhat |
2.2_3 20 Jan 2005 04:55:18 |
maho |
New versions of cad/calculix (>=1.2) will let us build with Multithreaded
support
in addition to the serial version. This change is required for that purpose, and
doesn't seem to have any ill efect on the serial version.
PR: 75528
Submitted by: Pedro F. Giffuni <giffunip@asme.org> |
2.2_2 19 Oct 2004 02:08:48 |
maho |
1) Adding missing symbols in the library
2) Makefile Cleanups.
PR: 72216
Submitted by: thierry@ |
2.2_1 06 May 2004 19:49:54 |
maho |
Make portlint happy by replacing space to tab
PR: 65409
Submitted by: trevor |
2.2_1 19 Mar 2004 04:09:18 |
maho |
SIZEify
Submitted by: trevor |
2.2_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
2.2 09 Nov 2003 22:41:33 |
maho |
Correct patch file so that cleanly appled.
Submitted by: bento |
2.2 04 Nov 2003 12:30:41 |
maho |
A small bug was found on the multithreaded version of spooles...
PR: 58908
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> |
2.2 10 Jun 2003 10:58:20 |
maho |
Some clean up and enhancement
PR: 52019
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Rewrote in many ways... |
2.2 05 May 2003 01:37:11 |
maho |
SPOOLES is a library for solving sparse real and complex linear
systems of equations.
Submitted by: Pedro Giffuni <giffunip@asme.org> |