On Mon, Dec 9, 2019 at 5:27 AM Travis Scrimshaw <[email protected]> wrote: > > Surprisingly it did work after a distclean. Strange... Sorry for the noise.
Make sure that if `./configure` was re-run that it kept `--with-python=2`. There is a bug that if configure gets re-run needlessly sometimes it doesn't keep the previous flags. There was discussion about this in the last release thread. > On Monday, December 9, 2019 at 1:24:24 PM UTC+10, Travis Scrimshaw wrote: >> >> I am unable to build using my Python2 install as it fails at cysignals (it >> works on Python3). It might not have been this precise version as I tried >> from beta3. I am trying after a distclean, but I don't expect a different >> result. I known non-Python3 is a low priority, but I think we should still >> try to get this to work. Any thoughts? >> >> Best, >> Travis >> >> >> On Monday, December 9, 2019 at 7:41:25 AM UTC+10, Volker Braun 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 >>> >>> >>> 87c3057957 (tag: 9.0.beta9, trac/develop) Updated SageMath version to >>> 9.0.beta9 >>> abea10f4ae (origin/develop) Trac #28843: typo ticket: explicitely -> >>> explicitly >>> 3988ae0c3b Trac #28841: fix some little details in doc >>> d370054b01 Trac #28839: adding a minimal lgtm.yml file >>> 9466c95d7f Trac #28835: Remove python3-known-passing.txt and the >>> corresponding parts of the Makefile >>> 368a68abad Trac #28830: cleaning the file dlx.py >>> 08421c59a1 Trac #28792: SageNB, message about removal >>> 6a92dab9a4 Trac #28840: pari 2.11.2 >>> 1d1e3a3cac Trac #28833: ResourceWarning: unclosed file with SAGE_DEBUG=yes >>> d3e64db048 Trac #28818: from gap to libgap in strongly_regular_db >>> 6147d1a5c6 Trac #28639: Polyhedron_normaliz: Initialize new cone from both >>> Vrep and Hrep >>> f312974943 Trac #28834: Doctesting: don't test SageNB files unless SageNB >>> has been installed >>> 9e0670240c Trac #28822: Use assert on a condition that should always be true >>> 3814db49b8 Trac #28826: a few typos >>> b2254ebec7 Trac #28476: norm returns a negative number >>> 71ec07fb58 Trac #28289: Settings in ipython_config.py can cause tests to >>> fail >>> f1b8ad8d50 Trac #28825: refresh the file combinat/tuple >>> 4c75b8087d Trac #28821: get rid of filter >>> 1c63696cfb Trac #28801: Fix ThreeJS script paths for Firefox on Windows >>> fb1c004e14 Trac #28541: bug in change_ring for polynomials >>> 680649c354 Trac #24398: Document function initialization parameters >>> 0a1ddb16a2 Trac #28710: update sagenb to 1.1.3 >>> 6d8849ca36 Trac #28258: Fork errors in sage.misc.cython doctests >>> cf9673bc59 (tag: 9.0.beta8) Updated SageMath version to 9.0.beta8 >>> > -- > 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/003f8ccb-1632-434c-8380-031885ef3f0a%40googlegroups.com. -- 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/CAOTD34bZjZWCUzxAOHooKXEyAzR-WCmd6ZpdNwcg2A08dJ-DaA%40mail.gmail.com.
