Skip to content

Instantly share code, notes, and snippets.

View 3rdcycle's full-sized avatar

Lukas Heiniger 3rdcycle

View GitHub Profile
@3rdcycle
3rdcycle / easybuild_test_report_16912_easybuilders_preasybuild-easyconfigs_20235410-UTC-11-54-57.md
Created May 10, 2023 11:54
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #16912
@3rdcycle
3rdcycle / SciPy-bundle-2023.02-gfbf-2022b_partial.log
Created May 10, 2023 11:54
(partial) EasyBuild log for failed build of /tmp/eb-fnnrjaf9/files_pr16912/s/SciPy-bundle/SciPy-bundle-2023.02-gfbf-2022b.eb (PR(s) #16912)
[[ 0.71302601, 9.55162869],
[ 0.71270987, 11.99170923]]]))
func = <function assert_array_almost_equal at 0x7fdd606c40d0>
kwds = {'decimal': 15}
self = <contextlib._GeneratorContextManager object at 0x7fdd608a2920>
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
args = (<function assert_array_almost_equal.<locals>.compare at 0x7fdd1ddea320>, array([[[nan, nan],
[nan, nan]],
@3rdcycle
3rdcycle / easybuild_test_report_17836_easybuilders_preasybuild-easyconfigs_20231309-UTC-15-13-55.md
Created May 9, 2023 15:13
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #17836

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

Test result

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

Overview of tested easyconfigs (in order)

  • SUCCESS MATLAB-2022b-r3.eb

Time info

  • start: Tue, 09 May 2023 13:12:43 +0000 (UTC)
@3rdcycle
3rdcycle / easybuild_test_report_17836_easybuilders_preasybuild-easyconfigs_20235209-UTC-10-52-14.md
Created May 9, 2023 10:52
EasyBuild test report for easybuilders/easybuild-easyconfigs PR(s) #17836
@3rdcycle
3rdcycle / MATLAB-2022b-r3_partial.log
Created May 9, 2023 10:52
(partial) EasyBuild log for failed build of /tmp/eb-ppl4dd8_/files_pr17836/m/MATLAB/MATLAB-2022b-r3.eb (PR(s) #17836)
== 2023-05-09 12:15:42,798 easyblock.py:313 INFO This is EasyBuild 4.7.1 (framework: 4.7.1, easyblocks: 4.7.1) on host bigstar05.
== 2023-05-09 12:15:42,799 easyblock.py:319 INFO This is easyblock EB_MATLAB from module easybuild.easyblocks.matlab (/usr/local/lib/python3.8/dist-packages/easybuild/easyblocks/m/matlab.py)
== 2023-05-09 12:15:42,799 easyblock.py:1040 INFO Build dir set to /tmp/heilukas/easybuild/MATLAB/2022b/system-system-r3
== 2023-05-09 12:15:42,799 easyblock.py:1097 INFO Software install dir set to /sw/easybuild/amd/k10/2022b/software/MATLAB/2022b-r3
== 2023-05-09 12:15:42,800 easyblock.py:1102 INFO Module install dir set to /sw/easybuild/amd/k10/2022b/modules/all
== 2023-05-09 12:15:42,800 easyblock.py:288 INFO Init completed for application name MATLAB version 2022b
== 2023-05-09 12:15:42,800 easyblock.py:4175 INFO Obtained application instance of for MATLAB (easyblock: None)
== 2023-05-09 12:15:42,801 easyconfig.py:1690 INFO Generating template values...
== 2023-05-09 12:15:42,802 easyconfi
@3rdcycle
3rdcycle / postfinance-ynab.user.js
Created April 26, 2018 17:48 — forked from weiserr/README.md
Postfinance YNAB Export
// ==UserScript==
// @name Postfinance CSV Export
// @namespace http://death-knight.com
// @include https://www.postfinance.ch/ap/ba/fp/html/e-finance/assets
// @version 4
// @grant none
// ==/UserScript==
// Function definitions
function createGenerateButton() {
let input = document.createElement("input");
@3rdcycle
3rdcycle / gist:2e01679876f92ecd0855
Last active August 29, 2015 14:06
Installing OpenQuake on Mac OS X 10.9

OpenQuake on Mac OS X 10.9

This HowTo describes how to install OpenQuake on Mac OS X 10.9 from source.

Note that even though the instructions below seem to work, the result has not been thoroughly tested. OS X is not officially supported by GEM. Unless you have a very good reason to run OpenQuake on OS X it is recommended that you stick to the official platform which is Ubuntu 12.04.

Also, it's fairly involved. You've been warned ;-)

Caveats