Question Details

No question body available.

Tags

python numpy

Answers (1)

March 9, 2026 Score: 0 Rep: 39,657 Quality: Low Completeness: 70%

Looking at the build script, setting the cpu-baseline option to none will cause the build system to generate only code path for compiler features supported by your specific CPU.

This results from the effective CPUCONFBASELINE computed in the build script.

CPUCONFBASELINE='none+detect'

Set cpu-baseline-detect=false in addition to prevent the build script from appending +detect to your baseline and get a generic build.