This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -aru a/freetds-1.00.109/ChangeLog b/freetds-1.00.110/ChangeLog | |
--- a/freetds-1.00.109/ChangeLog 2018-11-27 04:00:49.000000000 -0500 | |
+++ b/freetds-1.00.110/ChangeLog 2019-01-05 04:00:48.000000000 -0500 | |
@@ -1,4 +1,12 @@ | |
Author: Frediano Ziglio <[email protected]> | |
+Date: Fri Jan 4 08:59:35 2019 +0000 | |
+ | |
+ tds: Allows to connect to servers not implementing @@spid | |
+ | |
+ Some embedded server does not support this variable, detect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; This file holds the information on root name servers needed to | |
; initialize cache of Internet domain name servers | |
; (e.g. reference this file in the "cache . <file>" | |
; configuration file of BIND domain name servers). | |
; | |
; This file is made available by InterNIC | |
; under anonymous FTP as | |
; file /domain/named.cache | |
; on server FTP.INTERNIC.NET | |
; -OR- RS.INTERNIC.NET |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tl: { # no indentation | |
"12many" = { | |
stripPrefix = 0; | |
sha512.run = "06c8c1fff8b025f6f55f8629af6e41a6dd695e13bbdfe8b78b678e9cb0cfa509826355f4ece20d8a99b49bcee3c5931b8d766f0fc3dae0d6a645303d487600b0"; | |
sha512.doc = "884caef2a2131e1de1a1ef9663f9bce7a520ce7842eb55d905d64e65656e07de7865a4d182ee39782e8a2c1897d394367e93d74b26bc0f9bd8721e6e6e891ee0"; | |
sha512.source = "8c1304f8443942302ae7b072e6b47d8933312c202ccc967eb7d2aabd6bf1ade337ba44569229ffdc6360667b697a2ed5c328354c4af41e484f71e6b9f7123433"; | |
hasRunfiles = true; | |
version = "0.3"; | |
}; | |
"2up" = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/Lib/distutils/cygwinccompiler.py | |
+++ b/Lib/distutils/cygwinccompiler.py | |
@@ -117,8 +117,10 @@ | |
# dllwrap 2.10.90 is buggy | |
if self.ld_version >= "2.10.90": | |
self.linker_dll = "gcc" | |
+ self.linker_dll_cxx = "g++" | |
else: | |
self.linker_dll = "dllwrap" | |
+ self.linker_dll_cxx = "dllwrap" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
/* insert Unicode character with Option key down*/ | |
"~a" = ("insertText:", "\U03B1"); /* greek alpha α */ | |
"~b" = ("insertText:", "\U03B2"); | |
"~g" = ("insertText:", "\U03B3"); | |
"~m" = ("insertText:", "\U03BC"); | |
"~," = ("insertText:", "\U03BD"); | |
"~r" = ("insertText:", "\U03C1"); | |
"~x" = ("insertText:", "\U03BE"); | |
"~s" = ("insertText:", "\U03C3"); |