Qulacs: add patch to use generic CPU instructions
Tests for the package are failing, because they might use CPU instructions unknown to the host machine, since the package picks up CPU features from the build machine, which might not be available elsewhere.
I couldn't find a way to forward flags to the cmake called by pip eventually, so I patch the CMakeLists.txt
file directly.
Edited by Andre Sailer