ppigazzini
ppigazzini
Started the workers update, thank you @dubslow :) Let me know if you want your real name too in the AUTHORS file.
> I am unable to (trivially) build QT applications on Linux. @AndyGrant great catch :) I updated the scripts to build cutechess-cli 1.2.0 on Ubuntu 14.04 for fishtest, easy but...
Some notes: - the package group [mingw-w64-x86_64-toolchain](https://packages.msys2.org/group/mingw-w64-x86_64-toolchain) installs all the gnu programming packages (ada. fortran, objc, gdb etc.). The minimal setup is: `pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-make` - both previous setups...
Try the new msys2 ARM64 support with Windows 11 ARM https://www.msys2.org/wiki/arm64/
> - Not all packages in the repo have native builds yet, let us know if any you need are missing. > - All unixy tools, like bash, will go...
EDIT_000: I fixed the wrong command syntax: Try `make -j profile-build ARCH=apple-silicon COMP=clang CXX=clang++` Alternative name for that compiler: `aarch64-w64-mingw32-clang++`
It seems that `-march=native` works now in Clang 15 for the Apple silicon: https://www.phoronix.com/news/LLVM-Clang-march-native-M1 (last post on SO): https://stackoverflow.com/questions/65966969/why-does-march-native-not-work-on-apple-m1 `CXXFLAGS="-march=native" make -j profile-build ARCH=apple-silicon COMP=clang CXX=clang++`
With python 3.4 or later IMO better to use `pathlib`, see https://docs.python.org/3/library/pathlib.html
It works fine on: - Windows/msys2: w/ and w/o SDE - Windows/WSL2 (Ubuntu 20.04): w/ and w/o SDE - Linux/Ubuntu20.04: w/ and w/o SDE
@Sopel97 on Windows/msys2 w/ a profile-build for a wrong ARCH there is the same cli message error of linux, no windows to be closed by hand.