Liliana Marie Prikler
74e5275167
gnu: Add java-antlr4-runtime-python.
...
* gnu/packages/java.scm (java-antlr4-runtime-python): New variable.
2023-01-08 16:27:58 +01:00
Greg Hogan
fc4eef7506
gnu: openjdk18: Update to 18.0.2.
...
* gnu/packages/java.scm (openjdk18): Update to 18.0.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-12-20 17:06:38 +02:00
Greg Hogan
a49e4087a1
gnu: openjdk17: Update to 17.0.5.
...
* gnu/packages/java.scm (openjdk17): Update to 17.0.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-12-20 17:06:38 +02:00
Greg Hogan
7cf6e66548
gnu: openjdk16: Update to 16.0.2.
...
* gnu/packages/java.scm (openjdk16): Update to 16.0.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-12-20 17:06:38 +02:00
Greg Hogan
0175b93199
gnu: openjdk15: Update to 15.0.9.
...
* gnu/packages/java.scm (openjdk15): Update to 15.0.9.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-12-20 17:06:38 +02:00
Greg Hogan
8a6316ef9e
gnu: openjdk13: Update to 13.0.13.
...
* gnu/packages/java.scm (openjdk13): Update to 13.0.13.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-12-20 17:06:37 +02:00
Efraim Flashner
c8ebfa0dd9
gnu: openjdk11: Fix find-files syntax.
...
* gnu/packages/java.scm (openjdk11)[source]: Remove extra characters
from find-files invocation.
[arguments]: Remove extra characters from find-files invocations in
multiple phases.
2022-12-20 17:06:37 +02:00
Greg Hogan
f667aeb642
gnu: openjdk11: Update to 11.0.17.
...
* gnu/packages/java.scm (openjdk11): Update to 11.0.17.
[source]: Fix source file-name.
[native-inputs]: Add bash.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-12-20 17:06:34 +02:00
Marius Bakke
d899e9351d
gnu: OpenJDK: Avoid usage of (guix build syscalls).
...
* gnu/packages/java.scm (ant-bootstrap)[arguments]: Use MKDTEMP instead of
MKDTEMP! from (guix build syscalls).
(icedtea-8, openjdk9, openjdk11, antlr2): Likewise.
2022-11-11 18:09:58 +01:00
Julien Lepiller
10c82778ab
gnu: java-commons-jcs: Update to 3.1.
...
* gnu/packages/java.scm (java-commons-jcs): Update to 3.1.
(josm)[arguments]: Remove now unneeded phase.
2022-11-03 15:11:34 +01:00
Julien Lepiller
622042110c
gnu: java-commons-compress: Update to 1.21.
...
* gnu/packages/java.scm (java-commons-compress): Update to 1.21.
(java-osgi-annotation, java-osgi-core): Create pom file and install from
it.
* gnu/packages/maven.scm (java-surefire-parent-pom): Fix pom fixing.
2022-11-03 15:11:30 +01:00
Julien Lepiller
eaf4441b62
gnu: Add java-asm-3.
...
* gnu/packages/java.scm (java-asm): New variable.
2022-11-03 15:11:28 +01:00
Julien Lepiller
cd7f674010
gnu: Add java-ow-util-ant-tasks.
...
* gnu/packages/java.scm (java-ow-util-ant-tasks): New variable.
2022-11-03 15:11:26 +01:00
Maxim Cournoyer
990a4822f1
Merge branch 'staging' into core-updates
...
Conflicts resolved in:
gnu/local.mk
gnu/packages/cran.scm
gnu/packages/gnome.scm
gnu/packages/gtk.scm
gnu/packages/icu4c.scm
gnu/packages/java.scm
gnu/packages/machine-learning.scm
gnu/packages/tex.scm
2022-09-27 15:59:30 -04:00
Maxim Cournoyer
fb6173b7c0
gnu: openjdk: Update to 18.
...
* gnu/packages/java.scm (openjdk): Update to 18.
(openjdk18): New variable.
2022-09-27 10:05:54 -04:00
Maxim Cournoyer
b2aa42435b
gnu: openjdk17: Define with make-openjdk.
...
* gnu/packages/java.scm (openjdk17): Define with make-openjdk.
[phases]: Use gexps.
2022-09-27 10:05:54 -04:00
Maxim Cournoyer
c5fb7bb7f7
gnu: openjdk16: Define with make-openjdk.
...
* gnu/packages/java.scm (openjdk16): Define with make-openjdk.
2022-09-27 10:05:54 -04:00
Maxim Cournoyer
216a7d8197
gnu: openjdk15: Define with make-openjdk.
...
* gnu/packages/java.scm (openjdk15): Define with make-openjdk.
[source]: Clear snippet and modules fields.
[native-inputs]: Rewrite using modify-inputs.
2022-09-27 10:05:54 -04:00
Maxim Cournoyer
068dfa33de
gnu: openjdk14: Define with make-openjdk.
...
* gnu/packages/java.scm (openjdk14): Define with make-openjdk.
[source]: Remove trailing #t from snippet field and improve regexp.
2022-09-27 10:05:53 -04:00
Maxim Cournoyer
26dd4ce571
gnu: openjdk13: Define with make-openjdk.
...
* gnu/packages/java.scm (openjdk13): Define with make-openjdk.
2022-09-27 10:05:53 -04:00
Maxim Cournoyer
f0280f6245
gnu: openjdk12: Introduce 'make-openjdk' syntax and use it.
...
* gnu/packages/java.scm (make-openjdk): New syntax.
(openjdk12): Use it to define package.
[source]: Remove trailing #t from snippet field and improve regexp.
[phases]: Use gexps.
2022-09-27 10:05:53 -04:00
Maxim Cournoyer
6bf7467b07
gnu: opendjk11: Reduce size by removing extraneous files.
...
By removing the *.diz and src.zip files, the size of the main output of
OpenJDK 11 is reduced from 345 MiB to 116 MiB for OpenJDK 11, while the 'jdk'
output is reduced from 805 MiB to 353 MiB.
* gnu/packages/java.scm (openjdk11)[modules]: New field.
[phases]{remove-diz-files}: New phase.
{strip-character-data-timestamps}: Order after remove-diz-files.
2022-09-27 10:05:53 -04:00
Maxim Cournoyer
6193d98717
gnu: opendjk11: Improve regular expressions.
...
* gnu/packages/java.scm (openjdk11)
[phases]{strip-archive-timestamps}: Replace '.*.' with '\\.' in regexps.
2022-09-27 10:05:53 -04:00
Maxim Cournoyer
7ac7a6d103
gnu: opendjk11: Remove input labels.
...
* gnu/packages/java.scm (openjdk11)[inputs, native-inputs]: Remove labels.
2022-09-27 10:05:52 -04:00
Maxim Cournoyer
e33ab2dd9e
gnu: opendjk11: Remove trailing #t and use gexps.
...
* gnu/packages/java.scm (openjdk11): Properly punctuate comments.
[source]: Remove trailing #t in snippet.
[configure-flags]: Use gexps and this-package-input.
[phases]: Delete trailing #t and use gexps to refer to outputs.
2022-09-27 10:05:52 -04:00
Artyom V. Poptsov
72fe3c0a35
gnu: Add java-argparse4j.
...
* gnu/packages/java.scm (java-argparse4j): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-09-19 15:43:28 +02:00
Marius Bakke
7e0f2728a4
Merge branch 'staging' into core-updates
2022-09-16 19:11:43 +02:00
Marius Bakke
6ce5a6c2e3
gnu: antlr4: Update to 4.10.1.
...
* gnu/packages/java.scm (java-antlr4-runtime): Update to 4.10.1.
[source](patches): Remove obsolete patch.
(java-antlr4-runtime-cpp): Add #:configure-flags.
(antlr4)[arguments]: Don't run tests from removed directory. Enable one test;
exclude one file.
* gnu/packages/fontutils.scm (python-afdko)[arguments]: Add phase to build
with the C++ 17 standard.
2022-09-16 18:42:21 +02:00
Maxim Cournoyer
4920f6e634
Merge branch 'staging' into core-updates
...
Conflicts resolved in:
gnu/local.mk
gnu/packages/cmake.scm
gnu/packages/glib.scm
gnu/packages/gnome.scm
gnu/packages/gtk.scm
gnu/packages/sdl.scm
pango-next, vala-next and librsvg-bootstrap were removed in the process.
2022-09-15 11:43:21 -04:00
Artyom V. Poptsov
8349fce0ee
gnu: Add java-slf4j-nop.
...
* gnu/packages/java.scm (java-slf4j-nop): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-09-14 09:33:11 +01:00
Marius Bakke
513091dbd2
gnu: OpenJDK@{12,13,14,15,16}: Fix build with glibc 2.34 and later.
...
* gnu/packages/java.scm (openjdk12, openjdk13, openjdk14, openjdk15,
openjdk16)[source](patches): Add 'openjdk-10-hotspot-stack-size.patch'.
2022-09-13 14:53:08 +02:00
Marius Bakke
c463d7ac91
gnu: OpenJDK@10: Fix build with newer toolchains.
...
* gnu/packages/java.scm (openjdk10)[source](patches): Add two patches.
[source](snippet): While here, simplify.
* gnu/packages/patches/openjdk-10-hotspot-pointer-comparison.patch,
gnu/packages/patches/openjdk-10-hotspot-stack-size.patch: New files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-09-13 14:53:08 +02:00
Marius Bakke
389b5b5359
gnu: OpenJDK@9: Fix build with newer toolchain.
...
* gnu/packages/java.scm (openjdk9)[source](patches): New field.
* gnu/packages/patches/openjdk-9-hotspot-pointer-comparison.patch,
gnu/packages/patches/openjdk-9-hotspot-stack-size.patch: New files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-09-13 14:53:08 +02:00
Marius Bakke
321e866b1c
gnu: icedtea@2: Fix build with newer toolchain.
...
* gnu/packages/java.scm (icedtea-7)[arguments]: Add substitution to prevent
ldd segfault and disable optimizations of dump.cpp instead of patching.
[native-inputs]: Patch the "hotspot" drop.
* gnu/packages/patches/icedtea-7-hotspot-pointer-comparison.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-09-13 14:53:08 +02:00
Artyom V. Poptsov
8efed18128
gnu: java-slf4j-api: Update the source URI.
...
* gnu/packages/java.scm (java-slf4j-api)[source]: Replace the URI with
"git-reference" to GitHub as the origin reference to
"https://www.slf4j.org/dist/slf4j- ..." seems to be broken.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-09-11 16:43:31 +02:00
Christopher Baines
ad1d3f98b1
gnu: Add comments to the bottom of a few package modules.
...
This will hopefully discourage patches which add new packages to the bottom of
files, as this increases the likelihood of conflicts when applying patches.
If there are more specific ways that packages should be arranged in specific
modules, this message can be updated accordingly.
* gnu/packages/bioconductor.scm: Add comment discouraging adding packages to
the bottom of the file.
* gnu/packages/bioinformatics.scm: ditto.
* gnu/packages/cran.scm: ditto.
* gnu/packages/crates-io.scm: ditto.
* gnu/packages/emacs-xyz.scm: ditto.
* gnu/packages/golang.scm: ditto.
* gnu/packages/guile-xyz.scm: ditto.
* gnu/packages/haskell-xyz.scm: ditto.
* gnu/packages/java.scm: ditto.
* gnu/packages/julia-xyz.scm: ditto.
* gnu/packages/lisp-xyz.scm: ditto.
* gnu/packages/ocaml.scm: ditto.
* gnu/packages/perl.scm: ditto.
* gnu/packages/python-science.scm: ditto.
* gnu/packages/python-xyz.scm: ditto.
* gnu/packages/ruby.scm: ditto.
* gnu/packages/tex.scm: ditto.
2022-09-10 10:45:27 +01:00
Maxim Cournoyer
e635167dc0
gnu: openjdk: Add a variable tracking the latest openjdk package.
...
* gnu/packages/java.scm (openjdk): New variable.
2022-08-17 14:33:42 -04:00
Pierre Neidhardt
875e803e60
gnu: abcl: Update to 1.9.0.
...
* gnu/packages/java.scm (abcl): Update to 1.9.0.
* gnu/packages/patches/abcl-fix-build-xml.patch: Update for 1.9.0.
2022-07-03 20:36:48 +02:00
Pierre Neidhardt
3a45cc634e
gnu: abcl: Fix loading of cl-* packages.
...
* gnu/packages/java.scm (abcl)[native-search-paths]: Add XDG_DATA_DIRS where
to cl-* libraries get installed.
2022-07-03 20:36:48 +02:00
Artyom V. Poptsov
583537f2d6
gnu: Add java-commons-text.
...
* gnu/packages/java.scm (java-commons-text): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-06-25 11:01:39 +02:00
Artyom V. Poptsov
3f8bb2d6b9
gnu: Add java-asm-commons.
...
* gnu/packages/java.scm (java-asm-commons-8): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-06-18 21:14:53 +02:00
Artyom V. Poptsov
4ff9f1689d
gnu: java-commons-lang3: Update to 3.12.0
...
* gnu/packages/java.scm (java-commons-lang3): Update to 3.12.0.
* gnu/packages/patches/java-commons-lang-fix-dependency.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-06-13 22:49:13 +02:00
Julien Lepiller
965d54e344
gnu: java-plexus-component-metadata: Fix package.
...
* gnu/packages/java.scm (java-plexus-component-metadata): Apply fix for
newer jdom.
2022-06-12 09:07:17 +02:00
Julien Lepiller
48a191c15d
gnu: java-plexus-component-metadata: Fix package.
...
* gnu/packages/java.scm (java-plexus-component-metadat): Apply fix for
newer jdom.
2022-06-08 20:34:04 +02:00
Danny Milosavljevic
98e2f4fbeb
gnu: openjdk: Update to 17.0.3.
...
* gnu/packages/java.scm (openjdk17): Update to 17.0.3.
2022-05-29 22:57:19 +02:00
Maxim Cournoyer
7eb8ab9412
gnu: Add java-antlr4-runtime-cpp.
...
* gnu/packages/java.scm (java-antlr4-runtime-cpp): New variable.
2022-05-12 12:45:37 -04:00
Efraim Flashner
d775a24344
gnu: openjdk12: Fix build.
...
* gnu/packages/java.scm (openjdk12)[arguments]: Override inherited
'fix-java-shebangs phase.
2022-05-10 11:13:45 +03:00
Danny Milosavljevic
271b2e43be
gnu: openjdk: Update to 11.0.15.
...
* gnu/packages/java (openjdk): Update to 11.0.15.
[arguments]<#:phases>[fix-java-shebangs]: Adapt phase.
2022-05-09 12:40:54 +02:00
Rostislav Svoboda
02182c623e
gnu: openjdk17: Update to 17.0.2
...
* gnu/packages/java.scm (openjdk17): Update to 17.0.2.
2022-05-07 11:22:19 +02:00
Danny Milosavljevic
237d90a780
gnu: openjdk17: Make big cursors work.
...
* gnu/packages/java.scm (openjdk17)[source]: Add patch.
2022-04-18 12:59:04 +02:00