aeba5fe8b9d2 — Chris Cannam a month ago
Build fixes
2 files changed, 10 insertions(+), 2 deletions(-)

M meson.build
M repoint-lock.json
M meson.build +8 -0
@@ 16,6 16,13 @@ mkl_path = get_option('mkl_path')
 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 @@ else
 
 endif
 
+summary(config_summary, section: 'Configuration', bool_yn: true)

          
M repoint-lock.json +2 -2
@@ 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"