We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3e807 commit c22131fCopy full SHA for c22131f
build/pkgs/ecm/spkg-install.in
@@ -189,6 +189,12 @@ export CFLAGS # Not exported by 'sage-env'. LDFLAGS are exported above if
189
# necessary. We currently don't set (or modify) any other
190
# environment variables, so don't have to export them here.
191
192
+# Workaround for build failure with Xcode 15, https://github.com/sagemath/sage/issues/36342
193
+case "$UNAME" in
194
+ Darwin*)
195
+ export gmp_cv_asm_underscore=yes
196
+ ;;
197
+esac
198
199
###############################################################################
200
# Now configure ECM:
0 commit comments