Vincent Le Ligeour
Vincent Le Ligeour
> @yoda-jm any objections that i take over this branch so i can make it up to date again? Please go ahead :)
I don't see why all of these is required: - Json should be a header only library, why do we need to add the include of the libraries in CMake...
The scripts are nice, but I think I would have put them in a workflow preventing merge if the files your are committing contains illegal code
On gentoo fortran is not installed by default, so no lib blas installed. As the error message state it, only one of the 2 library is required to make it...
Indeed Performous did not start (it is strange that the compilation worked without apparent warning or fatal error). OpenBLAS can be compiled on gentoo without Fortran, I should have wrongly...
> @yoda-jm can you resolve the conflict within `game/screen.hh` some classes have been moved/restructed in #575 done
> If i have some spare time next weekend i might look into this, but starting from scratch since the current state of the branch is probably not updateable... Hello,...
I have the same kind of error on alpine latest with: - docker-compose 1.29.2 - Docker version 20.10.17, build 100c70180fde3601def79a59cc3e996aa553c9b9 When I include the following code in my docker compose...
Edit to my previous post: removing the dash in the environment path or quoting the volume definition indeed bring back the exposed port while executing docker ps. However it is...
PTAL, compilation with selft aubio set to NEVER and ALWAYS was tested locally. The issue might be related to the fact that I have both libblas (lapack implementation) and libopenblas...