Yan Titarenko
Yan Titarenko
Hello. I wasn't able to build Vespa - your plug-in does not support RISC-V (yet?): https://github.com/vespa-engine/vespa/issues/15997
Hello. I was not able to build your project. I have cloned from the master branch: > $ git log -1 > commit c33b180aaadbd2bbcf600ec9f1357dd147a8d4b4 (HEAD -> master, origin/master, origin/HEAD) >...
Hi. Got these errors, while building your package: > $ go get -u github.com/vivint/infectious > go: github.com/vivint/infectious upgrade => v0.0.0-20200605153912-25a574ae18a3 > go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd > go: golang.org/x/sys upgrade =>...
Hi. @earlgreyz advised to open a PR, out here - so I am doing that right now. I could assist with [gollvm](https://go.googlesource.com/gollvm/) compiler - it could compile (and pass the...
Hi. I believe you know the cause of [this](https://github.com/riscv-rust/longan-nano/issues/15) bug.
Hi. Investigated the bug while running the test: [https://github.com/u-root/u-root/blob/master/cmds/core/ln/ln_test.go](https://github.com/u-root/u-root/blob/master/cmds/core/ln/ln_test.go) . @hugelgupf could tell more. > ok github.com/u-root/u-root/cmds/core/ln 0.691s > \# github.com/intel-go/cpuid > ../go/pkg/mod/github.com/intel-go/[email protected]/cpuidlow_amd64.s: Assembler messages: > ../go/pkg/mod/github.com/intel-go/[email protected]/cpuidlow_amd64.s:8: Error: no such...
I am curious if there is any support for an idea of integrating cpuid tool with console/shell scripting tools (configure, that could invoke as an external executable, to get stdout...
Hello. Here is my setup > $ go get -v -x -u github.com/modern-go/concurrent > cd /home/oceanfish81/go/src/github.com/modern-go/concurrent > git config remote.origin.url > github.com/modern-go/concurrent (download) > cd /home/oceanfish81/go/src/github.com/modern-go/concurrent > git pull --ff-only...
Hello, @capnspacehook . I wonder how did you suggest to deal Windows security, credentials and so on. > >go build > go: downloading github.com/go-ole/go-ole v1.2.4 > go: downloading github.com/rickb777/date v1.13.0...
Hi. Performed my build attempt on Ubuntu 20 x86_64, with Clang 11.0 RC2 + Ninja 1.10.0 + CMake 3.18.2: $ cmake -G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DMKL_CORE_LIB="/media/ubuntu/4d5fa4ce-dc9b-4cb0-934c-72533ffc1586/intel_mkl_install/mkl/lib" -DMKL_INCLUDE_DIR="/media/ubuntu/4d5fa4ce-dc9b-4cb0-934c-72533ffc1586/intel_mkl_install/mkl/include" -DMKL_SEQUENTIAL_LIB="/media/ubuntu/4d5fa4ce-dc9b-4cb0-934c-72533ffc1586/intel_mkl_install/mkl/lib" -DMKL_INTEL_LIB="/media/ubuntu/4d5fa4ce-dc9b-4cb0-934c-72533ffc1586/intel_mkl_install/mkl/lib" ../NeoML...