Сравнение fricas-1.3.8-r1 с fricas-1.3.9
/usr/portage/sci-mathematics/fricas/fricas-1.3.9.ebuild 2023-10-09 14:52:35.112368492 +0300 | ||
---|---|---|
5 | 5 |
inherit elisp-common |
6 | 6 | |
7 | 7 |
DESCRIPTION="FriCAS is a fork of Axiom computer algebra system" |
8 |
HOMEPAGE="http://fricas.sourceforge.net/ |
|
8 |
HOMEPAGE="https://fricas.sourceforge.net/ |
|
9 | 9 |
https://github.com/fricas/fricas |
10 | 10 |
https://fricas.github.io/" |
11 |
SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.bz2" |
|
11 |
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-full.tar.bz2" |
|
12 | ||
12 | 13 |
LICENSE="BSD-2" |
13 | 14 |
SLOT="0" |
14 | 15 |
KEYWORDS="~amd64 ~x86" |
... | ... | |
52 | 53 |
# necessary for clisp and gcl |
53 | 54 |
RESTRICT="strip" |
54 | 55 | |
55 |
PATCHES=( "${FILESDIR}"/${PN}-sbcl-2.3.2.patch ) |
|
56 | ||
57 | 56 |
src_configure() { |
58 | 57 |
local LISP n GMP |
59 | 58 |
LISP=sbcl |