FreshPorts -- The Place For Ports Sat, 17 May 2008 8:57 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
umfpack 4.4_1 math on this many watch lists=1 search for ports that depend on this port
Deprecated DEPRECATED: Outdated subset of math/suitesparse
Expired This port expired on: 2007-11-30
Unsymmetric-pattern MultiFrontal Package

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


A package for solving systems of sparse linear systems Ax=b, where A is 
sparse and can be unsymmetric.  There are options for choosing a good 
pivot order, factorizing a subsequent matrix with the same pivot order and 
nonzero pattern as a previously factorized matrix, and solving systems of 
linear equations with the factors (with A, L, or U; or with their 
transposes in the single/double precision versions).  Iterative 
refinement, with sparse backward error estimates, can be performed.  
Single and double precision, complex, and complex double precision 
(complex*16) routines are available.  

WWW:	http://www.cise.ufl.edu/research/sparse/umfpack/

This package also includes AMD, a set of routines for pre-ordering sparse 
matrices prior to Cholesky or LU factorization using the aproximate 
minimum degree ordering algorithm:
	http://www.cise.ufl.edu/research/sparse/amd/
_________
Note: By default this port builds the C-callable interface using the CBLAS 
interface from ATLAS, but other versions of BLAS could be used and there 
is also a FORTRAN interface available.
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/gcc42
Required Libraries: math/blas

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


Configuration Options
     No options to configure

Master Sites:
http://www.cise.ufl.edu/research/sparse/umfpack/v4.4/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 23

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Oct 2007 14:02:04
Original commit files touched by this commit  4.4_1
stefan search for other commits by this committer
Mark this port as DEPRECATED with and EXPIRATION_DATE of 2007-11-30, as it's an
outdated, unmaintained subset of math/suitesparse.

PR:             116965
Submitted by:   bf <bf2006a@yahoo.com>
14 Jul 2007 03:41:20
Original commit files touched by this commit  4.4_1
maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
16 Jan 2007 02:24:26
Original commit files touched by this commit  4.4_1
maho search for other commits by this committer
Remove CONFLICT between elmer-umfpack
14 Jan 2007 16:56:51
Original commit files touched by this commit  4.4_1
thierry search for other commits by this committer
Register conflict with math/suitesparse & pet portlint.
13 Jan 2007 00:34:33
Original commit files touched by this commit  4.4_1
maho search for other commits by this committer
* Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
29 May 2006 21:34:20
Original commit files touched by this commit  4.4
thierry search for other commits by this committer
Use BLAS instead of ATLAS by default.

I used to recommend the use of ATLAS over the standard fortran BLAS.
Unfortunately for some time we are not packaging ATLAS anymore, and very
recently the source code of GotoBLAS has been made available for
research purposes. GotoBLAS is said to be faster than ATLAS and the
shared library is exchangeable with the standard BLAS. Curiously the
standard BLAS is known to beat both GotoBLAS and ATLAS when the problems
are not too complex, so I expect it's better for beginners.

I am hereto recommending the use of shared blas by default but leaving a
WITH_ATLAS knob in case someone doesn't have access to GotoBLAS and
wants to try to squeeze some more performance.

PR:             ports/98070
Submitted by:   Pedro F. Giffuni <giffunip (at) asme.org>
24 Apr 2006 21:00:39
Original commit files touched by this commit  4.4
thierry search for other commits by this committer
Register conflict with math/elmer-umfpack.

Submitted by:   Pedro F. Giffuni <giffunip@asme.org>
15 Mar 2006 06:04:18
Original commit files touched by this commit  4.4
maho search for other commits by this committer
Now ATLAS port creates only shared libs by default.

Submitted by:   Pedro F. Giffuni <giffunip@asme.org>
20 Feb 2006 12:39:11
Original commit files touched by this commit  4.4
thierry search for other commits by this committer
Rename test target into regression-test.

Spotted by:     Kris
20 Feb 2006 08:56:57
Original commit files touched by this commit  4.4
thierry search for other commits by this committer
- Let the cblas library get overriden from the ports makefile;

- Add a test: target;

- Define -fPIC on amd64.

PR:             93005
Submitted by:   Pedro F. Giffuni <giffunip (at) asme.org>
25 Nov 2005 15:48:16
Original commit files touched by this commit  4.4
pav search for other commits by this committer
- Add SHA256
19 Mar 2005 08:33:57
Original commit files touched by this commit  4.4
thierry search for other commits by this committer
Upgrade to to version 4.4.

PR:             ports/79004
Submitted by:   Pedro F. Giffuni
12 Oct 2004 06:31:15
Original commit files touched by this commit  4.3
thierry search for other commits by this committer
Upgrade to 4.3.
29 Jan 2004 16:13:06
Original commit files touched by this commit  4.1_1
trevor search for other commits by this committer
SIZEify.
23 Jan 2004 05:28:50
Original commit files touched by this commit  4.1_1
trevor search for other commits by this committer
Use LS macro.
07 Dec 2003 02:18:41
Original commit files touched by this commit  4.1_1
pav search for other commits by this committer
- Install header files
- Fix whitespace in pkg-plist

PR:             ports/58534
Submitted by:   Thierry Thomas <thierry@pompo.net>
08 Aug 2003 17:51:45
Original commit files touched by this commit  4.1
maho search for other commits by this committer
a) Fix build
b) add examples

Submitted by:   kris via bento
07 Aug 2003 10:19:36
Original commit files touched by this commit  4.1
kris search for other commits by this committer
BROKEN: Does not install
19 Jul 2003 01:53:33
Original commit files touched by this commit  4.1
maho search for other commits by this committer
MASTER_SITES has been subjected to change.

Submitted by:   Pedro F. Giffuni <giffunip@yahoo.com>
20 Jun 2003 21:04:56
Original commit files touched by this commit  4.1
nork search for other commits by this committer
Update to 4.1.
Use CBLAS from ATLAS instead of the unaccelarated BLAS.

PR:             ports/53563
Submitted by:   Pedro F. Giffuni <giffunip@yahoo.com>
20 Feb 2003 18:42:25
Original commit files touched by this commit  2.2.1
knu search for other commits by this committer
De-pkg-comment.
24 Dec 2001 02:17:17
files touched by this commit
pat search for other commits by this committer
- PORTDOCS police   - DOCSDIR support to some   - Brush out some lint    
08 Oct 2000 05:10:26
files touched by this commit
asami search for other commits by this committer
Convert category math to new layout.  

Number of commits found: 23

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 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
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days19
new fortnight53
new month157

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

Add tab to Netscape 6

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