Disc 1
1. 窓辺のハイライト
Lyrics: Kanata Nakamura / Music & Arrangement: Yuri Morita
Guitar: T4K / Strings: Koichiro Muroya Strings / All Other Instruments & Programming: Yuri Morita
2-6. 復讐の剣
This file contains hidden or 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
| Sourcing python-remove-tests-dir-hook | |
| Sourcing python-catch-conflicts-hook.sh | |
| Sourcing python-remove-bin-bytecode-hook.sh | |
| Sourcing pypa-build-hook | |
| Using pypaBuildPhase | |
| Sourcing python-runtime-deps-check-hook | |
| Using pythonRuntimeDepsCheckHook | |
| Sourcing pypa-install-hook | |
| Using pypaInstallPhase | |
| Sourcing python-imports-check-hook.sh |
This file contains hidden or 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
| section "Header" { | |
| ascii 12 "Magic" | |
| ascii 26 "CSV Name" | |
| set count [uint32 "Number of Entries"] | |
| ascii 12 "Date" | |
| ascii 10 "Version" | |
| } | |
| goto 0x80 |
This file contains hidden or 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
| Running phase: unpackPhase | |
| @nix { "action": "setPhase", "phase": "unpackPhase" } | |
| unpacking source archive /nix/store/sz17s3c58ci5r9p8js1q8rhyslc2l6ga-source | |
| source root is source | |
| Executing cargoSetupPostUnpackHook | |
| Finished cargoSetupPostUnpackHook | |
| Running phase: patchPhase | |
| @nix { "action": "setPhase", "phase": "patchPhase" } | |
| Executing cargoSetupPostPatchHook | |
| Validating consistency between /private/tmp/nix-build-binwalk-3.1.0.drv-2/source/Cargo.lock and /private/tmp/nix-build-binwalk-3.1.0.drv-2/cargo-vendor-dir/Cargo.lock |
This file contains hidden or 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 --git a/bindings/torch/setup.py b/bindings/torch/setup.py | |
| index 533805e..815d9c1 100644 | |
| --- a/bindings/torch/setup.py | |
| +++ b/bindings/torch/setup.py | |
| @@ -41,7 +41,7 @@ print(f"Building PyTorch extension for tiny-cuda-nn version {VERSION}") | |
| ext_modules = [] | |
| if "TCNN_CUDA_ARCHITECTURES" in os.environ and os.environ["TCNN_CUDA_ARCHITECTURES"]: | |
| - compute_capabilities = [int(x) for x in os.environ["TCNN_CUDA_ARCHITECTURES"].replace(";", ",").split(",")] | |
| + compute_capabilities = [int(x) for x in os.environ["TCNN_CUDA_ARCHITECTURES"].replace(";", ",").replace("a", "").split(",")] |
This file contains hidden or 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
| structuredAttrs is enabled | |
| Running phase: unpackPhase | |
| @nix { "action": "setPhase", "phase": "unpackPhase" } | |
| unpacking source archive /nix/store/fdhh1dfbkizpa827wy4080qjzj1zawqf-source | |
| source root is source | |
| Running phase: patchPhase | |
| @nix { "action": "setPhase", "phase": "patchPhase" } | |
| Running phase: configurePhase | |
| @nix { "action": "setPhase", "phase": "configurePhase" } | |
| mesonConfigurePhase flags: --prefix=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1 --libdir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/lib --libexecdir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/libexec --bindir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin --sbindir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/sbin --includedir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/include --mandir=/nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man --infodir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319. |
This file contains hidden or 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
| Running phase: unpackPhase | |
| @nix { "action": "setPhase", "phase": "unpackPhase" } | |
| unpacking source archive /nix/store/j2g2ndsch154rbhbvy2736kzniwsp2iw-source | |
| source root is source | |
| Running phase: patchPhase | |
| @nix { "action": "setPhase", "phase": "patchPhase" } | |
| Running phase: autoreconfPhase | |
| @nix { "action": "setPhase", "phase": "autoreconfPhase" } | |
| autoreconf: export WARNINGS= | |
| autoreconf: Entering directory '.' |
This file contains hidden or 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
| { | |
| outputs = { self, nixpkgs }: { | |
| nixosConfigurations.seisho = nixpkgs.lib.nixosSystem { | |
| modules = [ | |
| ({ config, lib, ... }: { | |
| nixpkgs.hostPlatform = "x86_64-linux"; | |
| services.openssh.enable = true; | |
| users = { | |
| groups.wheel.members = [ "karen" ]; | |
| users = { |
This file contains hidden or 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
| { lib | |
| , config | |
| , stdenv | |
| , fetchFromGitHub | |
| , fetchurl | |
| , fetchpatch | |
| , boost | |
| , cmake | |
| , expat | |
| , harfbuzz |
This file contains hidden or 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
| Running phase: unpackPhase | |
| @nix { "action": "setPhase", "phase": "unpackPhase" } | |
| unpacking source archive /nix/store/h30a4p0156vfpz9f5sk4b2sfqb1b4gps-source | |
| source root is source | |
| Running phase: patchPhase | |
| @nix { "action": "setPhase", "phase": "patchPhase" } | |
| Running phase: configurePhase | |
| @nix { "action": "setPhase", "phase": "configurePhase" } | |
| Running phase: buildPhase | |
| @nix { "action": "setPhase", "phase": "buildPhase" } |