Revision: 16288 http://gar.svn.sourceforge.net/gar/?rev=16288&view=rev Author: dmichelsen Date: 2011-11-25 15:29:39 +0000 (Fri, 25 Nov 2011) Log Message: ----------- umfpack: Initial commit, still needs some work
Added Paths: ----------- csw/mgar/pkg/umfpack/ csw/mgar/pkg/umfpack/branches/ csw/mgar/pkg/umfpack/tags/ csw/mgar/pkg/umfpack/trunk/ csw/mgar/pkg/umfpack/trunk/Makefile csw/mgar/pkg/umfpack/trunk/checksums csw/mgar/pkg/umfpack/trunk/files/ Property changes on: csw/mgar/pkg/umfpack/trunk ___________________________________________________________________ Added: svn:ignore + cookies download work Added: svn:externals + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 Added: csw/mgar/pkg/umfpack/trunk/Makefile =================================================================== --- csw/mgar/pkg/umfpack/trunk/Makefile (rev 0) +++ csw/mgar/pkg/umfpack/trunk/Makefile 2011-11-25 15:29:39 UTC (rev 16288) @@ -0,0 +1,40 @@ +NAME = umfpack +VERSION = 5.5.1 +CATEGORIES = lib + +DESCRIPTION = A set of routines for solving unsymmetric sparse linear systems +define BLURB + UMFPACK is a set of routines for solving unsymmetric sparse linear systems, + Ax=b, using the Unsymmetric MultiFrontal method. Written in ANSI/ISO C, with + a MATLAB (Version 6.0 and later) interface. Appears as a built-in routine + (for lu, backslash, and forward slash) in MATLAB. Includes a MATLAB interface, + a C-callable interface, and a Fortran-callable interface. Note that "UMFPACK" + is pronounced in two syllables, "Umph Pack". It is not "You Em Ef Pack". +endef + +MASTER_SITES = http://www.cise.ufl.edu/research/sparse/umfpack/ +MASTER_SITES += http://www.cise.ufl.edu/research/sparse/UFconfig/ +MASTER_SITES += http://www.cise.ufl.edu/research/sparse/amd/ +DISTNAME = UMFPACK +DISTFILES = UMFPACK-$(VERSION).tar.gz +DISTFILES += UFconfig-3.6.1.tar.gz +DISTFILES += AMD-2.2.2.tar.gz + +BUILD64 = 1 +# CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_SCRIPTS = + +# From UFconfig/UFconfig.mk +OPT_FLAGS_SOS_32 = -KPIC -dalign -xc99=%none -Xc -xlibmieee -xO5 -xlibmil +OPT_FLAGS_SOS_64 = -fast -KPIC -xc99=%none -xlibmieee -xlibmil -Xc +OPT_FLAGS_SOS = $(OPT_FLAGS_SOS_$(MEMORYMODEL)) + +FFLAGS = -fast -KPIC -dalign -xlibmil -m64 +BLAS = -xlic_lib=sunperf +LAPACK = + +BUILD_OVERRIDE_DIRS = CFLAGS FFLAGS BLAS LAPACK + +TEST_TARGET = check + +include gar/category.mk Added: csw/mgar/pkg/umfpack/trunk/checksums =================================================================== --- csw/mgar/pkg/umfpack/trunk/checksums (rev 0) +++ csw/mgar/pkg/umfpack/trunk/checksums 2011-11-25 15:29:39 UTC (rev 16288) @@ -0,0 +1,3 @@ +76b870aaf5c98eb34579467dfed38b19 AMD-2.2.2.tar.gz +6289d0372a475bdfdd58aba8de85cfc2 UFconfig-3.6.1.tar.gz +cb13431ce9cf2b515d1f889f329f4558 UMFPACK-5.5.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel