sci-mathematics / yacas

General purpose computer algebra system

Official package sites : https://www.yacas.org/ ·

Yacas (Yet Another Computer Algebra System) is a small and highly flexible general-purpose computer algebra language. The syntax uses a infix-operator grammar parser. The distribution contains a small library of mathematical functions, but its real strength is in the language in which you can easily write your own symbolic manipulation algorithms.

v1.9.1-r1 :: 0/1 :: gentoo

Modified
License
GPL-2 gui? ( MIT Apache-2.0 OFL-1.1 )
Keywords
~amd64 ~x86
USE flags
gui jupyter static-libs test

General

gui
Enable support for a graphical user interface
jupyter
Add support for jupyter notebook
static-libs
Build static versions of dynamic libraries as well
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

dev-libs / boost : Boost Libraries for C++

dev-libs / jsoncpp : C++ JSON reader and writer

dev-libs / mathjax : JavaScript display engine for LaTeX, MathML and AsciiMath

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

dev-python / jupyter : Jupyter metapackage. Install all the Jupyter components in one go

dev-qt / qtcore : Cross-platform application development framework

dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework

dev-qt / qtmultimedia : Multimedia (audio, video, radio, camera) library for the Qt6 framework

dev-qt / qtnetwork : Network abstraction library for the Qt5 framework

dev-qt / qtopengl : OpenGL support library for the Qt5 framework (deprecated)

dev-qt / qtprintsupport : Printing support library for the Qt5 framework

dev-qt / qtsql : SQL abstraction library for the Qt5 framework

dev-qt / qtsvg : SVG rendering library for the Qt6 framework

dev-qt / qtwebengine : Library for rendering dynamic web content in Qt6 C++ and QML applications

dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework

net-libs / zeromq : High-performance asynchronous messaging library

net-libs / zmqpp : ZeroMQ 'highlevel' C++ bindings

dev-libs / boost : Boost Libraries for C++

dev-libs / jsoncpp : C++ JSON reader and writer

dev-libs / mathjax : JavaScript display engine for LaTeX, MathML and AsciiMath

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

dev-python / jupyter : Jupyter metapackage. Install all the Jupyter components in one go

dev-qt / qtcore : Cross-platform application development framework

dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework

dev-qt / qtmultimedia : Multimedia (audio, video, radio, camera) library for the Qt6 framework

dev-qt / qtnetwork : Network abstraction library for the Qt5 framework

dev-qt / qtopengl : OpenGL support library for the Qt5 framework (deprecated)

dev-qt / qtprintsupport : Printing support library for the Qt5 framework

dev-qt / qtsql : SQL abstraction library for the Qt5 framework

dev-qt / qtsvg : SVG rendering library for the Qt6 framework

dev-qt / qtwebengine : Library for rendering dynamic web content in Qt6 C++ and QML applications

dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework

net-libs / zeromq : High-performance asynchronous messaging library

net-libs / zmqpp : ZeroMQ 'highlevel' C++ bindings

741586
sci-mathematics/yacas-1.9.1 fails to compile: Could NOT find GTest
835626
sci-mathematics/yacas-1.9.1-r1 - One or more CMake variables were not used by the project:
926677
sci-mathematics/yacas-1.9.1-r1[gui] depends on dev-qt/qtwebengine:5
Repository mirror & CI · gentoo
Merge updates from master
Michael Orlitzky · gentoo
sci-mathematics/yacas: add dev-libs/mathjax upper bound
Upstream bundles mathjax-2.x, so when we add mathjax-3.x, bad things will happen otherwise. Bug: https://bugs.gentoo.org/837722 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
Rename dev-python/{sphinx_rtd_theme → sphinx-rtd-theme}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
Rename dev-python/{sphinx_rtd_theme → sphinx-rtd-theme}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
sci-mathematics/yacas: drop 1.7.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andrew Ammerlaan · gentoo
sci-mathematics/yacas: add version 1.9.1
Closes: https://bugs.gentoo.org/700004 Bug: https://bugs.gentoo.org/741586 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
sci-mathematics: Switch to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
sci-mathematics/yacas: Drop broken 1.7.0 (r0)
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
sci-mathematics/yacas: Fix desktop file icon path
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
sci-mathematics/yacas: Disable cmake external downloads, use bundled
Closes: https://bugs.gentoo.org/690534 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
sci-mathematics/yacas: Drop 1.6.1-r1
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
sci-mathematics/yacas: 1.7.0 version bump
Drop USE doc, needs unpackaged sphinxcontrib-bibtex. Drop USE java, nothing is installed, no-op in 1.6.1 already. Closes: https://bugs.gentoo.org/687844 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
David Seifert · gentoo
sci-mathematics/yacas: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4181
David Seifert · gentoo
sci-mathematics/yacas: Minor fixes
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
T. Malfatti · gentoo
media-libs/portaudio: Version bump
Andrey Grozin · gentoo
sci-mathematics/yacas: dependencies corrected
Thanks to Petross404(Petros S) <petross404@gmail.com> Bug: 607108 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andrey Grozin · gentoo
sci-mathematics/yacas: keyworded 1.6.1 ~x86
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andrey Grozin · gentoo
sci-mathematics/yacas: bump to 1.6.1
Contributed by Petross404(Petros S) <petross404@gmail.com> Bug: 607108 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed