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
wink@wink-desktop:~/foss/zig-wink/build | |
$ rm -rf * | |
wink@wink-desktop:~/foss/zig-wink/build | |
$ cmake .. -DCMAKE_INSTALL_PREFIX=$(pwd) -DZIG_LIBC_LIB_DIR=$(dirname $(cc -print-file-name=crt1.o)) -DZIG_LIBC_INCLUDE_DIR=$(echo -n | cc -E -x c - -v 2>&1 | grep -B1 "End of search list." | head -n1 | cut -c 2-) -DZIG_LIBC_STATIC_LIB_DIR=$(dirname $(cc -print-file-name=crtbegin.o)) | |
-- The CXX compiler identification is GNU 6.1.1 | |
-- Check for working CXX compiler: /usr/bin/c++ | |
-- Check for working CXX compiler: /usr/bin/c++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features |
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
wink@wink-desktop:~/foss/zig (master) | |
$ rm -rf build | |
wink@wink-desktop:~/foss/zig (master) | |
$ mkdir build | |
wink@wink-desktop:~/foss/zig (master) | |
$ cd build | |
wink@wink-desktop:~/foss/zig/build | |
$ cmake .. -DCMAKE_INSTALL_PREFIX=$(pwd) -DZIG_LIBC_LIB_DIR=$(dirname $(cc -print-file-name=crt1.o)) -DZIG_LIBC_INCLUDE_DIR=$(echo -n | cc -E -x c - -v 2>&1 | grep -B1 "End of search list." | head -n1 | cut -c 2-) -DZIG_LIBC_STATIC_LIB_DIR=$(dirname $(cc -print-file-name=crtbegin.o)) | |
-- The CXX compiler identification is GNU 6.1.1 | |
-- Check for working CXX compiler: /usr/bin/c++ |
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
wink@wink-desktop:~/foss/zig/build-master (master) | |
$ git log -1 | |
commit e8e2d84689ec2eb19d0b725743a87f1892137665 | |
Merge: a31eb97 4979e60 | |
Author: Andrew Kelley <[email protected]> | |
Date: Mon Sep 5 16:19:20 2016 -0400 | |
Merge branch 'llvm-3.9' | |
wink@wink-desktop:~/foss/zig/build-master (master) | |
$ rm -rf * |
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
sudo_runner_file = '@0@/tools/sudo.runner.sh'.format(meson.source_root()) | |
sudo_runner = find_program(sudo_runner_file) | |
run_target('run-test-posix-ac_inet_link_regular', | |
command : [sudo_runner, test_posix_ac_inet_link_regular], | |
depends : test_posix_ac_inet_link_regular) |
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
# Edit this configuration file to define what should be installed on | |
# your system. Help is available in the configuration.nix(5) man page | |
# and in the NixOS manual (accessible by running ‘nixos-help’). | |
{ config, pkgs, ... }: | |
let | |
if0 = "enp0s15"; | |
if0_ipv4 = "149.56.41.68"; | |
if0_ipv4_prefixLength = 32; |
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
"use strict"; | |
var cov_2b132h5ihl = function() { | |
var path = "dist/client/client.js", | |
hash = "dd64b65bd32ed754e47b7760300298d1e98129b0", | |
global = new Function('return this')(), | |
gcv = "__coverage__", | |
coverageData = { | |
path: "dist/client/client.js", | |
statementMap: { | |
"0": { |
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
v7.10.0 | |
4.5.0 | |
[email protected] /home/wink/foss/alsatian | |
├─┬ @types/[email protected] | |
│ ├── @types/[email protected] | |
│ └── @types/[email protected] deduped | |
├─┬ @types/[email protected] | |
│ ├── @types/[email protected] deduped | |
│ ├─┬ @types/[email protected] | |
│ │ └── @types/[email protected] |
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
yarn build v0.23.4 | |
$ tsc | |
core/running/test-runner.ts(86,38): error TS2454: Variable 'currentTestFixtureResults' is used before being assigned. | |
core/running/test-runner.ts(93,26): error TS2454: Variable 'currentTestResults' is used before being assigned. | |
core/running/test-runner.ts(97,26): error TS2454: Variable 'currentTestResults' is used before being assigned. | |
test/builders/test-builder.ts(10,5): error TS2322: Type '{ description: string; focussed: false; ignoreReason: undefined; ignored: false; isAsync: false; ...' is not assignable to type 'ITest'. | |
Types of property 'timeout' are incompatible. | |
Type 'null' is not assignable to type 'number'. | |
test/unit-tests/cli/alsatian-cli-options/help-requested-option.spec.ts(27,16): error TS6133: 'options' is declared but never used. | |
test/unit-tests/cli/alsatian-cli-options/tap-option.spec.ts(27,15): error TS6133: 'options' is declared but never used. |
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
(python2venv) wink@wink-desktop:~/dev/codeaster | |
$ TFELHOME="/home/wink/aur/tfel/src/tfel-2.0.3" INCLUDES="/opt/petsc/linux-c-opt/include /usr/include" LIBPATH="/opt/petsc/linux-c-opt/lib /usr/lib/openmpi /usr/lib" LIB="mumps_common esmumps scotch scotcherr scotcherrexit scotchmetis mpi mpi_mpifh metis pord gfortran scalapack" ./devtools/bin/install_env --internetINFO checking repository /home/wink/dev/codeaster/src | |
INFO settings added into /home/wink/dev/codeaster/src/.hg/hgrc | |
INFO checking repository /home/wink/dev/codeaster/data | |
INFO checking repository /home/wink/dev/codeaster/validation | |
Do you want to automatically configure and build Code_Aster (y/n) ? y | |
INFO configure and build Code_Aster by running: | |
. $HOME/dev/codeaster/devtools/etc/env_unstable.sh | |
cd /home/wink/dev/codeaster/src | |
./waf configure |
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/.SRCINFO b/.SRCINFO | |
index c0b8366..04a74f7 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO | |
@@ -8,7 +8,7 @@ pkgbase = aster-hg | |
arch = x86_64 | |
license = GPL | |
depends = med | |
- depends = metis4 | |
+ depends = metis |
OlderNewer