Thanks Volker for this new release.

On macOS 10.14.6 Mojave with many packages from
Homebrew: "All tests passed!"

On Cygwin 3.3.3-1 on Windows 10, with many packages:

- Sage 9.5.beta9 fails to build python3-3.9.7 unless
  we configure `--with-python3=/usr/bin/python3`
  and fails to build lcalc-2.0.4 unless we use #33043
  and configure `--enable-download-from-upstream-url`

- partial success for Sage 9.5.beta9 + #33043 using

    $ ./configure \
      --with-python3=/usr/bin/python3 \
      --enable-download-from-upstream-url

  which seems to only fail to build scipy-3.7.2.

  Since sagelib-9.5.beta9 builds, we get a usable Sage,
  especially if building with `make -k -s V=0` (can use
  either `-k` or `--keep-going`) so we go past the scipy
  failure and build all that doesn't depend on scipy.

Now that Python 3.9 is packaged for Cygwin, maybe
`build/pkgs/python3/distros/cygwin.txt` should have
`python3` instead of `python38`. I'll check if that helps
detect Cygwin's Python 3.9.9 as a usable Python.

Regarding Emmanuel Charpentier's report, the failure
in src/sage/quadratic_forms/binary_qf.py is #33026.

So can the next development release please include

- #33026 (binary_qf)
- #33043 (lcalc 2.0.5)
- and any fix for building scipy on Cygwin -- not sure
  if there is one yet?

I'd love #29310 (Have make distclean skip configure) too...
Since it has positive review, would setting its milestone
back from 9.6 to 9.5 be acceptable?    --Samuel

-- 
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/CAEcArF3wFb7Vebc4CRCSNiv%2BnL5ePcMDc8oKc37j8xCaFGUi_g%40mail.gmail.com.

Reply via email to