aboutsummaryrefslogtreecommitdiff
path: root/academic
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-03-01 21:56:01 +1300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-03 15:56:51 +0700
commitb2519f95fdcc4c34874b99ada283907bfc6147ec (patch)
treee75d63b868e6a19636de30283257389cb05b256a /academic
parent062c44615d50deb42afe6e8dfa766bbb726a386d (diff)
various: Use zulu jdk builds for REQUIRES.
As noted in the FAQ, you can still use Oracle's JDK for building or running, but we'll default to the Zulu builds in the REQUIRES since they are easily downloadable. Zulu is a good default for us at SBo since it is available for both 32 and 64 bit, freely downloadable and compatible and they provide builds for all the LTS branches. We don't currently have builds for Adoptium (previously AdoptOpenJDK, not part of the Eclipse Foundation), but if someone wants to submit builds for them, we can include them too. Note though that they do not provide 32 bit builds. Software should run with either Zulu or Oracle's JDK, or indeed any other builds of OpenJDK, so if I have broken your build with this change, apologies. This should be rare and we can change the REQUIRES back to jdkX in that case and note it in the README, but I do not expect this should be the case. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/calcoo/calcoo.info2
-rw-r--r--academic/cvc4/cvc4.info2
-rw-r--r--academic/fastqc/fastqc.info2
-rw-r--r--academic/jpicedt/jpicedt.info2
-rw-r--r--academic/jugglinglab/jugglinglab.info2
-rw-r--r--academic/link-grammar/link-grammar.info2
-rw-r--r--academic/scilab/README5
7 files changed, 9 insertions, 8 deletions
diff --git a/academic/calcoo/calcoo.info b/academic/calcoo/calcoo.info
index e05dcb7ba6f7..cb01da56f7ac 100644
--- a/academic/calcoo/calcoo.info
+++ b/academic/calcoo/calcoo.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/project/calcoo/calcoo/2.1.0/calcoo.ja
MD5SUM="78880e375fb50cb6b945e43713c11065"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="jdk"
+REQUIRES="zulu-openjdk8"
MAINTAINER="Robby Workman"
EMAIL="rworkman@slackbuilds.org"
diff --git a/academic/cvc4/cvc4.info b/academic/cvc4/cvc4.info
index 25b69f9a4add..8125f2612540 100644
--- a/academic/cvc4/cvc4.info
+++ b/academic/cvc4/cvc4.info
@@ -7,6 +7,6 @@ MD5SUM="9f7657e21fec3c4042225b0b8f513c34 \
1b91dea1c7d480b3223f7c8a9aa0e172"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="jdk libantlr3c python-toml"
+REQUIRES="zulu-openjdk8 libantlr3c python-toml"
MAINTAINER="Nick Smallbone"
EMAIL="nick@smallbone.se"
diff --git a/academic/fastqc/fastqc.info b/academic/fastqc/fastqc.info
index a84ec6f99daa..339e12ba48fa 100644
--- a/academic/fastqc/fastqc.info
+++ b/academic/fastqc/fastqc.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.11.
MD5SUM="ee7901b681bb2762d75d5a56c7ec6958"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="jdk"
+REQUIRES="zulu-openjdk8"
MAINTAINER="Rob van Nues"
EMAIL="sborg63@disroot.org"
diff --git a/academic/jpicedt/jpicedt.info b/academic/jpicedt/jpicedt.info
index 584e475fdfd8..e67a6ff73677 100644
--- a/academic/jpicedt/jpicedt.info
+++ b/academic/jpicedt/jpicedt.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/jpicedt/jpicedt-install_1_4_1_03_2007
MD5SUM="bc1894efbe41c87e5767fb17c8a21d20"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="jdk"
+REQUIRES="zulu-openjdk8"
MAINTAINER="Robert Allen"
EMAIL="slacker@slaphappygeeks.com"
diff --git a/academic/jugglinglab/jugglinglab.info b/academic/jugglinglab/jugglinglab.info
index 3f55b9112c81..3a72ece5e582 100644
--- a/academic/jugglinglab/jugglinglab.info
+++ b/academic/jugglinglab/jugglinglab.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/jugglinglab/JugglingLab-0.6.2_other.t
MD5SUM="752a399833f0c78c2a2517ef6fffc46b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="jdk"
+REQUIRES="zulu-openjdk8"
MAINTAINER="Petr Kletecka"
EMAIL="admin@zonglovani.info"
diff --git a/academic/link-grammar/link-grammar.info b/academic/link-grammar/link-grammar.info
index ce4fe11b19b8..5e493b468626 100644
--- a/academic/link-grammar/link-grammar.info
+++ b/academic/link-grammar/link-grammar.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://www.abisource.com/downloads/link-grammar/4.8.0/link-grammar-4.8
MD5SUM="218a2ee5ffed258bc52a0718811ca66e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="apache-ant jdk"
+REQUIRES="apache-ant zulu-openjdk8"
MAINTAINER="Michael Gabilondo"
EMAIL="mgabilo{at}gmail{dot}com"
diff --git a/academic/scilab/README b/academic/scilab/README
index beb711020ab6..9c9b1b0fd58a 100644
--- a/academic/scilab/README
+++ b/academic/scilab/README
@@ -12,8 +12,9 @@ to run the updated profile scripts.
If you have issues on upgrading/reinstalling or changing desktop
environments, try delete/rename $HOME/.Scilab to resolve.
-Openjdk8 or jdk are optional. Scilab will use the system-wide installed
-java if found. Otherwise, scilab will use its own internal jre.
+zulu-openjdk8, openjdk8 or jdk are optional. Scilab will use the
+system-wide installed java if found. Otherwise, scilab will use
+its own internal jre.
*NOTE* the tarball url is not wget-friendly: you might need a browser
to download it.