commit: 103c34eaf3cd0292a1dddefeb70ee53a713e487a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Feb 4 09:16:21 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Feb 4 09:16:21 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=103c34ea
sci-mathematics/open-axiom: some steps towards fixing compilation
now I get: ../interp/interpsys: No such file or directory
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild
b/sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild
index 8a0f64bd6..d5c363ba6 100644
--- a/sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild
+++ b/sci-mathematics/open-axiom/open-axiom-1.4.2_p20180201.ebuild
@@ -18,7 +18,7 @@ IUSE="X"
RDEPEND="X? ( x11-libs/libXpm )"
DEPEND="${RDEPEND}
app-text/noweb
- >=dev-lisp/sbcl-1.0.22
+ dev-lisp/ecls[cxx]
"
DOCS="MAINTAINERS TODO STYLES"
@@ -28,8 +28,8 @@ S="${WORKDIR}/${PN}-${COMMIT}"
src_configure() {
# There is an option to compile with other lisps. However:
# - gcl is getting obsolete and unmaintained and is hard masked
- # - could not make it work with ecls
+ # - could not make it work with sbcl
econf \
- --with-lisp=sbcl \
+ --with-lisp=ecl \
$(use_with X x)
}