[20240] trunk/dports/math

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 30 02:08:13 PST 2006


Revision: 20240
          http://trac.macosforge.org/projects/macports/changeset/20240
Author:   stechert at macports.org
Date:     2006-10-30 02:08:12 -0800 (Mon, 30 Oct 2006)

Log Message:
-----------
Adding ufconfig in anticipation of cxsparse, and several other of Tim Davis'
libraries.  These will eventually be used by octave.

Added Paths:
-----------
    trunk/dports/math/ufconfig/
    trunk/dports/math/ufconfig/Portfile

Added: trunk/dports/math/ufconfig/Portfile
===================================================================
--- trunk/dports/math/ufconfig/Portfile	                        (rev 0)
+++ trunk/dports/math/ufconfig/Portfile	2006-10-30 10:08:12 UTC (rev 20240)
@@ -0,0 +1,31 @@
+# $Id: Portfile,v 1.20 2006/06/21 21:27:45 mww Exp $
+
+PortSystem 1.0
+name		ufconfig
+version		2.0.2
+revision	0
+categories	math science
+maintainers     andre at splunk.com
+platforms	darwin
+description	Configuration package for Tim Davis' libraries.
+long_description \
+		A configuration package that is required by nearly all sparse \
+		matrix packages that authored by Tim Davis. These include AMD, \
+		COLAMD, CCOLAMD, CHOLMOD, KLU, BTF, LDL, CXSparse, and UMFPACK.
+
+homepage	http://www.cise.ufl.edu/research/sparse/UFconfig/
+master_sites	http://www.cise.ufl.edu/research/sparse/UFconfig/
+distname	UFconfig
+
+checksums	md5 7c2b920767741d49452c61bb368df9bd
+
+use_configure	no
+
+build	{
+		# do nothing
+}
+
+destroot {
+		xinstall -m 644 ${worksrcpath}/UFconfig.h ${destroot}${prefix}/include/
+		xinstall -m 644 ${worksrcpath}/UFconfig.mk ${destroot}${prefix}/include/
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061030/09506bfc/attachment.html


More information about the macports-changes mailing list