forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build/pkgs/sagemath_giac: new optional package
This optional sage/giac integration package replaces the old hard dependency on giac that was required to build sage.libs.giac.
- Loading branch information
Showing
7 changed files
with
28 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
============================================================================== | ||
Sage: Open Source Mathematics Software: Giac integration | ||
============================================================================== | ||
|
||
This pip-installable source distribution ``sagemath-giac`` is a small | ||
optional distribution for use with ``sagemath-standard``. | ||
|
||
It provides a Cython interface to the ``libgiac`` library for the | ||
purpose of symbolic integration and certain Groebner basis | ||
calculations. |
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,4 @@ | ||
tarball=sagemath-giac-VERSION.tar.gz | ||
sha1=a6fe71575d21791d003e7d94b887413d4e0dea42 | ||
sha256=df7ff85a7ed595a805098fe4ff2103be52dcb7c91f5b11001f8979cfa6d68701 | ||
upstream_url=https://github.com/orlitzky/sagemath-giac/archive/refs/tags/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 @@ | ||
cysignals cython giac gmpy2 sagelib | $(PYTHON_TOOLCHAIN) $(PYTHON) |
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 @@ | ||
0.1.0 |
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,3 @@ | ||
SAGE_SPKG_CONFIGURE([sagemath_giac], [ | ||
SAGE_PYTHON_PACKAGE_CHECK([sagemath_giac]) | ||
]) |
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,8 @@ | ||
# Sorry if you wanted to specify your own $CYTHON here, but it won't | ||
# work. We need to run cython using "python /path/to/cython" so that | ||
# the python from the sage venv gets used, which is what makes sure | ||
# that the cython search path includes the venv. | ||
export CYTHON=sage-cython | ||
|
||
cd src | ||
sdh_pip_install --no-build-isolation . |
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 @@ | ||
optional |