Skip to content

Instantly share code, notes, and snippets.

@bartoldeman
bartoldeman / easybuild_test_report_20698_easybuilders_preasybuild-easyconfigs_20240931-UTC-18-09-22.md
Created May 31, 2024 18:09
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #20698
@bartoldeman
bartoldeman / easybuild_test_report_20621_easybuilders_preasybuild-easyconfigs_20245725-UTC-00-57-02.md
Created May 25, 2024 00:57
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #20621

Test report for PR(s) easybuilders/easybuild-easyconfigs#20621

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS OpenBLAS-0.3.27-GCC-13.3.0.eb

Time info

  • start: Sat, 25 May 2024 00:42:38 +0000 (UTC)
@bartoldeman
bartoldeman / easybuild_test_report_19326_easybuilders_preasybuild-easyconfigs_20234521-UTC-20-45-07.md
Created December 21, 2023 20:45
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #19326

Test report for PR(s) easybuilders/easybuild-easyconfigs#19326

Test result

Build succeeded for 3 out of 3 (3 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS imkl-2024.0.0.eb
  • SUCCESS imkl-FFTW-2024.0.0-iimpi-2023.11.eb
  • SUCCESS intel-2023.11.eb
@bartoldeman
bartoldeman / meson-python-0.15.0-GCCcore-13.2.0_partial.log
Created November 26, 2023 23:36
(partial) EasyBuild log for failed build of /tmp/eb-sik5v3c3/files_pr19318/m/meson-python/meson-python-0.15.0-GCCcore-13.2.0.eb (PR(s) #19318) (easyblock PR(s) #3041)
"os_name": "CentOS Linux",
"os_type": "Linux",
"os_version": "7 (Core)",
"platform_name": "x86_64-unknown-linux",
"python_version": "3.11.4 (main, Nov 4 2023, 03:43:13) [GCC 12.3.1 20230526]",
"system_gcc_path": "/tmp/eb-sik5v3c3/tmpc42opcjh/gcc",
"system_python_path": "/cvmfs/soft.computecanada.ca/easybuild/software/2023/x86-64-v3/Compiler/gcccore/python/3.11.5/bin/python",
"timestamp": 1701041698,
"total_memory": 60232,
}]
@bartoldeman
bartoldeman / easybuild_test_report_19318_easybuilders_preasybuild-easyconfigs_20234826-UTC-22-48-26.md
Created November 26, 2023 22:48
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #19318

Test report for PR(s) easybuilders/easybuild-easyconfigs#19318, easyblock PR(s) easybuilders/easybuild-easyblocks#3041

Test result

Failed during parsing of the easyconfigs, so no ecs were built (3 easyconfigs in total)

Error

'Failed to process easyconfig /tmp/eb-o6wt01ax/files_pr19318/s/SciPy-bundle/SciPy-bundle-2023.11-gfbf-2023.09.eb: Failed to determine minimal toolchain for dep hypothesis 6.90.0'
@bartoldeman
bartoldeman / easybuild_test_report_19318_easybuilders_preasybuild-easyconfigs_20234526-UTC-22-45-17.md
Created November 26, 2023 22:45
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #19318

Test report for PR(s) easybuilders/easybuild-easyconfigs#19318, easyblock PR(s) easybuilders/easybuild-easyblocks#3041

Test result

Failed during parsing of the easyconfigs, so no ecs were built (3 easyconfigs in total)

Error

'Failed to process easyconfig /tmp/eb-xxm3_uw0/files_pr19318/s/SciPy-bundle/SciPy-bundle-2023.11-gfbf-2023.09.eb: Failed to determine minimal toolchain for dep hypothesis 6.90.0'
diff --git a/src/arch/linux/async/signal.c b/src/arch/linux/async/signal.c
index 34ab3dd5c..71fe9ce74 100644
--- a/src/arch/linux/async/signal.c
+++ b/src/arch/linux/async/signal.c
@@ -743,6 +743,10 @@ static void sigasync(int sig, siginfo_t *si, void *uc)
static void sigasync_std(int sig, siginfo_t *si, void *uc)
{
+#ifdef __APPLE__
+ // XXX should not be necessary!
diff --git a/default-configure b/default-configure
index bfbf00f64..b376f3dd7 100755
--- a/default-configure
+++ b/default-configure
@@ -23,7 +23,7 @@ if [ ! -f $CONF_FILE ]; then
fi
CONF=`cat $CONF_FILE`
-CONF=`echo -n "$CONF"| sed '/^config {/d' | sed '/^}/d' | tr '\n' ' ' `
+CONF=`printf "$CONF"| sed '/^config {/d' | sed '/^}/d' | tr '\n' ' ' `
@bartoldeman
bartoldeman / easybuild_test_report_18144_easybuilders_preasybuild-easyconfigs_20234319-UTC-20-43-02.md
Created June 19, 2023 20:43
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #18144

Test report for PR(s) easybuilders/easybuild-easyconfigs#18144

Test result

Build succeeded for 2 out of 2 (2 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS PMIx-4.2.4-GCCcore-12.3.0.eb
  • SUCCESS OpenMPI-4.1.5-GCC-12.3.0.eb

Time info

@bartoldeman
bartoldeman / easybuild_test_report_18144_easybuilders_preasybuild-easyconfigs_20233319-UTC-19-33-30.md
Created June 19, 2023 19:33
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #18144