Skip to content

Instantly share code, notes, and snippets.

@veprbl
veprbl / -
Created January 24, 2019 19:44
diff -aru hf/SHERPA-MC-2.2.6/CSSHOWER++/Showers/Shower.C rel-2-2-6/CSSHOWER++/Showers/Shower.C
--- hf/SHERPA-MC-2.2.6/CSSHOWER++/Showers/Shower.C 2019-01-22 12:49:33.000000000 -0500
+++ rel-2-2-6/CSSHOWER++/Showers/Shower.C 2019-01-24 14:37:46.000000000 -0500
@@ -27,8 +27,8 @@
double fs_as_fac=ToType<double>(rpa->gen.Variable("CSS_FS_AS_FAC"));
double is_as_fac=ToType<double>(rpa->gen.Variable("CSS_IS_AS_FAC"));
double mth=ToType<double>(rpa->gen.Variable("CSS_MASS_THRESHOLD"));
- m_reweightalphas = dataread->GetValue<int>("CSS_REWEIGHT_ALPHAS",1);
- m_reweightpdfs = dataread->GetValue<int>("CSS_REWEIGHT_PDFS",1);
+ const bool reweightalphas = dataread->GetValue<int>("CSS_REWEIGHT_ALPHAS",1);
@veprbl
veprbl / -
Created February 19, 2019 21:57
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/zfp6yr633yxmhr4sflcfk5rcvqq3r4ib-dmd
unpacking source archive /nix/store/7i1l659r4s2w8yrffmxxxbqks6qqg2gk-druntime
unpacking source archive /nix/store/p19fivj874qhrpk2zns2w321hmfpjki2-phobos
source root is .
patching script interpreter paths in .
./dmd/test/tools/sh_do_test.sh: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/vj780k1siv86v2ih0lq7r5qv1y6al7di-bash-4.4-p23/bin/bash"
./dmd/test/tools/postscript.sh: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/vj780k1siv86v2ih0lq7r5qv1y6al7di-bash-4.4-p23/bin/bash"
./dmd/test/runnable/test44.sh: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/vj780k1siv86v2ih0lq7r5qv1y6al7di-bash-4.4-p23/bin/bash"
@veprbl
veprbl / -
Created February 21, 2019 21:07
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/zfp6yr633yxmhr4sflcfk5rcvqq3r4ib-dmd
unpacking source archive /nix/store/72bgwl87m9wqhc2dplk5jd6rcs1bn7ma-dtools
source root is .
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
diff -aru sqlalchemy-migrate-0.11.0/AUTHORS sqlalchemy-migrate-0.12.0/AUTHORS
--- sqlalchemy-migrate-0.11.0/AUTHORS 2017-03-01 09:02:52.000000000 -0500
+++ sqlalchemy-migrate-0.12.0/AUTHORS 2019-01-23 17:43:21.000000000 -0500
@@ -1,8 +1,11 @@
Alex Favaro <[email protected]>
Andreas Jaeger <[email protected]>
+Anusree <[email protected]>
Bob Farrell <[email protected]>
Brant Knudson <[email protected]>
+Chih-Hsuan Yen <[email protected]>
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/x2244xzfynppzi1fv80914461jdaq041-source
source root is source
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
fixing cmake files...
cmake flags: -DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_BUILD_RPATH=ON -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/8fbq7bzr0vl046q0n47qjcjgxmqp2zsd-cling-unstable-2018-11-20/include -DCMAKE_INSTALL_LIBDIR=/nix/store/8fbq7bzr0vl046q0n47qjcjgxmqp2zsd-cling-unstable-2018-11-20/lib -DCMAKE_INSTALL_NAME_DIR=/nix/store/8fbq7bzr0vl046q0n47qjcjgxmqp2zsd-cling-unstable-2018-11-20/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_DEPLOYMENT_TARGET= -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=last -DCMAKE_STRIP=/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bi
@veprbl
veprbl / gist:60e1ffb1374a5ae617651ef57675d320
Last active April 11, 2020 15:53
/nix/store/141vwayas5y2f3w4gvwx997a001zi3ak-python3.7-awkward1-0.2.12.drv
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
@veprbl
veprbl / -
Created April 11, 2020 19:26
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
@veprbl
veprbl / -
Created April 11, 2020 20:29
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
@veprbl
veprbl / -
Created April 11, 2020 20:35
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
@veprbl
veprbl / -
Created April 11, 2020 20:39
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase