You were right: I had /usr/local/lib -> /opt/homebrew/lib (because I tried to brew install apaffenholz/polymake/polymake, which fails in Monterey). After erasing it, ./configure --with-system-openblas followed by make succeeds for 9.5.rc3 on an M1 Mac with macOS 12.1.
Thanks again and sorry for the noise… Guillermo On Fri, 21 Jan 2022 at 03:51, Matthias Köppe <[email protected]> wrote: > Might be worth checking if on this machine there is some stuff in > /usr/local ... > > On Thursday, January 20, 2022 at 5:44:36 PM UTC-8 [email protected] wrote: > >> >> I just got access to an M1 Mac with macOS 12.1 (Monterey), so I tried >> 9.5.rc3 with the results given below. >> >> I can confirm that on an M1 Mac with macOS 11.6.2 (Big Sur), after >> ./configure >> --with-system-openblas, make succeeds for 9.5.rc3. >> >> Sorry. >> >> Guillermo >> >> On Fri, 21 Jan 2022 at 02:26, Matthias Köppe <[email protected]> >> wrote: >> >>> I thought we had solved the problems on M1 already in >>> https://trac.sagemath.org/ticket/30592? >>> >>> On Thursday, January 20, 2022 at 4:50:29 PM UTC-8 [email protected] >>> wrote: >>> >>>> >>>> About building on an M1 Mac with macOS 12.1. >>>> >>>> 1) >>>> After ./configure, make fails to install >>>> >>>> * package: tachyon-0.98.9.p7 >>>> * package: libhomfly-1.02r6 >>>> * package: m4ri-20200115 >>>> * package: openblas-0.3.18 >>>> No logs attached (already known). >>>> >>>> 2) >>>> After ./configure --with-system-openblas, make fails to install >>>> >>>> * package: openblas-0.3.18 >>>> >>>> * package: singular-4.2.1p3 >>>> Logs attached. >>>> >>>> Guillermo >>>> >>>> On Wed, 19 Jan 2022 at 01:05, Volker Braun <[email protected]> wrote: >>>> >>>>> As always, you can get the latest beta version from the "develop" git >>>>> branch. Alternatively, the self-contained source tarball is at >>>>> http://www.sagemath.org/download-latest.html >>>>> >>>>> 8ea92d580a (tag: 9.5.rc3, trac/develop) Updated SageMath version to >>>>> 9.5.rc3 >>>>> ad7e1731c0 Trac #33200: trying to fix .zenodo.json >>>>> 809b80c433 Trac #33195: iml: Refresh build scripts with current >>>>> autotools >>>>> 290af2b0c4 Trac #33191: tachyon, primecountpy, libhomfly, m4ri: Fix >>>>> build errors on Apple Silicon with homebrew >>>>> 8e3116e243 Trac #33081: Segmentation fault with integers using musl >>>>> libc 1.2.2 >>>>> 33d12f2b66 Trac #32288: add CITATION.cff file for GitHub / zenodo >>>>> integration and citation support >>>>> 8a05f2e79d Trac #29285: Unbreak the build when pyenv is present >>>>> f9b2db94f6 (tag: 9.5.rc2) Updated SageMath version to 9.5.rc2 >>>>> >>>>> -- >>>>> >>>> You received this message because you are subscribed to the Google >>>>> Groups "sage-release" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/sage-release/1f02f291-7430-4880-9343-bcd6fb7f9c66n%40googlegroups.com >>>>> <https://groups.google.com/d/msgid/sage-release/1f02f291-7430-4880-9343-bcd6fb7f9c66n%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "sage-release" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/sage-release/a822e99a-fe54-4b6f-aa0e-fa69e4e15c9bn%40googlegroups.com >>> <https://groups.google.com/d/msgid/sage-release/a822e99a-fe54-4b6f-aa0e-fa69e4e15c9bn%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-release/29ba2c32-d384-45bd-9355-76434309ae15n%40googlegroups.com > <https://groups.google.com/d/msgid/sage-release/29ba2c32-d384-45bd-9355-76434309ae15n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CANnG189iHaqEDoeRGuzbDxWRKnuMM64jBrj7Sioho88HMQ2b%3DA%40mail.gmail.com.
