-
I tried to build the current QCDLoop git master (2.0.4 as of 2020.01.07 20:27 UTC) on three different machines.
On a Ubuntu 14.04 / x86_64 with g++ 4.8.4, I needed to apply one of:
```bash
sed -i…
-
When building the Debian package for the new version 3.6.1, I got the following error on MIPS 64 bit little endian (mips64el):
```
cd //obj-mips64el-linux-gnuabi64/mirlib && /usr/bin/cc -DCFITSIO_VE…
-
I am installing into Docker image using Ubuntu 18.04. Installation of Python package install needs fastBPE/fastBPE.cpp
See below:
```
~/fastBPE# python setup.py install
/usr/lib/python2.7/distuti…
-
See various attempts here: https://github.com/ashwinvis/cython_capi#summary-of-the-different-attempts-in-this-repo
Each directory is a different attempt complete with a Makefile. To get started wit…
-
```
python 3.5.2
pyenv 1.0.6
fedora 25
installed with VUNDLE
$ vim --version
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Mar 6 2017 07:22:39)
Included patches: 1-425
Modified …
-
We can use a Percept schema as a description of a move the opponent makes.
Define and implement the following chess strategies:
1. Material count: The total piece value for each player. This is a vari…
-
Just going through the setup docs and on the swift package pdc command I get errors about mismatched arch (I'm on an M1 Mac FWIW), and then it crashes.
I have TOOLCHAINS set:
```
export PLAYDATE_…
-
Patrick has had trouble with a workflow derived from this. It works using Matflow 0.3.0a110, but not the latest.
I'm going to test the demo workflow and go from there.
-
I just started a fresh AWS machine and the installation fails with the following error:
```
creating build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7
x86_64-linux-gnu-gcc -pthread -DND…
-
As per title,
I have an unit test:
```
cc_test(
name = "test_vivivisio_preview_pipeline",
srcs = ["test_vivivisio_preview_pipeline.cpp"],
data = [
"//pipelines:pipeline-prev…