[csw-devel] SF.net SVN: gar:[7077] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Nov 2 16:31:22 CET 2009
Revision: 7077
http://gar.svn.sourceforge.net/gar/?rev=7077&view=rev
Author: dmichelsen
Date: 2009-11-02 15:31:22 +0000 (Mon, 02 Nov 2009)
Log Message:
-----------
glpk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/glpk/
csw/mgar/pkg/glpk/branches/
csw/mgar/pkg/glpk/tags/
csw/mgar/pkg/glpk/trunk/
csw/mgar/pkg/glpk/trunk/Makefile
csw/mgar/pkg/glpk/trunk/checksums
csw/mgar/pkg/glpk/trunk/files/
Property changes on: csw/mgar/pkg/glpk/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/glpk/trunk/Makefile
===================================================================
--- csw/mgar/pkg/glpk/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/glpk/trunk/Makefile 2009-11-02 15:31:22 UTC (rev 7077)
@@ -0,0 +1,28 @@
+GARNAME = glpk
+GARVERSION = 4.39
+CATEGORIES = lib
+
+DESCRIPTION = GNU Linear Programming Kit
+define BLURB
+ The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale
+ linear programming (LP), mixed integer programming (MIP), and other related problems.
+ It is a set of routines written in ANSI C and organized in the form of a callable library.
+endef
+
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+PACKAGES = CSWlibglpk
+
+BUILD64 = 1
+NO_ISAEXEC = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+MERGE_DIRS_isa-extra = $(libdir)
+
+include gar/category.mk
Added: csw/mgar/pkg/glpk/trunk/checksums
===================================================================
--- csw/mgar/pkg/glpk/trunk/checksums (rev 0)
+++ csw/mgar/pkg/glpk/trunk/checksums 2009-11-02 15:31:22 UTC (rev 7077)
@@ -0,0 +1 @@
+95f276ef6c94c6de1eb689f161f525f3 glpk-4.39.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list