--- a/src/Pure/Admin/component_polyml.scala Sat Apr 12 17:24:09 2025 +0200
+++ b/src/Pure/Admin/component_polyml.scala Sat Apr 12 19:05:31 2025 +0200
@@ -90,6 +90,7 @@
"make check",
"make install")
+ progress.echo("GMP installation directory: " + target_dir)
target_dir
}
@@ -312,7 +313,7 @@
init_src_root(component_dir.src, "RootX86.ML", "ROOT.ML")
for (arch_64 <- List(false, true)) {
- progress.echo("Building " + platform_context.polyml(arch_64))
+ progress.echo("Building Poly/ML " + platform_context.polyml(arch_64))
make_polyml(
platform_context,
root = polyml_download,