sage: remove optional jmol dep (and thus also jre8)

We are now past Sage 10.5, and jmol is now optional so unneeded in the
default env.

See https://github.com/sagemath/sage/issues/31027
This commit is contained in:
Andrew Marshall
2025-02-17 15:54:23 -05:00
parent d74a2335ac
commit 89de2178e4
2 changed files with 0 additions and 8 deletions
-3
View File
@@ -9,7 +9,6 @@
polytopes_db,
gap,
combinatorial_designs,
jmol,
mathjax,
three,
cysignals,
@@ -37,8 +36,6 @@ writeTextFile rec {
export ECLDIR='${maxima.lisp-compiler}/lib/${maxima.lisp-compiler.pname}-${maxima.lisp-compiler.version}/'
export COMBINATORIAL_DESIGN_DATA_DIR="${combinatorial_designs}/share/combinatorial_designs"
export CREMONA_MINI_DATA_DIR="${elliptic_curves}/share/cremona"
export JMOL_DIR="${jmol}/share/jmol" # point to the directory that contains JmolData.jar
export JSMOL_DIR="${jmol}/share/jsmol"
export MATHJAX_DIR="${mathjax}/lib/node_modules/mathjax"
export THREEJS_DIR="${three}/lib/node_modules/three"
export SAGE_INCLUDE_DIRECTORIES="${cysignals}/${cysignals.pythonModule.sitePackages}"
-5
View File
@@ -31,7 +31,6 @@
rWrapper,
gfan,
cddlib,
jmol,
tachyon,
glpk,
eclib,
@@ -50,7 +49,6 @@
zlib,
gsl,
ntl,
jre8,
less,
}:
@@ -87,7 +85,6 @@ let
rWrapper
gfan
cddlib
jmol
tachyon
glpk
eclib
@@ -98,7 +95,6 @@ let
ecm
lcalc
rubiks
jre8 # only needed for `jmol` (https://sourceforge.net/p/jmol/mailman/message/58818762/), which will be optional in sage 10.5
less # needed to prevent transient test errors until https://github.com/ipython/ipython/pull/11864 is resolved
])
);
@@ -176,7 +172,6 @@ writeTextFile rec {
eclib
gsl
ntl
jmol
sympow
]
)