Skip to content
Snippets Groups Projects
Commit 2b58121e authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/py-sympy] Initial import

parent 0200308d
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ SUBDIR+= py-sot-talos-balance
SUBDIR+= py-sot-tiago
SUBDIR+= py-sot-tools-v3
SUBDIR+= py-sot-torque-control
SUBDIR+= py-sympy
SUBDIR+= py-talos-dev
SUBDIR+= py-talos-torque-control
SUBDIR+= py-tiago-tutorials
......
A computer algebra system written in pure Python
# robotpkg Makefile for: math/sympy
# Created: Guilhem Saurel on Thu, 11 Aug 2022
#
DISTNAME= sympy-1.10.1
MASTER_SITES= ${MASTER_SITE_GITHUB:=sympy/}
GITHUB_RELEASE= ${DISTNAME}
CATEGORIES= math
COMMENT= A computer algebra system written in pure Python
LICENSE= original-bsd
MAINTAINER= gsaurel@laas.fr
include ../../mk/sysdep/py-setuptools.mk
include ../../mk/robotpkg.mk
This diff is collapsed.
# robotpkg depend.mk for: math/sympy
# Created: Guilhem Saurel on Thu, 11 Aug 2022
#
DEPEND_DEPTH:= ${DEPEND_DEPTH}+
PY_SYMPY_DEPEND_MK:= ${PY_SYMPY_DEPEND_MK}+
ifeq (+,$(DEPEND_DEPTH))
DEPEND_PKG+= py-sympy
endif
ifeq (+,$(SYMPY_DEPEND_MK)) # ------------------------------------------
PREFER.py-sympy?= system
SYSTEM_SEARCH.py-sympy=\
'${PYTHON_SYSLIBSEARCH}/sympy/release.py:/__version__/s/[^0-9.]//gp'
DEPEND_USE+= py-sympy
DEPEND_ABI.py-sympy?= ${PKGTAG.python-}sympy>=1.1.1
DEPEND_DIR.py-sympy?= ../../wip/py-sympy
SYSTEM_PKG.Arch.py-sympy= python-sympy
SYSTEM_PKG.Debian.py-sympy= python$(subst 2,,${PYTHON_MAJOR})-sympy
endif # PY_SYMPY_DEPEND_MK ------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
SHA1 (sympy-1.10.1.tar.gz) = 95b5323b284a3f64414dab3b9da909eeeb1c09ea
RMD160 (sympy-1.10.1.tar.gz) = c8cec4b0c76301dcc3c60c4275f09aa24802ba0b
Size (sympy-1.10.1.tar.gz) = 7111192 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment