diff options
author | 2016-09-10 13:36:28 +0200 | |
---|---|---|
committer | 2016-09-11 10:48:00 +0200 | |
commit | d6473d63d7750c68812a1f5f8da79e4548b752bb (patch) | |
tree | 972e189a0d8f4d7711433b0fb7844a52c8026fd7 /sci-mathematics/octave/metadata.xml | |
parent | dev-python/Numdifftools: Version bump to 0.9.17, switch back to PyPI (diff) | |
download | gentoo-d6473d63d7750c68812a1f5f8da79e4548b752bb.tar.gz gentoo-d6473d63d7750c68812a1f5f8da79e4548b752bb.tar.bz2 gentoo-d6473d63d7750c68812a1f5f8da79e4548b752bb.zip |
sci-mathematics/octave: Remove USE=jit
Gentoo-Bug: 588098
* USE=jit has become a liability instead of a feature for
Gentoo. The JIT support within octave requires old versions
of LLVM, which are broken and unsupported.
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2288
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics/octave/metadata.xml')
-rw-r--r-- | sci-mathematics/octave/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-mathematics/octave/metadata.xml b/sci-mathematics/octave/metadata.xml index a3ecac6b94b7..885c63396ee3 100644 --- a/sci-mathematics/octave/metadata.xml +++ b/sci-mathematics/octave/metadata.xml @@ -16,7 +16,6 @@ <flag name="glpk">Add support for <pkg>sci-mathematics/glpk</pkg> for linear programming</flag> <flag name="graphicsmagick">Add support for <pkg>media-gfx/graphicsmagick</pkg></flag> <flag name="gui">Enable the graphical user interface</flag> - <flag name="jit">(EXPERIMENTAL) enable JIT compiler</flag> <flag name="qhull">Add support for <pkg>media-libs/qhull</pkg>, to allow `delaunay', `convhull', and related functions</flag> <flag name="qrupdate">Add support for <pkg>sci-libs/qrupdate</pkg>for QR and Cholesky update functions</flag> <flag name="sparse">Add enhanced support for sparse matrix algebra with SuiteSparse</flag> |