Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
32434: initial
Browse files Browse the repository at this point in the history
  • Loading branch information
soehms committed Jun 8, 2022
1 parent 5fb2a6e commit 3c61bf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage_setup/command/sage_build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def check_flags(self):
# errors, the problem is most likely with some external
# library and not with Sage.
import re
forbidden = re.compile(r"-march=|-mpcu=|-msse3|-msse4|-mpopcnt|-mavx")
forbidden = re.compile(r"-march=|-mpcu=|-msse3|-msse4|-mpopcnt"
r"|-mavx|-mavx2|-mbmi2") # see :trac:`32434`

if forbidden is not None:
errors = 0
Expand Down

0 comments on commit 3c61bf2

Please sign in to comment.