mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
New package: sagemath-giac-0.1.1
This commit is contained in:
parent
98972978ab
commit
e8c2d4427b
1 changed files with 17 additions and 0 deletions
17
srcpkgs/sagemath-giac/template
Normal file
17
srcpkgs/sagemath-giac/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'sagemath-giac'
|
||||
pkgname=sagemath-giac
|
||||
version=0.1.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_build_args="--skip-dependency-check" # can remove after #54482 and #54495
|
||||
hostmakedepends="python3-meson-python python3-Cython"
|
||||
makedepends="python3-cysignals python3-gmpy2 sagemath libmpc-devel giac-devel"
|
||||
depends="sagemath"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Support for using Giac within SageMath"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/sagemath/sagemath-giac/"
|
||||
changelog="https://github.com/sagemath/sagemath-giac/releases"
|
||||
distfiles="https://github.com/sagemath/sagemath-giac/releases/download/${version}/sagemath_giac-${version}.tar.gz"
|
||||
checksum=9bdf5a96a4ce3dd7e4551ac46ebbddcda7e163589be9a7f2173446a5b5943106
|
Loading…
Add table
Reference in a new issue