FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 1:56 PM BST
Port details
spooles 2.2_9 math on this many watch lists=1 search for ports that depend on this port
SParse Object Oriented Linear Equations Solver
Maintained by: maho@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 May 2003 01:37:43
License: not specified in port


   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.

WWW:	http://www.spooles.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
math/spooles-mpich

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake

Required by:
for Libraries

To install the port: cd /usr/ports/math/spooles/ && make install clean
To add the package: pkg_add -r spooles


Configuration Options
     No options to configure

Master Sites:
http://www.netlib.org/linalg/spooles/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/spooles/

Number of commits found: 22

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
26 Feb 2011 09:56:51
Original commit files touched by this commit  2.2_9
thierry search for other commits by this committer
Chase the upgrade of MPICH2.

Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.

PR:             ports/154715
28 Nov 2009 10:44:56
Original commit files touched by this commit  2.2_8
thierry search for other commits by this committer
- Chase relocation of net/mpich2

- Bump PORTREVISION if needed

- Fix some portlint errors.
09 Jan 2009 23:39:16
Original commit files touched by this commit  2.2_7
maho search for other commits by this committer
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"
22 Sep 2007 00:36:06
Original commit files touched by this commit  2.2_6
maho search for other commits by this committer
Update pkg-descr.

Submitted by:   bf <bf2006a@yahoo.com>
23 Jan 2007 05:56:09
Original commit files touched by this commit  2.2_6
maho search for other commits by this committer
Build fix for ports/spooles-mpich
09 Jan 2007 07:38:41
Original commit files touched by this commit  2.2_6
maho search for other commits by this committer
Add missing object files.
Bump portrevision.
09 Jan 2007 04:08:38
Original commit files touched by this commit  2.2_5
maho search for other commits by this committer
Install shared libs too.
Bump port revision.
23 Jul 2006 01:34:26
Original commit files touched by this commit  2.2_4
maho search for other commits by this committer
Change dependence to net/mpich2

Submitted by:   thierry
10 May 2006 22:37:39
Original commit files touched by this commit  2.2_3
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
15 Mar 2006 06:08:53
Original commit files touched by this commit  2.2_3
maho search for other commits by this committer
forgot to add two patches...
15 Mar 2006 06:08:20
Original commit files touched by this commit  2.2_3
maho search for other commits by this committer
Minor enhancements.
port should send CFLAGS, adding -fPIC for amd64.

PR:             93612
Submitted by:   Pedro F. Giffuni <giffunip@asme.org>
22 Jan 2006 12:56:47
Original commit files touched by this commit  2.2_3
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
30 Jan 2005 03:15:53
Original commit files touched by this commit  2.2_3
maho search for other commits by this committer
Fix packaging.

Submitted by:   kris via pointyhat
20 Jan 2005 04:55:18
Original commit files touched by this commit  2.2_3
maho search for other commits by this committer
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>
19 Oct 2004 02:08:48
Original commit files touched by this commit  2.2_2
maho search for other commits by this committer
1) Adding missing symbols in the library
2) Makefile Cleanups.

PR:             72216
Submitted by:   thierry@
06 May 2004 19:49:54
Original commit files touched by this commit  2.2_1
maho search for other commits by this committer
Make portlint happy by replacing space to tab

PR:             65409
Submitted by:   trevor
19 Mar 2004 04:09:18
Original commit files touched by this commit  2.2_1
maho search for other commits by this committer
SIZEify

Submitted by:   trevor
04 Feb 2004 05:10:27
Original commit files touched by this commit  2.2_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
09 Nov 2003 22:41:33
Original commit files touched by this commit  2.2
maho search for other commits by this committer
Correct patch file so that cleanly appled.

Submitted by:   bento
04 Nov 2003 12:30:41
Original commit files touched by this commit  2.2
maho search for other commits by this committer
A small bug was found on the multithreaded version of spooles...

PR:             58908
Submitted by:   Pedro F. Giffuni <giffunip@yahoo.com>
10 Jun 2003 10:58:20
Original commit files touched by this commit  2.2
maho search for other commits by this committer
Some clean up and enhancement

PR:             52019
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Rewrote in many ways...
05 May 2003 01:37:11
Original commit files touched by this commit  2.2
maho search for other commits by this committer
SPOOLES is a library for solving sparse real and complex linear
systems of equations.
Submitted by:   Pedro Giffuni <giffunip@asme.org>

Number of commits found: 22

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 6
new 48 hours20
new 7 days63
new fortnight185
new month257

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.155 seconds.