Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2020 15:25:43 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529895 - in head/math: . lrcalc
Message-ID:  <202003301525.02UFPhrt097581@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Mon Mar 30 15:25:42 2020
New Revision: 529895
URL: https://svnweb.freebsd.org/changeset/ports/529895

Log:
  Adding lrcalc, a Littlewood-Richardson Calculator to be used by SageMath.

Added:
  head/math/lrcalc/
  head/math/lrcalc/Makefile   (contents, props changed)
  head/math/lrcalc/distinfo   (contents, props changed)
  head/math/lrcalc/pkg-descr   (contents, props changed)
  head/math/lrcalc/pkg-plist   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Mon Mar 30 15:11:28 2020	(r529894)
+++ head/math/Makefile	Mon Mar 30 15:25:42 2020	(r529895)
@@ -370,6 +370,7 @@
     SUBDIR += lis
     SUBDIR += lll_spect
     SUBDIR += lp_solve
+    SUBDIR += lrcalc
     SUBDIR += lrng
     SUBDIR += lrslib
     SUBDIR += ltl

Added: head/math/lrcalc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/lrcalc/Makefile	Mon Mar 30 15:25:42 2020	(r529895)
@@ -0,0 +1,21 @@
+# Created by: thierry@pompo.net
+# $FreeBSD$
+
+PORTNAME=	lrcalc
+PORTVERSION=	1.2
+CATEGORIES=	math
+MASTER_SITES=	https://sites.math.rutgers.edu/~asbuch/lrcalc/
+
+MAINTAINER=	thierry@FreeBSD.org
+COMMENT=	Littlewood-Richardson Calculator
+
+LICENSE=	GPLv2+
+
+USES=		libtool
+
+GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+
+TEST_TARGET=	check
+
+.include <bsd.port.mk>

Added: head/math/lrcalc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/lrcalc/distinfo	Mon Mar 30 15:25:42 2020	(r529895)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585574070
+SHA256 (lrcalc-1.2.tar.gz) = 792dd538a0d19698be2c5b8c138730bbb4820e8a44e03b001ae14bd5f1d7040b
+SIZE (lrcalc-1.2.tar.gz) = 363120

Added: head/math/lrcalc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/lrcalc/pkg-descr	Mon Mar 30 15:25:42 2020	(r529895)
@@ -0,0 +1,11 @@
+The Littlewood-Richardson Calculator is a program designed to compute
+Littlewood-Richardson coefficients. This program is written in the C language to
+make the computation as efficient as possible. The program can compute single
+Littlewood-Richardson coefficients, products of Schur functions, or skew Schur
+functions. In addition it can compute products in the small quantum cohomology
+ring of a Grassmann variety. The software package also includes a program that
+performs fast computation of the more general multiplicative structure constants
+of Schubert polynomials.
+
+WWW: https://sites.math.rutgers.edu/~asbuch/lrcalc/
+WWW: https://bitbucket.org/asbuch/lrcalc/

Added: head/math/lrcalc/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/lrcalc/pkg-plist	Mon Mar 30 15:25:42 2020	(r529895)
@@ -0,0 +1,19 @@
+bin/lrcalc
+bin/schubmult
+include/lrcalc/alloc.h
+include/lrcalc/claim.h
+include/lrcalc/hashtab.h
+include/lrcalc/lincomb.h
+include/lrcalc/list.h
+include/lrcalc/maple.h
+include/lrcalc/schublib.h
+include/lrcalc/set.h
+include/lrcalc/symfcn.h
+include/lrcalc/vectarg.h
+include/lrcalc/vector.h
+lib/liblrcalc.a
+lib/liblrcalc.so
+lib/liblrcalc.so.1
+lib/liblrcalc.so.1.0.1
+%%DATADIR%%/README
+%%DATADIR%%/lrcalc.maple



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003301525.02UFPhrt097581>