This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'u/arojas/upgrade_lrcalc_to_2_0' of git://trac.sagemath.…
…org/sage into u/arojas/upgrade_lrcalc_to_2_0
- Loading branch information
Showing
15 changed files
with
92 additions
and
430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
tarball=lrcalc-VERSION.tar.gz | ||
sha1=89c288875bc3e3e2919876cb645bdfd7316b5965 | ||
md5=6bba16c0cca9debccd0af847bd3d4a23 | ||
cksum=3738483656 | ||
tarball=liblrcalc-VERSION.tar.gz | ||
sha1=2a98661eb39c7ef526c932f7886fc3142fd639ab | ||
md5=7cfa8f67287f2b70a15a833b94bc24b6 | ||
cksum=2250996027 | ||
upstream_url=https://sites.math.rutgers.edu/~asbuch/lrcalc/lrcalc-VERSION.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2.p1 | ||
2.1 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
SAGE_SPKG_CONFIGURE([lrcalc], [ | ||
AC_CHECK_HEADERS([lrcalc/schublib.h], [ | ||
AC_LANG_PUSH([C]) | ||
AC_CHECK_HEADERS([lrcalc/schublib.h] [lrcalc/lrcoef.h], [ | ||
AC_SEARCH_LIBS([mult_poly_schubert], [lrcalc], [], [sage_spkg_install_lrcalc=yes]) | ||
], [sage_spkg_install_lrcalc=yes], | ||
[[#ifndef _HASHTAB_H | ||
#include <lrcalc/hashtab.h> | ||
#include <lrcalc/vector.h> | ||
[[#ifndef _IVECTOR_H | ||
#include <lrcalc/ivector.h> | ||
#endif]]) | ||
AC_LANG_POP | ||
]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
cd src | ||
|
||
# Use newer version of config.guess and config.sub (see Trac #19725) | ||
cp "$SAGE_ROOT"/config/config.guess . | ||
cp "$SAGE_ROOT"/config/config.sub . | ||
|
||
sdh_configure | ||
sdh_make | ||
sdh_make_install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
lrcalc_python: Littlewood-Richardson calculator | ||
=============================================== | ||
|
||
Description | ||
----------- | ||
|
||
Python bindings for the Littlewood-Richardson Calculator | ||
|
||
http://sites.math.rutgers.edu/~asbuch/lrcalc/ | ||
|
||
License | ||
------- | ||
|
||
GNU General Public License V3 | ||
|
||
|
||
Upstream Contact | ||
---------------- | ||
|
||
Anders S. Buch (asbuch@math.rutgers.edu) | ||
|
||
https://bitbucket.org/asbuch/lrcalc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
tarball=lrcalc-VERSION.tar.gz | ||
sha1=3e9366d9e8b8beccec70b07d174b8f6683c01574 | ||
md5=4ae444d12ed8e0dd770594ea3ef4a208 | ||
cksum=2741305196 | ||
upstream_url=https://pypi.io/packages/source/l/lrcalc/lrcalc-VERSION.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
$(PYTHON) lrcalc | $(PYTHON_TOOLCHAIN) cython | ||
|
||
---------- | ||
All lines of this file are ignored except the first. | ||
It is copied by SAGE_ROOT/build/make/install into SAGE_ROOT/build/make/Makefile. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
lrcalc ~=2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cd src && sdh_pip_install . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
standard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.