# HG changeset patch # User Chris Cannam # Date 1738348829 0 # Fri Jan 31 18:40:29 2025 +0000 # Node ID aeba5fe8b9d2bfdbaf224f1f3681608484491b72 # Parent 3f4a5511f2458e147254fc4b81fb35e965b62a61 Build fixes diff --git a/meson.build b/meson.build --- a/meson.build +++ b/meson.build @@ -16,6 +16,13 @@ sml_buildtype = get_option('sml_buildtype') mlton_extra_args = get_option('mlton_extra_args') +config_summary = { 'System': system, + 'Architecture': architecture, + 'IPP Path': ipp_path, + 'MKL Path': mkl_path, + 'SML Build Type': sml_buildtype + } + run_target( 'doc', command: meson.current_source_dir() / 'scripts/doc.sh' @@ -571,3 +578,4 @@ endif +summary(config_summary, section: 'Configuration', bool_yn: true) diff --git a/repoint-lock.json b/repoint-lock.json --- a/repoint-lock.json +++ b/repoint-lock.json @@ -1,7 +1,7 @@ { "libraries": { "sml-buildscripts": { - "pin": "98cad770d543" + "pin": "f09bb2f592af" }, "ext/mlton-cutdown": { "pin": "45a1612aec4d" @@ -121,7 +121,7 @@ "pin": "20d47155dbe2" }, "bsq-perftest": { - "pin": "035a34c6abd5" + "pin": "7668f255b93f" }, "bsq-plot": { "pin": "dbdb44147707"