8208 FreshPorts -- math/taucs
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
taucs 2.2_9 math on this many watch lists=1 search for ports that depend on this port
C library of sparse linear solvers
Maintained by: bf@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Jan 2004 10:29:27
License: not specified in port


The current version of the library includes the following functionality:

* Multifrontal Supernodal Cholesky Factorization.
* Left-Looking Supernodal Cholesky Factorization.
* Drop-Tolerance Incomplete-Cholesky Factorization.
* LDL^T Factorization.
* Out-of-Core, Left-Looking Supernodal Sparse Cholesky Factorization.
* Out-of-Core Sparse LU with Partial Pivoting Factor and Solve.
* Ordering Codes and Interfaces to Existing Ordering Codes.
* Matrix Operations.
* Matrix Input/Output.
* Matrix Generators.
* Iterative Solvers.
* Vaidya's Preconditioners.
* Recursive Vaidya's Preconditioners.
* Multilevel-Support-Graph Preconditioners.
* Utility Routines.

Copyright (c) 2001 by Sivan Toledo, Tel-Aviv University, 
stoledo@tau.ac.il. All Rights Reserved.

WWW:  http://www.tau.ac.il/~stoledo/taucs/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/gcc46
  2. devel/binutils
Required To Run:
  1. lang/gcc46
Required Libraries:
  1. math/metis4
  2. math/lapack
  3. math/blas

This port is required by:

for Libraries

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bf/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bf/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bf/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bf/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bf/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bf/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bf/
  9. http://www.tau.ac.il/~stoledo/taucs/2.2/

Number of commits found: 22

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
10 Jul 2012 21:28:22
Original commit files touched by this commit  2.2_9
bf search for other commits by this committer
fix library search paths and switch from the legacy ftime() to
gettimeofday() in order to solve problems with the construction of
shared libraries [1] ; configure only once; build only those
(dynamically-linked) executables that will be installed; set
USE_LDCONFIG; remove an unnecessary patch; don't mix toolchains; make
flags more uniform and remove obsolete flags; add test targets

PR:             159189 [1]
Submitted by:   stephen (different version) [1]
09 Jul 2012 11:11:44
Original commit files touched by this commit  2.2_8
bf search for other commits by this committer
add math/metis4 to math/Makefile; update math/metis to 5.0.2; add appropriate
CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly
note the restrictive license of the metis ports (while here, append the MPI port
to
*DEPENDS in math/parmetis, rather than using an assignment)

PR:             169578
22 Nov 2011 11:25:11
Original commit files touched by this commit  2.2_7
bf search for other commits by this committer
adjust use of math/atlas; fix linking problems that broke
the sparc64 build; clean up

Feature safe:   yes
24 Jul 2011 03:05:21
Original commit files touched by this commit  2.2_6
bf search for other commits by this committer
take in some orphans
16 Jul 2011 05:37:11
Original commit files touched by this commit  2.2_6
linimon search for other commits by this committer
Mark as broken on sparc64: does not link.
20 Mar 2011 12:54:45
Original commit files touched by this commit  2.2_6
miwi search for other commits by this committer
- Get Rid MD5 support
13 Sep 2009 00:08:01
Original commit files touched by this commit  2.2_6
gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
07 Jan 2009 16:34:27
Original commit files touched by this commit  2.2_5
gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
12 Jul 2007 07:14:14
Original commit files touched by this commit  2.2_4
maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
16 Jan 2007 02:58:51
Original commit files touched by this commit  2.2_4
maho search for other commits by this committer
* Fix build [1]
* Now atlas/blas/lapack are detected correctly.
Reported by:    kris via pointyhat [1]
12 Jan 2007 05:53:15
Original commit files touched by this commit  2.2_4
maho search for other commits by this committer
* Use gfortran42 only and not gcc42.
* Bump portrevision.
10 Jan 2007 03:38:09
Original commit files touched by this commit  2.2_3
maho search for other commits by this committer
-llapack should be -lalapack when linking against lapack from ATLAS.
09 Jan 2007 22:48:08
Original commit files touched by this commit  2.2_3
maho search for other commits by this committer
Now requires newer version of LAPACK(4)/BLAS(2)/ATLAS(2). Bump portrevision.
09 Jan 2007 12:07:24
Original commit files touched by this commit  2.2_2
maho search for other commits by this committer
blas.1 -> blas.2
09 Jan 2007 05:52:07
Original commit files touched by this commit  2.2_2
maho search for other commits by this committer
Migrated to gfortran42.
install shared libs as well.
13 Mar 2006 06:56:46
Original commit files touched by this commit  2.2_1
maho search for other commits by this committer
Now we don't create static lib of atlas port as default.
This affects taucs port as well

Approved by:    portmgr (linimon)
25 Nov 2005 15:48:16
Original commit files touched by this commit  2.2_1
pav search for other commits by this committer
- Add SHA256
02 Mar 2005 13:08:37
Original commit files touched by this commit  2.2_1
vs search for other commits by this committer
Install headers

PR:             ports/78272
Submitted by:   Pedro F. Giffuni
04 May 2004 13:56:39
Original commit files touched by this commit  2.2
vs search for other commits by this committer
Unbreak on -STABLE.
Having -pipe in CFLAGS would break the build:
http://docs.freebsd.org/cgi/mid.cgi?20040503181426.GB12673

Approved by: linimon (mentor)
21 Feb 2004 22:02:37
Original commit files touched by this commit  2.2
kris search for other commits by this committer
BROKEN on 4.x: does not compile
29 Jan 2004 16:13:06
Original commit files touched by this commit  2.2
trevor search for other commits by this committer
SIZEify.
03 Jan 2004 10:27:38
Original commit files touched by this commit  2.2
edwin search for other commits by this committer
NEW port: math/taucs

        TAUCS is a C library of sparse linear solvers. It's very
        fast and it works well with low memory configurations.

PR:             ports/55196
Submitted by:   Pedro F. Giffuni <giffunip@yahoo.com>

Number of commits found: 22

282a
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24527
Broken 216
Deprecated 473
Ignore 635
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours11
new 7 days28
new fortnight57
new month214

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0