math/lrcalc: upgrade to 2.1
This commit is contained in:
parent
375d9c2d9e
commit
6f9bedd8be
@ -1,7 +1,7 @@
|
||||
# Created by: thierry@pompo.net
|
||||
|
||||
PORTNAME= lrcalc
|
||||
PORTVERSION= 1.3
|
||||
PORTVERSION= 2.1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://sites.math.rutgers.edu/~asbuch/lrcalc/
|
||||
|
||||
@ -14,6 +14,7 @@ USES= autoreconf libtool
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1611495149
|
||||
SHA256 (lrcalc-1.3.tar.gz) = 67c5131102b807b1e537da09705a9615cca56b6accae5d5f08afdf1299c72778
|
||||
SIZE (lrcalc-1.3.tar.gz) = 275160
|
||||
TIMESTAMP = 1654287925
|
||||
SHA256 (lrcalc-2.1.tar.gz) = 996ac00e6ea8321ef09b34478f5379f613933c3254aeba624b6419b8afa5df57
|
||||
SIZE (lrcalc-2.1.tar.gz) = 425484
|
||||
|
@ -1,19 +1,25 @@
|
||||
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/hashtab.tpl.h
|
||||
include/lrcalc/ilist.h
|
||||
include/lrcalc/ivector.h
|
||||
include/lrcalc/ivlincomb.h
|
||||
include/lrcalc/ivlist.h
|
||||
include/lrcalc/list.tpl.h
|
||||
include/lrcalc/lrcoef.h
|
||||
include/lrcalc/lriter.h
|
||||
include/lrcalc/maple.h
|
||||
include/lrcalc/optshape.h
|
||||
include/lrcalc/part.h
|
||||
include/lrcalc/perm.h
|
||||
include/lrcalc/schublib.h
|
||||
include/lrcalc/set.h
|
||||
include/lrcalc/symfcn.h
|
||||
include/lrcalc/schur.h
|
||||
include/lrcalc/vectarg.h
|
||||
include/lrcalc/vector.h
|
||||
include/lrcalc/vector.tpl.h
|
||||
lib/liblrcalc.a
|
||||
lib/liblrcalc.so
|
||||
lib/liblrcalc.so.1
|
||||
lib/liblrcalc.so.1.0.1
|
||||
lib/liblrcalc.so.2
|
||||
lib/liblrcalc.so.2.0.0
|
||||
%%DATADIR%%/README
|
||||
%%DATADIR%%/lrcalc.maple
|
||||
|
Loading…
Reference in New Issue
Block a user