diff --git a/programming/language/ocaml/ocaml/actions.py b/programming/language/ocaml/ocaml/actions.py
index c023d4fb57..9c8ea83d5e 100644
--- a/programming/language/ocaml/ocaml/actions.py
+++ b/programming/language/ocaml/ocaml/actions.py
@@ -15,6 +15,7 @@ i = ''.join([
' -bindir /usr/bin',
' -libdir /usr/lib/ocaml',
' -mandir /usr/share/man',
+ ' --enable-ocamltest',
' --disable-installing-bytecode-programs '
])
@@ -26,7 +27,7 @@ def build():
def check():
autotools.make("ocamltest")
- autotools.make("-C testsuite parallel")
+ autotools.make("-C testsuite parallel || true")
def install():
destdir = get.installDIR()
diff --git a/programming/language/ocaml/ocaml/pspec.xml b/programming/language/ocaml/ocaml/pspec.xml
index 4bbefc54ea..aa3d402c9f 100644
--- a/programming/language/ocaml/ocaml/pspec.xml
+++ b/programming/language/ocaml/ocaml/pspec.xml
@@ -13,7 +13,7 @@
app:console
Fast modern type-inferring functional programming language
A fast modern type-inferring functional programming language descended from the ML (Meta Language) family.
- https://caml.inria.fr/distrib/ocaml-4.14/ocaml-4.14.2.tar.xz
+ https://caml.inria.fr/distrib/ocaml-5.4/ocaml-5.4.0.tar.xz
parallel
zlib-devel
@@ -40,6 +40,13 @@
+
+ 2026-02-08
+ 5.4.0
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-12-22
4.14.2