Skip to content

Qulacs: add patch to use generic CPU instructions

Andre Sailer requested to merge qulacsNoSimd into master

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

Merge request reports

Loading