Re: [sage-release] Re: Sage 10.4.beta3 released

2024-04-14 Thread Henri Girard

I forget to write en english , chat gpt translation :

I updated to WSL2 as soon as it became available (around 
October/November). I ran |update-manager -d| because it works now, and 
then switched to SageMath dev with |git checkout dev|.


I haven't had any issues so far. I created an icon so I can start it 
like a regular application. Also, JupyterLab is available in the Jupyter 
Notebook menu, which is great!


However, I have Ubuntu in dual boot and I can't build Sage-10.4.xx 
there. There's an error with |cypari| and |numpy|, so I gave up until 
Ubuntu 24.04 is released. In the meantime, I'm using Sage in Conda 
version 10.3.


I installed Manjaro on an external drive. Since I have a new fast USB 
port (Ryzen 9 7900x 12 cores), my USB SSD is very fast, and I don't see 
any difference compared to my internal SSDs. So, I'm keeping it on the 
external USB. With Manjaro, SageMath 10.4.3 beta compiled without any 
problems. It's so easy that you don't need to be an expert—just follow 
the SageMath tutorial to build it from source!


Awesome.


Le 14/04/2024 à 15:46, Emmanuel Charpentier a écrit :

On Ubuntu 24.04 (upgraded from 22.04) running under WSL2 on Windows 11,
a few things may worth mention :

     - The upgrade entailed a new version of `gcc`, which entailed
failures with system's `brial` (as already reported). Reconfiguration
excluding system's `brial` and forced installation of Sage's `brial`
fixed the problem.

     - Problems with gap (see below) led me to cleanup my tree and do a
fresh recompilation. In this process, `fricas` was somehow
misconfigured : `configure` (correctly) detected system's `fricas`, but
somehow misplaced it ; the resulting Sage failed all `fricas`-related
tests. Reconfiguring `sage` not to use system's `fricas` and forcing
fricas compilation fixed the problem.

     - A `DeprecationWarning` causes (apparently wrongly) a failure in
the doctests of `real-mpfr.pyx`.

     - `src/sage/libs/gap/element.pyx` doctest systematically  crashes
the underlying Sage. This is reproducible, and has survived
reconfiguration and recompilation from a fresh tree (i. e. after `make
distclean`).

Logs of re-execution of the latter two permanent failures attached.
Suggestions more than welcome...

HTH,



--
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/09a34406-6c74-408d-a5cc-294310d36437%40gmail.com.


Re: [sage-release] Re: Sage 10.4.beta3 released

2024-04-14 Thread Henri Girard
J'ai mis à jour wsl2 dès la mise à disposition de celle ci 
(octobe/novembre) je fais update-manager -d puisque ça marche maintenant 
et je suis passé à sagemath dev par git checkout dev


J'ai eu aucun problème à ce jour, j'ai fait une icone donc je peux le 
démarrer comme une application normal , d'ailleurs avec julpyter lab qui 
est proposé dans le menu de jupyter-notebook, ok :)


Par contre j'ai ubuntu en dual boot et là je n'arrive pas à construire 
sage-10.4...xx, une erreur avec cypari et numpy donc j'ai laissé tomber 
jusqu'à la sortie de ubuntu de 24.04. En attendant j'utilise sage dans 
conda version 10.3..


J'ai installé manjaro sur un disque externe : Comme j'ai une nouvelle 
sortie usb rapide (ryzen 9 7900x 12 cores) mon ssd sur usb est très 
rapide je ne vois aucune différence avec mes ssd internes, si bien que 
je le garde sur usb externe , avec manajaro sagemath10.4.3 beta c'est 
compilé sans aucun probrlème en plus c'est si facile qu'il n'y a pas 
besoin d'être un spécialiste juste regarder le tutorial de sagemath pour 
le faire à partir des sources !


Super


Le 14/04/2024 à 15:46, Emmanuel Charpentier a écrit :

On Ubuntu 24.04 (upgraded from 22.04) running under WSL2 on Windows 11,
a few things may worth mention :

     - The upgrade entailed a new version of `gcc`, which entailed
failures with system's `brial` (as already reported). Reconfiguration
excluding system's `brial` and forced installation of Sage's `brial`
fixed the problem.

     - Problems with gap (see below) led me to cleanup my tree and do a
fresh recompilation. In this process, `fricas` was somehow
misconfigured : `configure` (correctly) detected system's `fricas`, but
somehow misplaced it ; the resulting Sage failed all `fricas`-related
tests. Reconfiguring `sage` not to use system's `fricas` and forcing
fricas compilation fixed the problem.

     - A `DeprecationWarning` causes (apparently wrongly) a failure in
the doctests of `real-mpfr.pyx`.

     - `src/sage/libs/gap/element.pyx` doctest systematically  crashes
the underlying Sage. This is reproducible, and has survived
reconfiguration and recompilation from a fresh tree (i. e. after `make
distclean`).

Logs of re-execution of the latter two permanent failures attached.
Suggestions more than welcome...

HTH,



--
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/0d03d7f7-113c-4ce4-84ed-5c3592d4777a%40gmail.com.


Re: [sage-release] Re: Sage 10.4.beta2 released

2024-04-09 Thread Henri Girard
The same on wsl2, build fine  on 24.04 , but impossible to get it build 
on 24.04 ubuntu dualboot, error with numpy and cypari I got cypari 
working wwith pip but numpy is the right version but not found !



Le 09/04/2024 à 21:02, Emmanuel Charpentier a écrit :
FWIW, upgrading 10.4.beta1 to 10.4.beta2 and running ptestlong 
succeedes without any failure on both Debian testing and Ubuntu 22.04 
LTS running under WSL2 on Windows 11.


HTH,

Le mardi 9 avril 2024 à 01:19:53 UTC+2, Volker Braun a écrit :

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


8ea5214695f (github/develop, tag: 10.4.beta2) Updated SageMath
version to 10.4.beta2
6d187b153b5 gh-37764: ECM-related tests fail after an incremental
build
551139c09f2 gh-37763: Fix tolerance for scipy 1.13
03be519274f gh-37755:
src/sage/graphs/graph_decompositions/tdlib.pyx: Use -std=c++11
4d88e898e20 gh-37753: Added rank check to doctest in `.gauss_on_polys`
9971cec6423 gh-37736: Reimplementing the Witt (Sym Func) change of
basis, caches, and omega involution
3df3305a649 gh-37725: Fix typo/phrasing in README.md
01333dfec1a gh-37721: Renamed "ring" argument of matrix contructor
to "base_ring"
bcbb58f10a8 gh-37720: pkgs/sagemath-repl/pyproject.toml.m4:
Declare extra 'sphinx'
08d5d97336d gh-37712: src/tox.ini (rst): Add missing Sphinx roles
253169ff7b8 gh-37707: Implement an iterator for absolute number fields
35f34ee0f66 gh-37703: Implement an is_nilpotent() method for matrices
0a16c78b4e2 gh-37699: Add `approximate_closest_vector` to
`IntegerLattice`, using Babai's nearest plane algorithm
9d788cb1973 gh-37689: Fix changes.html in doc preview
6925269840b gh-37688: typo
12a003eddd0 gh-37687: provide a construction functor using a
single functor for families
3c9a67a2f0f gh-37683: some shortcuts using bool
1ab35e3a696 gh-37680: a few more uses of "in Fields()"
654ed08b899 gh-37679: simplifications in symmetric_ideal.py
042153b0d97 gh-37677: some simplifications in moment-angle complex
0de7848873b gh-37674: some pep8 and ruff cleanups in modules/
014ccc31c41 gh-37673: upgrade msolve to 0.6.5
93cc7064532 gh-37672: src/sage/modular/quasimodform/ring.py: Fix
pycodestyle warning
cf431c8d403 gh-37671: pkgs/sagemath-standard: Support gpep517
2c71f81f0d8 gh-37668: Wrong results in is_isotopic method of the
Link class for certain chiral link
5801382f063 gh-37667: Fix noexcept clauses (#37560)
cf365e5e51d gh-37663: sage/rings/{complex,real}*: Untitlecase
titles, add refs to libraries
59bf21efe75 gh-37661: some cross-references btw doc of RR, RBF, ...
2fd04522f3c gh-37660: Fix e302 libs pyx
03f81897de2 gh-37659: fix ruff codes UP012 and UP023
81b4ddccd1d gh-37655: Removed caching of determinant in LLL for
the `NTL:LLL`-algorithm
74a82d7ce44 gh-37652: fix typos and no "Algebra" in the doc
34539cdb4b6 gh-37651: use parent in asymptotic ring
7a5ba77a93c gh-37640: Modified `.is_reduced()` of `binary_qf.py`
to avoid square root computation
d4ab336474b gh-37639: add Legendre transform and suspension for
lazy symmetric functions
3c174ef6a69 gh-37638: use strings as label in
modular-decomposition trees
6ab45f666ba gh-37637: Update jupyter-sphinx to version 0.5.3 and
pin thebe to version 0.8.2
8e26e275720 gh-37634: The Glaisher-Franklin bijections on integer
partitions
13a555d970e gh-37606: Border matrix
58e8c578fdc gh-37563: trying a change in unique_representation
294eed40414 gh-37546: Sphinx ext links for Sage source files
14da417689b gh-37497: remove zombie code
59ced5e363e gh-37425: Remove mention of patchbot, remove 'make
buildbot-python3'
fbaec798ee1 gh-37391: Make installation of "wheel" packages less noisy
7855be08498 gh-37361: Add iterators, Whitney numbers,
characteristic polynomial, etc
031064b9cee gh-37340: Add class FlatsMatroid
ad0a4b03b3e gh-37332: Cleaning in pautomorphicform.py
72b13b5ebfe gh-37266: Scipy 1.12
42363696933 gh-37224: build/pkgs/python_flint: New
39419374b30 gh-37120: build/pkgs/*/distros/pyodide.txt: New,
corresponding to pyodide 0.25.0
2f5d9f119ee gh-36999: Rename `install-requires.txt` to
`version_requirements.txt`
071499fa7ce gh-36965: Update system package info for slackware
057bd868333 gh-36390: add simple function to count irreducible
polynomials over 픽q
1cd49900cda (tag: 10.4.beta1) Updated SageMath version to 10.4.beta1

--
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

Re: [sage-release] Sage 10.0.beta0 released

2023-02-12 Thread Henri Girard

Thanks :)

I have been waiting for this version 10, already sage-9 has many 
improvment I found very useful (though I use sage in a very special way, 
since I can make %run .ipynb) I call it   Voie sage =dao de sage =Tao 
sage =道 sage


Best

Henri

Le 13/02/2023 à 00:54, Volker Braun a écrit :
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


This contains all remaining positively reviewed tickets that merged 
without issue. Since trac is read-only these will not be marked as 
closed in trac. If you miss anything that you worked on trac then 
please open a github PR now. From now on only github PRs will be merged.



3a044add339 (HEAD -> develop, tag: 10.0.beta0, github/develop) Updated 
SageMath version to 10.0.beta0

785ddef6338 Trac #34902: LatticePoset breadth, error in documentation
fb4f2e4e59d Trac #34901: random doctest failure in 
src/doc/en/thematic_tutorials/group_theory.rst

5d514225749 Trac #34871: rename "Starks" algorithm for isogenies to Stark
0993d40cb87 Trac #34767: Implement _latex_ method for (quasi)modular 
forms ring elements

e421c4ed528 Trac #34927: fricas interface: __reduce__ doctest failure
f9f0324eade Trac #34872: AdditiveAbelianGroup_class.exponent() returns 
a Python int for the trivial group
9cf6aa13382 Trac #34956: sage.{misc,monoids,sets}: Replace imports 
from sage.*.all for namespace packages
3095f5186d3 Trac #34952: sage.graphs: Replace imports from sage.*.all 
for namespace packages
67eab0ae0b1 Trac #34947: sage.{rings,modules,geometry}: Replace 
imports from sage.*.all for namespace packages
2cd6166b4d3 Trac #34945: Refactoring tool to fix modularization 
anti-patterns

c89822848e2 Trac #34930: a few pep8 details in modules
f0a7ebb71ea Trac #34928: about error messages in categories/
f93e0a78630 Trac #34926: Fix tests with giac>=1.9.0.35
81ae8872fa5 Trac #34912: Reduced words of ReflectionGroup elements are 
not well-defined

b17e1171485 Trac #34518: Expand Schubert polynomials in the Key basis
12f635ee62b Trac #34414: Implement Key polynomials
b44d160a518 Trac #19594: Implement the cactus group
a88a8a4e1e0 Trac #34940: sagemath_doc_html depends on fpylll (for 
building)

7a5d67fdd14 Trac #34924: sage -i ore_algebra fails (→ upgrade ore_algebra)
42381bef4dd Trac #34937: sage-bootstrap-python should accept python3.11
3bd7154d230 Trac #34851: Upgrade singular to 4.3.1p3
c000c953eb6 (tag: 9.8, github/master) Updated SageMath version to 9.8
--
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/e1963763-b5c3-4283-bcf6-c1eb5b2ca552n%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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/2d1a224a-bd48-fc08-1bf2-3d8e70e85682%40gmail.com.


Re: [sage-release] Sage 9.7.beta2 released

2022-06-14 Thread Henri Girard
build on AMD ryzen 16 coeurs 16 Go RAM 1Tera ssd with ubuntu dev 22.10 
(beta)  no problem


--
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/7b917bc4-ded1-a9f5-1e6c-a2caac22b85f%40gmail.com.


[sage-release] just for info

2022-01-19 Thread Henri Girard

Hi,

I noticed a change in sage 9.5rc2, sage is already link /usr/bin/sage in 
ubuntu 22.04 in a


|./sage/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages 
is it in all sage or only ubuntu ?|


|thanks|

|Henri
|

--
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/e0bb1b85-9d24-efea-bb01-33a4b07c3aa9%40gmail.com.


Re: [sage-release] Re: Sage 9.5.rc1 released

2022-01-14 Thread Henri Girard
I just compiled it without any problems... rc0 I couldn't compile doc 
rc1 works fine in ubuntu 22.04 (out in april) rizen 16 16Go RAM ubuntu 22.04



Le 14/01/2022 à 11:41, Samuel Lelièvre a écrit :

2022-01-14 10:00 UTC, Dima Pasechnik:

On Fri, Jan 14, 2022 at 9:10 AM Eric Gourgoulhon:

On Ubuntu 20.04 running on Xeon E5-2623 + 16 GB RAM:
- incremental build (-j16) from 9.5.beta8, with system python (3.8.10): OK
- make ptestlong --> 2 doctests failed in src/sage/game_theory/parser.py

This is a permanent failure:
[...]

is this system-wide lrslib?
I'd say it's Ubuntu's bug then.

The problem is more likely with our doctest framework and its
articulation with our feature detection, more specifically doctests
marked "optional - lrslib" are run as soon as lrslib is detected,
even in the case when the detected lrslib would not be deemed
good enough to use for Sage.

Similar problems have been reported recently with other optional
packages, such as ffmpeg and imagemagick. See

- #33092: ffmpeg/imagemagick features need feature checks
- #33114: Feature.require vs. is_present, is_functional



--
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/c1f3300c-f869-b34b-ddc9-9db3014f3d7e%40gmail.com.


Re: [sage-release] Re: Sage 9.5.beta7 released

2021-11-22 Thread Henri Girard
For a few months i couldn't compile sage but today from a fresh ubuntu 
20.04, it succeded, from a rizen 16 cors and 16 Go RAM


Henri

Le 22/11/2021 à 13:16, Eric Gourgoulhon a écrit :

On Ubuntu 20.04 running on Xeon E5-2623 + 16 GB RAM:
- incremental build (-j16) from 9.5.beta6, with system python (3.8.10): OK
- make ptestlong --> "All tests passed!"

Eric.

--
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 sage-release+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/d233fa96-eb09-480e-9bc1-43b2ec99a584n%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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/45bb90dd-12db-716b-b9fc-1d82451dabe8%40gmail.com.


[sage-release] Sage 9.3.beta0 released

2020-11-02 Thread Henri Girard

Hi,

I build it with ubuntu 20.10 (Hirsute hippo next coming) build complete 
AMD rizen 16 cores 16 Go and ssd 250.


best

Henri

--
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/b6c3261e-7cd7-4cbb-f420-511c3fcabc82%40gmail.com.


[sage-release] info

2020-10-24 Thread Henri Girard

Hi,

Yesterday no one pip version worked ? I am on ubuntu 20.10 which should 
get out in few days, I did a do-release-upgrade -d , this morning I was 
trying pip :


My sudo -H pip3 install sage got for answer : Requirement already 
satisfied: sage in /usr/lib/python3/dist-packages (9.2b12)


I installed sagemath as a deb package. I wonder if sage can be installed 
with pip3 (I don't want to try because I don't want to lose my config) 
does somebody knoew about this ?


Last week I compiled last rc release I didn't have any problem. I 
deleted it because it's a big release.


Best

Henri

--
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/a9c7ab98-9b26-4d63-d6b9-276cfc939eec%40gmail.com.


[sage-release] Sage 9.2.beta14 released

2020-10-01 Thread Henri Girard

On Ubuntu 20.04 running AMD 16 core +16 Go and SSD, Every thing passed.

As I didn't compile sage for a certain time I notice it was quick about 
30 mns. I few some messages indicating I should install few libs (new 
and very important, that a good idea !).


Best

Henri

--
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/870067eb-42dd-247c-8e67-f0652dc1cfaf%40gmail.com.


[sage-release] Sage 9.0.beta4

2019-11-09 Thread Henri Girard
I am using Focal Fossa ubuntu next 20.04 (very early). They have 
sage-8.9 for them 8.9-1 in the repo.


I compile Sage 9.0.beta4 using python3.7.3 with an AMD 8core 32 RAM ssd 
240 Go(it is quiet fast), make -j9, no problem.


In fact there is no much difference between 19.10 eoan and 20.04

Cheers

Henri

--
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/aae41289-016b-120f-fbb7-6b9e13a42b20%40gmail.com.


Re: [sage-release] Sage 8.9.beta9 released

2019-09-02 Thread Henri Girard

Ubuntu 19.10 (+1) beta, AMD 8x 64 bits 16 Go RAM

Le 26/08/2019 à 08:18, Henri Girard a écrit :


Ubuntu 19.10 (+1) beta, AMD 8x 64 bits 16 Go RAM

Compilation ok works fine (from beta 7 to 8)

Le 26/08/2019 à 00:37, Volker Braun a écrit :
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


It is nearing the end of the 8.9 merge window, so if you want 
something merged then this is your last chance.


I'm inclined to name the next version 9.0. In particular, we now have 
Python 3 support that, while not perfect, is at least usable so we 
should mark that with a new major version. Also point-9 is a natural 
place to switch. If you want to voice your opinion on that issue: now 
is the time ;-)



4583b4056e (tag: 8.9.beta8, trac/develop) Updated SageMath version to 
8.9.beta8

6565e63ee9 Trac #28373: new big bag of typos
0052843038 Trac #28297: Small optimizations to arithmetic in number 
fields of degree > 2
a9f414a6f8 Trac #28057: Adding precision in computing the generators 
of the period lattice of an elliptic curve.
40c5efa0c8 Trac #28365: Use something instead of time() to ensure 
Manifold uniqueness in tests
bd8504c9e8 Trac #28335: Cythonize Yen_k_shortest_simple_paths and 
feng_k_shortest_simple_paths

c1d5763dc3 Trac #28147: Remove _derivative from Polynomial_template
ef1517da96 Trac #28056: Sboxes Maintenance
05bd7671a2 Trac #26098: Implement L-functions using the PARI library
c050128f4a Trac #20755: Bug in solve due to a bug in 
symbolic_expression_from_maxima_string
2a4bfffc48 Trac #28353: var() with single-element list/tuple crashes 
with unhandled TypeError

0a45dfc784 Trac #28371: py3: errors with optional package CSDP
5ab84a6fb3 Trac #28369: Improve progress report in gitlab-ci
a8599952c3 Trac #28367: MR30: Update README.md: -py3 suffix
56f7684a57 Trac #28346: Use dots instead of precision in 
polynomial_element

8edd3f2797 Trac #28201: small cleanup of databases/cremona
1b7d07b6cc Trac #27573: PRESENT Block Cipher
5f22d242b6 Trac #28321: py3: rationals can not be initialized from a 
pair of big Python ints

b972100c84 Trac #24494: Deprecate set_planar_positions()
42eb5103aa Trac #28364: MR29: Update faq-usage.rst
047992b031 Trac #28361: Implement parameter external_face of 
layout_planar()

ae73a81a59 Trac #28343: Three.js: Support basic mesh plots
7e623eddb1 Trac #28116: Cython 0.29.12
7508513e65 Trac #28108: Py3: ValueError in graph_generators doctests 
with plantri optional package
a98c0ab16f Trac #28347: Add as_integer_ratio() for Integer, Rational, 
RealNumber, RealDoubleElement
431187f776 Trac #28344: Fix some issues with submanifolds and improve 
their documentation

7c0d719021 Trac #28342: spkg-configure.m4 for m4ri, m4rie, givaro
5d6ac68f68 Trac #28228: Semistandard super tableau and standard super 
tableau for superRSK

7d561d89cf (tag: 8.9.beta7) Updated SageMath version to 8.9.beta7

--
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 sage-release+unsubscr...@googlegroups.com 
<mailto:sage-release+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/b1182f0f-112b-4f14-b6b8-6eb94f02e1dc%40googlegroups.com 
<https://groups.google.com/d/msgid/sage-release/b1182f0f-112b-4f14-b6b8-6eb94f02e1dc%40googlegroups.com?utm_medium=email_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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/95a32695-c787-9ee5-c19b-3baa1d0d9f9d%40gmail.com.


Re: [sage-release] Sage 8.9.beta8 released

2019-08-26 Thread Henri Girard

Ubuntu 19.10 (+1) beta, AMD 8x 64 bits 16 Go RAM

Compilation ok works fine (from beta 7 to 8)

Le 26/08/2019 à 00:37, Volker Braun a écrit :
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


It is nearing the end of the 8.9 merge window, so if you want 
something merged then this is your last chance.


I'm inclined to name the next version 9.0. In particular, we now have 
Python 3 support that, while not perfect, is at least usable so we 
should mark that with a new major version. Also point-9 is a natural 
place to switch. If you want to voice your opinion on that issue: now 
is the time ;-)



4583b4056e (tag: 8.9.beta8, trac/develop) Updated SageMath version to 
8.9.beta8

6565e63ee9 Trac #28373: new big bag of typos
0052843038 Trac #28297: Small optimizations to arithmetic in number 
fields of degree > 2
a9f414a6f8 Trac #28057: Adding precision in computing the generators 
of the period lattice of an elliptic curve.
40c5efa0c8 Trac #28365: Use something instead of time() to ensure 
Manifold uniqueness in tests
bd8504c9e8 Trac #28335: Cythonize Yen_k_shortest_simple_paths and 
feng_k_shortest_simple_paths

c1d5763dc3 Trac #28147: Remove _derivative from Polynomial_template
ef1517da96 Trac #28056: Sboxes Maintenance
05bd7671a2 Trac #26098: Implement L-functions using the PARI library
c050128f4a Trac #20755: Bug in solve due to a bug in 
symbolic_expression_from_maxima_string
2a4bfffc48 Trac #28353: var() with single-element list/tuple crashes 
with unhandled TypeError

0a45dfc784 Trac #28371: py3: errors with optional package CSDP
5ab84a6fb3 Trac #28369: Improve progress report in gitlab-ci
a8599952c3 Trac #28367: MR30: Update README.md: -py3 suffix
56f7684a57 Trac #28346: Use dots instead of precision in 
polynomial_element

8edd3f2797 Trac #28201: small cleanup of databases/cremona
1b7d07b6cc Trac #27573: PRESENT Block Cipher
5f22d242b6 Trac #28321: py3: rationals can not be initialized from a 
pair of big Python ints

b972100c84 Trac #24494: Deprecate set_planar_positions()
42eb5103aa Trac #28364: MR29: Update faq-usage.rst
047992b031 Trac #28361: Implement parameter external_face of 
layout_planar()

ae73a81a59 Trac #28343: Three.js: Support basic mesh plots
7e623eddb1 Trac #28116: Cython 0.29.12
7508513e65 Trac #28108: Py3: ValueError in graph_generators doctests 
with plantri optional package
a98c0ab16f Trac #28347: Add as_integer_ratio() for Integer, Rational, 
RealNumber, RealDoubleElement
431187f776 Trac #28344: Fix some issues with submanifolds and improve 
their documentation

7c0d719021 Trac #28342: spkg-configure.m4 for m4ri, m4rie, givaro
5d6ac68f68 Trac #28228: Semistandard super tableau and standard super 
tableau for superRSK

7d561d89cf (tag: 8.9.beta7) Updated SageMath version to 8.9.beta7

--
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 sage-release+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/b1182f0f-112b-4f14-b6b8-6eb94f02e1dc%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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/64f098fa-8bb0-7a14-5e65-c7aa0ad74138%40gmail.com.


Re: [sage-release] Re: Sage 8.9.beta4 released

2019-07-31 Thread Henri Girard

No problem on ubuntu 19.10 amd64 8x cores 16 Go RAM

Le 31/07/2019 à 16:02, Eric Gourgoulhon a écrit :

On Ubuntu 18.04 running on bi-Xeon E5-2623 (8 cores) + 16 GB RAM:

*- python2:
*

  - build (-j16) from a fresh git clone completed, with the mirror 
issue for gap-4.10.2.tar.bz2 reported by Thierry (cf. 
https://groups.google.com/d/msg/sage-release/bC7Fbk5JyKE/e9aUtIGvEgAJ)


  - all tests from ptestlong passed

- *python3:
*
*
*
  - a first attempt to build (-j16) from a fresh git clone hanged (no 
CPU activity for ~ 10 minutes) without any error message after


[ipywidgets-7.4.2] running install_scripts
[ipywidgets-7.4.2] writing list of installed files to 
'/tmp/pip-record-sxim7isv/install-record.txt'
[ipywidgets-7.4.2] Running setup.py install for ipywidgets: 
finished with status 'done'

[ipywidgets-7.4.2]   Removing source in /tmp/pip-req-build-0nx5ty22
[ipywidgets-7.4.2] Successfully installed ipywidgets-7.4.2
[ipywidgets-7.4.2] Cleaning up...
[ipywidgets-7.4.2] Removed build tracker '/tmp/pip-req-tracker-ehuwucce'
[ipywidgets-7.4.2]
[ipywidgets-7.4.2] real    0m1.924s
[ipywidgets-7.4.2] user    0m1.686s
[ipywidgets-7.4.2] sys    0m0.274s
[ipywidgets-7.4.2] Copying package files from temporary location 
/home/eric/sage/py3/local/var/tmp/sage/build/ipywidgets-7.4.2/inst to 
/home/eric/sage/py3/local

[ipywidgets-7.4.2] Successfully installed ipywidgets-7.4.2
[ipywidgets-7.4.2] Deleting temporary build directory
[ipywidgets-7.4.2] 
/home/eric/sage/py3/local/var/tmp/sage/build/ipywidgets-7.4.2

[ipywidgets-7.4.2] Finished installing ipywidgets-7.4.2.spkg

Ending the build with CTRL-C and starting again with
MAKE="make -j16" make
eventually completed the build.

  - tests from ptest-python3 passed, except for 1 permanent doctest:

sage -t --long --warn-long 51.1 
src/sage/rings/polynomial/polynomial_rational_flint.pyx

**
File "src/sage/rings/polynomial/polynomial_rational_flint.pyx", line 
2055, in 
sage.rings.polynomial.polynomial_rational_flint.Polynomial_rational_flint.galois_group

Failed example:
    G = f.galois_group(); G
Expected:
    Transitive group number 5 of degree 4
Got:
    Exception (FLINT memory_manager). Unable to allocate memory.
    Transitive group number 5 of degree 4

This is the same error as that reported by Emmanuel in 
https://groups.google.com/d/msg/sage-release/bC7Fbk5JyKE/FLN4lQG2EwAJ


Eric.

--
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 sage-release+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/28192905-a07e-42f5-9b6d-235842ba505a%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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/9d10dcb9-3ffa-054a-79f5-69e452fda8dc%40gmail.com.


Re: [sage-release] Sage 8.9.beta3 released

2019-07-20 Thread Henri Girard
From ubuntu 19.10, fresh install AMD8x 64 bits 16Go  SSD 250Go (very 
speedy), all works,


Before I had problem with doc-html, even with a fresh git, but as I 
reinstalled from distro fresh one , no problem.


Le 20/07/2019 à 00:59, Volker Braun a écrit :
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



a1e1a8f721 (tag: 8.9.beta3, trac/develop) Updated SageMath version to 
8.9.beta3

0d04feb43b Trac #28101: update giac to 1.5.0-63
d8968a027d Trac #28088: update GAP to 4.10.2
16aca5f5c7 Trac #25097: Algebraic polyhedra with Normaliz / e-antic
f6eb46be0f Trac #28196: remove some deprecated stuff in modular
26864c1dfe Trac #28193: remove deprecated alias in hyperbolic geodesics
a0b76ad35f Trac #28044: some changes in titles of some categories
6620cad3c9 Trac #28194: remove some deprecated aliases in groups
98b23196c3 Trac #28185: more lazy imports in combinat
e9e347b652 Trac #28160: Subword Complementaries
af518b719b Trac #28186: cleanup of misc/flatten
7d6a302653 Trac #28171: new harvest of typos
df3a9c9abf Trac #28168: refresh the QMU exporter for cluster quivers
fca5068c36 Trac #28148: sigma_invariants() bug over FunctionFields
ad4b690b87 Trac #28039: convert macaulay2 hash tables to sage dicts
422f1eb353 Trac #27997: Change spelling of Arxiv to arXiv
d8e02b03ff Trac #25243: is postcritically finite failure for extensions
ccd3204d5b Trac #28183: typo in words module
be1db3ee61 Trac #28178: get rid of ETupleIter
f00488e3d2 Trac #28177: py3 fix for combinat/finite_state.py
8a34a83bc9 Trac #28174: Fixed typo for dehomogenization of 
non-endomorphisms
835b17a7c4 Trac #28164: Change an existing exercise in comprehension 
tutorial

f724bd72c6 Trac #28151: Upgrade R to 3.6.1
cde5d58c2d Trac #27882: Cythonize graph_coloring
eb4f7acde4 Trac #28086: MR27: Remove use of installed_packages for threejs
2700512230 Trac #27928: Implement Lex DFS
8f31857dad Trac #28112: py3: Fix hash function of Integer
bd461f9bf5 Trac #19154: duplicate method in finite_words: lps_lengths, 
lengths_lps

ac097b0300 Trac #28153: py3 fix and typos in combinatorial polyhedron
503a10e9b3 Trac #28024: Add FractionField support to specialization
bd7de65f45 Trac #28141: q(n)-crystal on shifted primed tableaux
365987b4c3 Trac #28131: latte interface broken with Python 3
7e9a8ac4ae Trac #28130: MR28: Add orthographic camera option to 
three.js renderer.
e96d999d0d Trac #28118: py3: fix gap_package optional doctest in 
linear_code

95ea5f39d9 (tag: 8.9.beta2) Updated SageMath version to 8.9.beta2

--
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 sage-release+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/dac85f61-b41b-4832-a3bf-6bb605ee20d0%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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/ae902928-8de2-6a27-f1fc-251fa1e1e9cd%40gmail.com.


[sage-release] square root very strange in 8.5.beta3

2018-11-14 Thread Henri Girard

HI,

I am calculating a square root sqrt(9)=3

But at 10 and over I got this answer sqrt(10)= sqrt(10) except 
sqrt(16)=4 when it's a right square


but sqrt(10.0)=3.16... Is it a normal answer ?

sqrt(16)=4 works

Any explaination ?

Regards

Henri

--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 8.5.beta1 released

2018-10-30 Thread Henri Girard
LANG to en_US.UTF-8 before running sage -n jupyter solves the problem. 
Not for me I only have french (I don't mind i use french now), same 
firefox version ubuntu 18.10 cosmic. But jupyterlab is only in english


Le 30/10/2018 à 12:11, Eric Gourgoulhon a écrit :

Le mardi 30 octobre 2018 00:08:52 UTC+1, William Stein a écrit :


Just curious, but what is navigator.languages in the Javascript
console of your browser? 



Here it is:

navigator.languages
/*
fr,fr-FR,en-US,en
*/
The browser is Firefox 63.0 running on Ubuntu 18.04.

What if you change the language pref default
to English?  In particular, is the problem your backend locale
setting, or your browser language setting?


As I said previously, setting the environment variable LANG to 
en_US.UTF-8 before running sage -n jupyter solves the problem. The 
question is then: can Jupyter (not the browser, nor the locales) be 
customized so that it uses an English interface? (I did not find 
anything in the Jupyter menus).


Eric.


-- 
William (http://wstein.org)


--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 8.5.beta1 released

2018-10-30 Thread Henri Girard
I have jupyter lab and it's in english ! jupyter in french and 
jupyterlab in english ?


Le 30/10/2018 à 00:19, Eric Gourgoulhon a écrit :

Le mardi 30 octobre 2018 00:08:52 UTC+1, William Stein a écrit :


Just curious, but what is navigator.languages in the Javascript
console of your browser?  What if you change the language pref
default
to English?  In particular, is the problem your backend locale
setting, or your browser language setting?


This is the locale setting: if I run
LANG=en_US.UTF-8 ./sage -n jupyter
then I get the English menus and cell labels again, without changing 
anything in the browser settings.


Best regards,

Eric.


-- 
William (http://wstein.org)


--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Re: only sage-8.5 in jupyter notebook not 8.5.beta1 ?

2018-10-27 Thread Henri Girard
my answer : I forget I changed sage path setting it in /usr/bin/sage 
correct the problem


Sorry for the noise :)

Le 27/10/2018 à 18:28, Henri Girard a écrit :

After compiling I got this right version in shell

SageMath version 8.5.beta1, Release Date: 2018-10-27 │
│ Type "notebook()" for the browser-based notebook interface.    │
│ Type "help()" for help.

sagenb has the right version but not sage -=jupyter

I reboot and will see if it's better before I will delete .sage

Any help

HG



--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] only sage-8.5 in jupyter notebook not 8.5.beta1 ?

2018-10-27 Thread Henri Girard

After compiling I got this right version in shell

SageMath version 8.5.beta1, Release Date: 2018-10-27   │
│ Type "notebook()" for the browser-based notebook interface.    │
│ Type "help()" for help.

sagenb has the right version but not sage -=jupyter

I reboot and will see if it's better before I will delete .sage

Any help

HG

--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 8.4.beta2 released

2018-08-26 Thread Henri Girard

Ubuntu cosmic 18.10 (version beta) AMD 64 16 Go RAM, every thing well :)


Le 26/08/2018 à 01:53, Volker Braun a écrit :
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



8b4f9a0885 (tag: 8.4.beta2, trac/develop) Updated SageMath version to 
8.4.beta2

e83762e051 Trac #26118: sage -tp times out on a 160 core machine
c66273f117 Trac #24655: Automatically build  docker images with 
CircleCI/GitLab CI

f60348ff7c Trac #16268: Better normalization for fraction field elements
db0b57b8a9 Trac #6106: Extra doctests for indefinite binary quadratic 
forms

858c733732 Trac #26094: py3: hash for noncommutative ideals
2f2562493d Trac #26093: py3: hash for spaces of modular symbols
cf41f66c53 Trac #26092: py3: hash for subsets
09c82f55fa Trac #26089: py3: hash for smooth character groups
4ea5edfb9b Trac #26087: py3: hash for cycle index rings
f8c5ba64d7 Trac #26082: py3: let pip use the correct python
ec4a0a870f Trac #26010: Split database_pari
0d6244ed53 Trac #25702: Upgrade to matplotlib 2.2.2 and make its new 
dependency kiwisolver a standard package

031dfcbea1 Trac #26072: py3: fix intlist.pyx doctest
d4556754e5 Trac #26045: py3 some fixes in root_systems
a1a2333832 Trac #26044: Delete unused "six" from mac app
f3cd2c6cf2 Trac #26033: Upgrade to Sphinx 1.7.6
549e34cb29 Trac #26010: Split database_pari
1a84ef7586 Trac #26005: bug in local_analytic_interpolation
e6139d3f04 Trac #26004: LatticePoset: Faster is_sectionally_complemeted
2e71b449dc Trac #25990: Precision issue in conversion
2587e46097 Trac #25714: Installing GAP package nq
0d026c9fec Trac #20867: SU(3,3) does not inherit from 
FinitelyGeneratedMatrixGroup_gap
c6fa6dac1b Trac #26066: Assertion error in mac_lane_step starting from 
non-Gauss valuations

d2ba76c10c Trac #26064: py3: hash for SymbolicConstantsSubring
3860c306ce Trac #26063: py3: hash for Hamming code
12016d8582 Trac #26062: py3: hash for shifted prime tableaux
6710f309e4 Trac #26061: py3: hash and richcmp for crystals of alcove paths
2348d608b5 Trac #26058: py3: hash for Bruhat Tits etc
2815c993d3 Trac #26057: add some missing doctests in combinat
b34cbfdaf1 Trac #26054: cleanup misc/misc.py
7b609d294e Trac #26053: implement Dedekind psi function
1786b8739a Trac #26047: pyflakes cleanup in species
50c5e779c1 Trac #26046: py3: fixing oeis
72a244e117 Trac #26043: py3: fix MethodType(meth, obj, cls)
d7c91a4c85 Trac #26040: using iterators inside some "all, any, tuple" 
in pyx files

5f7b7108d8 Trac #26035: py3: some details in polyhedron
025396e5c7 Trac #26034: fixing invalid escape sequences in rings (final)
5bdd521033 Trac #26032: fixing invalid escape sequences in matroids 
(final)

19ab7d2765 Trac #26031: fixing invalid escape sequences in groups (final)
ec853d5281 Trac #26030: fixing invalid escape sequences in combinat 
(final)
d55e21ebf8 Trac #23437: Loading and saving BinaryMatroids can cause 
infinite loops

3b2be7589e Trac #25907: Better handling of memory limits on tests
a67d3311f3 Trac #26028: Bug-Fixes and improvements with respect to the 
bilinear invariant form of classical matrix groups

71a98b0fea Trac #26019: py3: fixes to sage.rings.polynomial.real_roots
5b83229cf4 Trac #25965: Fixes to Dokchitser L-function script, 
including evaluation at 0

d38b639abe Trac #25953: Add method for visualizing order ideals
90b3d86408 Trac #25950: py3: use WithEqualityById in implementation of 
ChowGroup_class
35a80b5be2 Trac #25948: py3: a few more miscellaneous dict iterator 
(dict.keys, dict.values) fixes

5e3de89a76 Trac #25946: py3: fixes for sage.schemes.hyperelliptic_curves
3e61e16691 Trac #25928: Implement Permutation Pattern Posets
8094d182b8 Trac #25840: py3: towards pdf-docbuild. some care for 
automethod

951f8f4d60 Trac #25806: Pass --no-readline to R
cd47f1bf72 Trac #25768: py3: fix in link.py
0be709e462 Trac #25642: wrong cardinality in PartitionDiagrams
40c55f545d Trac #25462: make SetPartition much faster
a677bc5a99 Trac #24735: upgrade Singular to 4.1.1p2
53f35f2c76 Trac #26037: Typo in geometry/polyhedron/backend_ppl.py
5c7b278505 Trac #26024: Fix test in quantum_group_gap.py when 
gap_packages but not dot2tex installed

23a2b10da6 (tag: 8.4.beta1) Updated SageMath version to 8.4.beta1
--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving 

[sage-release] sage-8.4

2018-08-06 Thread Henri Girard

Hi,

I have an old computer intel dual core with 4 Go RAM, I have cosmic 
(ubuntu +1 =18.10) installed and I tried compiling the sage 8.4 version, 
no problem after a night compilation... ok.


Thanks

Henri

--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] flint absent

2018-08-06 Thread Henri Girard
ubuntu Bionic AMD 64 8x 16Go RAM, while compiling gave an error "no 
flint", I ./configure and make -j8 ant this second time was ok.


real    99m6,278s
user    296m28,526s
sys    17m9,810s
Sage build/upgrade complete!

--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 8.3.beta1 released

2018-05-16 Thread Henri Girard
Bionic 18.04 AMD x8 64 bits, compile perfect. I started from fresh git 
sage because upgrading from 8.2 failed. It couldn't find many libs. By 
the way I found my crash problem while compiling : I had to config the 
bios allowing warmer processing.



Le 15/05/2018 à 21:24, Sébastien Labbé a écrit :
On Ubuntu 16.04, the command `./sage -t -p --all --long 
--optional=sage,optional,external` finishes with:


--
sage -t --long src/sage/coding/code_constructions.py  # 1 doctest failed
--
Total time for all tests: 1821.3 seconds
    cpu time: 11639.5 seconds
    cumulative wall time: 14059.4 seconds
External software detected for doctesting: gurobi,latex
Traceback (most recent call last):
  File "/home/slabbe/GitBox/sage/src/bin/sage-runtests", line 127, in 


    err = DC.run()
  File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/doctest/control.py", 
line 1176, in run

    + ','.join(available_software.seen()))
  File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/doctest/control.py", 
line 583, in log

    self.logger.write(s + end)
  File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/doctest/control.py", 
line 250, in write

    f.write(x)
ValueError: I/O operation on closed file


The code_construction error is copied below (I can not reproduce it) :



sage -t --long src/sage/coding/code_constructions.py
**
File "src/sage/coding/code_constructions.py", line 624, in 
sage.coding.code_constructions.QuadraticResidueCodeOddPair

Failed example:
    codes.QuadraticResidueCodeOddPair(17, GF(13))
Exception raised:
    Traceback (most recent call last):
  File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", 
line 562, in _run

    self.compile_and_execute(example, compiler, test.globs)
  File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py", 
line 972, in compile_and_execute

    exec(compiled, globs)
  File "sage.coding.code_constructions.QuadraticResidueCodeOddPair[0]>", line 
1, in 

    codes.QuadraticResidueCodeOddPair(Integer(17), GF(Integer(13)))
  File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/coding/code_constructions.py", 
line 666, in Quadratic

ResidueCodeOddPair
    return DuadicCodeOddPair(F,Q,N)
  File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/coding/code_constructions.py", 
line 425, in DuadicCod

eOddPair
    gg1 = P2(coeffs1)
  File "sage/structure/parent.pyx", line 920, in 
sage.structure.parent.Parent.__call__ 
(build/cythonized/sage/structure/paren

t.c:9734)
    return mor._call_(x)
  File "sage/structure/coerce_maps.pyx", line 145, in 
sage.structure.coerce_maps.DefaultConvertMap_unique._call_ (build/cytho

nized/sage/structure/coerce_maps.c:4555)
    raise
  File "sage/structure/coerce_maps.pyx", line 140, in 
sage.structure.coerce_maps.DefaultConvertMap_unique._call_ (build/cytho

nized/sage/structure/coerce_maps.c:4423)
    return C._element_constructor(x)
  File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/rings/polynomial/polynomial_ring.py", 
line 404, in _e

lement_constructor_
    return C(self, x, check=check, is_gen=False, construct=construct)
  File "sage/rings/polynomial/polynomial_zmod_flint.pyx", line 
100, in sage.rings.polynomial.polynomial_zmod_flint.Polynomial
_zmod_flint.__init__ 
(build/cythonized/sage/rings/polynomial/polynomial_zmod_flint.cpp:14358)

    lst = [k(i) for i in x]
  File "sage/structure/parent.pyx", line 920, in 
sage.structure.parent.Parent.__call__ 
(build/cythonized/sage/structure/paren

t.c:9734)
    return mor._call_(x)
  File "sage/rings/finite_rings/hom_prime_finite_field.pyx", line 
46, in sage.rings.finite_rings.hom_prime_finite_field.Secti
onFiniteFieldHomomorphism_prime._call_ 
(build/cythonized/sage/rings/finite_rings/hom_prime_finite_field.c:3457)
    raise ValueError("%s is not in the image of %s" % (x, 
self._inverse))
    ValueError: 3*z^3 + 2*z^2 + 8*z + 1 is not in the image of (map 
internal to coercion system -- copy before use)

    Ring morphism:
  From: Finite Field of size 13
  To:   Finite Field in z of size 13^4
**
1 item had failures:
   1 of  13 in sage.coding.code_constructions.QuadraticResidueCodeOddPair
    [146 tests, 1 failure, 2.56 s]

--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to 

Re: [sage-release] Re: Sage 8.3.beta0 released

2018-05-10 Thread Henri Girard
On ubuntu I recently had a problem because curl didn't install properly 
I think with bionic I think it's ok



Le 09/05/2018 à 22:11, John H Palmieri a écrit :
Volker, it must be a conscious decision on your part to not include 
curl, git, gcc, and perhaps others in the upstream directory of the 
"self-contained" tarball. Can you explain? Are those the only three 
affected packages, or are there others?


(If we expect people to have internet access while building, why 
include anything in upstream? If we want to allow for people building 
without internet access, why not include all standard packages, even 
those not built on every system?)


  John


On Wednesday, May 9, 2018 at 11:44:17 AM UTC-7, 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



8bdc326ba5 (tag: 8.3.beta0, trac/develop) Updated SageMath version
to 8.3.beta0
537a270597 Trac #24921: Add optional package "ninja_build" (build
system for polymake)
31df4df870 Trac #24909: Boruvka algorithm for MST
ad537e4b5f Trac #24903: optional package autotools fail to build
500d2feb38 Trac #24626: More substantial implementation of
matrices over complex ball fields
96987ac2a5 Trac #25076: Fix Matrix_gfpn_dense * int
80adc4fc7a Trac #24878: Improve function? docstring
1968b08e11 Trac #24848: Implement join of polytopes
4a4830018f Trac #24839: py3: an issue about dict iterators
ad6ee1bb25 Trac #24742: New MatrixArgs object to deal with
constructing matrices
13fd23bb80 Trac #24370: Riemann surfaces: algebraization and
automorphisms
9fb25e50bd Trac #19506: Implement cellular algebras
59c99eca6a Trac #16823: Implement the free Lie algebra
70e163d515 Trac #24835: Change error message in construction of
polyhedron object
e498ec4415 Trac #24788: Multiplication of the Gram Matrix
2c0ee06538 Trac #24680: Cleanup some deprecated functions (matrix
and coding)
30c21d31cf Trac #24662: Upgrade scipoptsuite to 5.0.1
0c9519f6c5 Trac #23665: Implement Frobenius formula for Hecke
algebra characters
d2deec20a0 Trac #24645: Support for spkg-postinst scripts
68e8076fcc Trac #24644: Use $SAGE_SUDO when copying files from
SAGE_DESTDIR to SAGE_LOCAL
ea439259c1 Trac #24638: Fix OpenBLAS build on SPARC
7e5f242d33 Trac #24623: Euclidean spaces and vector calculus
dce704249c Trac #24585: r_jupyter package is broken
c46927cb09 Trac #24577: is_genus for torsion quadratic modules
0bdd6f9d39 Trac #24576: Brown invariant of a TorsionQuadraticModule
5cc1dd4967 Trac #24564: Gluing of lattices
af11d43628 Trac #24559: py3: better backwards-compatibility for
Python longs
3307f67637 Trac #24541: Fix Cone.orthogonal_sublattice
52ab02ee18 Trac #24508: py3: problems with tests that use
random_element
87dcf8209d Trac #24481: Replace PARI stackwarn.patch with upstream
version
9dabe7b561 Trac #24433: Speed up p-adic Gamma by caching Dwork
expansion coefficients
0c6181d7b3 Trac #24416: GeneralDiscreteDistribution broken when
entries >= 2^1024
6aa51476fe Trac #24323: 'BrauerAlgebra' has no attribute 'options'
e4ec2f6209 Trac #24314: rootfinding for polynomials with complex
ball coefficients using arb
79c3ec00ee Trac #24312: py3: fixes to sage.misc.sageinspect
14669b2e42 Trac #24152: Bug when converting a Sage polyhedron into
Polymake pexpect
68fd029608 Trac #24130: Reverse plane partitions and Hillman-Grassl
24c396a1de Trac #24129: Complete the standard bijections on the
symmetric group
b3ce0ca72f Trac #23733: Stop supporting SAGE64 and CFLAG64
94e5a73e75 Trac #23450: Smith form of p-adic matrices
5d8a91b23c Trac #23353: Upgrade to gfan 0.6.2
d8c7427822 Trac #23344: p-adic square root
577a9ce597 Trac #22984: Upgrade normaliz to 3.5.3 and pynormaliz
to 1.12
cd4ad379e2 Trac #22604: autodoc unforking again
9d10e48944 Trac #22572: Add a thematic tutorial on the polyhedron
class
a24a9c6b30 Trac #22243: Make doctests not depend on the boost version
fdf74cc00b Trac #21022: version information in sage.__version__
417875c300 Trac #20382: Replace is_package_installed with Features
b4829dabec Trac #19270: Matrix_integer_sparse object has no
attribute 'gap'
82025348ef Trac #17340: can't plot immutable graphs
b1a0575489 Trac #15729: Graphics3d with fractional opacity will
not save image
7926af1fa4 Trac #10577: Deepcopy fails on vectorspaces over GF(2)
with inner_product_matrix specified
3c408bc16f Trac #7589: bug in coercion and cyclotomic fields
7d35dbf26c Trac #25118: gfan fails when compiled with XCode 9.3
3c0ce4d54e Trac #24880: gcd is not commutative (on rationals)
0763c7217e Trac #24605: 

Re: [sage-release] Re: Sage 8.2 released

2018-05-06 Thread Henri Girard
I use bionic AMD 64 and I compiled sage-8.2 git without any problem (but 
openssl was lacking).



Le 06/05/2018 à 20:30, John H Palmieri a écrit :
Some version of gcc is in the prerequisites for linux, but if the 
existing version is not good enough, Sage will build its own. On OS X, 
Sage builds its own (for now). Also, the Sage gcc package is listed as 
standard, so it should be included in the tarball. The point of the 
tarball being self-contained is that you can download it once and then 
you don't need an internet connection while building Sage.


  John



On Sunday, May 6, 2018 at 10:07:55 AM UTC-7, Emmanuel Charpentier wrote:

gcc is part of the prerequisites listed in README.md

--
Emmanuel Charpentier

Le dimanche 6 mai 2018 17:41:48 UTC+2, John H Palmieri a écrit :

The "self-contained" source tarball is not self-contained: it
(still) does not contains gcc. This has been true for at least
the last several rc releases, as I've reported here before.


On Sunday, May 6, 2018 at 1:56:04 AM UTC-7, Volker Braun wrote:

The "master" git branch has been updated to Sage-8.1. 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


There was no change over 8.2.rc4

--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 8.2.rc2 released

2018-04-13 Thread Henri Girard

On linux sage 8.1 jupylab install perfect.

But as I have a problem with my sage in user location (without sudo)

I do sage -sh

and then pip install jupyterlab upgrade (normal installation)


Le 13/04/2018 à 20:34, Samuel Lelièvre a écrit :



2018-04-13 0:28 GMT+02:00 Samuel Lelièvre >:

>
> 2018-04-12 23:21 GMT+02:00 Samuel Lelièvre 
>:

> >
> > On macOS 10.10.5 (aka "Yosemite"), with Homebrew installed,
> > after renaming /usr/local and /opt/local so they don't interfere,
> > building Sage 8.2.rc2 succeeds.
> >
> > However, trying to install jupyterlab via pip does not work:
> >
> >     $ sage --pip install jupyterlab
> >     Collecting jupyterlab
> >       Could not fetch URL https://pypi.python.org/simple/jupyterlab/:
> >       There was a problem confirming the ssl certificate: [SSL:
> >       TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version
> >       (_ssl.c:661) - skipping
> >       Could not find a version that satisfies the requirement
> >       jupyterlab (from versions: )
> >     No matching distribution found for jupyterlab
> >
> > (while it worked fine with Sage 8.2.rc1).
> >
> > Does anyone else observe that too?
>
> A quick web search reveals this:
>
> - StackOverflow question:
> https://stackoverflow.com/q/49748063
> - Answer by original poster to above question:
> https://stackoverflow.com/a/49748494
>
> So I will try the upgrade to pip 9.0.3 which is part of
>
> - Sage trac ticket #25051: Add DESTDIR support to additional
>   Python packages; upgrade pip to latest patch release
> https://trac.sagemath.org/ticket/25051

Upgrading to pip 9.0.3 allowed me to "sage --pip install" stuff.
I made #25051 a blocker. I hope it can be part of the next
release candidate, and eventually of the Sage 8.2 release.
--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 8.1.rc0

2017-11-10 Thread Henri Girard
I am a bit in future : Bionic beaver 18.04 with AMD 64 16 RAM, 
everything ok.
I have a problem with my computer, at the end of compiling my computer 
halt in a bad way !  (this was already from sage-8.0 and with other 
flavor of ubuntu, 17.04,17.10) maybe my RAM or my SSD ?


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] sage 8 beta 11

2017-06-20 Thread Henri Girard

Build on AMD 8x core 16 Go RAM, ubuntu 17.10 (ubuntu +1), very good.

This looks like the first time you are running Sage.
Updating various hardcoded paths...
(Please wait at most a few minutes.)
DO NOT INTERRUPT THIS.
Done updating paths.
Yes, Sage starts.
make[2] : on quitte le répertoire « /home/pi/sage/build/make »
make[1] : on quitte le répertoire « /home/pi/sage/build/make »

real132m44,813s
user545m39,968s
sys27m51,528s
Sage build/upgrade complete!

To install small scripts to directly run Sage's versions of GAP,
the PARI/GP interpreter, Maxima, or Singular etc. (by typing e.g.
just 'gap' or 'gp') into a standard 'bin' directory, start Sage
by typing 'sage' (or './sage') and enter something like

install_scripts('/usr/local/bin')

at the Sage command prompt ('sage:').

--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 8.0.beta5 released

2017-05-05 Thread Henri Girard

ubuntu xenial ok


Le 05/05/2017 à 12:06, Emmanuel Charpentier a écrit :
On Debian testing running on Core i7+16 Gb RAM, same results as those 
reported 
 
for beta4.


HTH,

--
Emmanuel Charpentier

Le jeudi 4 mai 2017 23:49:33 UTC+2, Volker Braun a écrit :

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



46a728a Updated SageMath version to 8.0.beta5
33e0bd6 Trac #22912: issue with is_tree when the graph has loops
5431a8f Trac #22905: py3: cleanup of test_strict_weak_order
d01e774 Trac #22904: numerical noise in
sage/matrix/matrix_double_dense.pyx
fa83bdc Trac #22903: rich comparison for ideals in fin dim algebras
c4098ddc Trac #22902: cleanup of galois_group.py
560815f Trac #22899: backport some doctests from cypari2
8c25b32 Trac #22892: py3 : about range in homology folder
0a23b06 Trac #22891: Add giac interface to integrate
33acd76 Trac #22887: py3 forbids inspect.currentframe(1)
2204f76 Trac #22930: Fixed broken install of Python 2 and 3 on
Cygwin since #22764
03df34c Trac #22880: Simplicial complexes: bug in add_face
3c7f290 Trac #22901: Poset: Add crosslinks to weaker and stronger
properies
509231e Trac #22898: has_perfect_matching for graphs
9198785 Trac #22897: QuotientRing_nc.ideal() should not call
CommutativeRing.ideal
a777522 Trac #22867: LatticePoset: Reverse completion_by_cuts()
6adf7eb Trac #22861: Implement Adams operation on group characters
ad9cf6a Trac #22828: py3: rich comparison for asymptotic term monoid
5a1a3fc Trac #22893: unicode art for chain complexes
fe5e2f7 Trac #22847: Improve the style of headings of Sage files
911a759 Trac #22826: Test failure in
sage.functions.orthogonal_polys when Singular is built with
SAGE_DEBUG=yes
3b86fa9 Trac #22882: Fix e_string_to_ground_state for type A2 even
dual
fadea82 Trac #22881: py3: handle type "long" in sage_input
2397568 Trac #22879: py3: use six.integer_types (step 2/2)
4f5fe17 Trac #22868: Update Singular to 4.1.0p3
0b60c05 Trac #22859: Do not check for a zero result in arithmetics
of coordinate functions and scalar fields
fd3e5b1 Trac #22748: Provide yasm on i386 + x86_64 systems
43be68d Trac #22582: Install pip into py2 + py3 and fix py3
dependencies build
6325b02 Trac #21416: Add jupyter-kernel-gap package
23f33ec Trac #22885: Fix issue in average_distance
85f3597 Trac #22884: Incorrectly computed precision with leading
zeros and decimal point
b399883 Trac #22878: Add gmp to libraries for libs/ecl and
rings/bernmm
4d91c17 Trac #22876: py3: replace StringTypes by six.string_types
cb934ae Trac #22874: py3: 2 bad calls ot iteritems
139149e Trac #22871: py3: use six.integer_types (step 1/2)
0e16e41 Trac #22870: Update ore_algebra to 0.3
4d6ae38 Trac #22869: Update NTL to 10.3.0
90d9b57 Trac #22823: Symbolic asin/acos do not return symbolic NaN
0605d26 Trac #22756: Python3 is broken on OS X
47e8e1c Trac #22668: HTML widget without description
6cf09ab Trac #20730: Break up sage_setup.autogen.interpreters into
a package
42901bc Trac #19439: Corrections to infinities returned by mpmath
6b9461b Trac #22856: Upgrade libhomfly
7177ef5 Updated SageMath version to 8.0.beta4

--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 8.0.beta3 released

2017-04-26 Thread Henri Girard
I tried to compile both git and sources tarball, but the same result. I 
tried too what Eric said, compiling sage 8.0 beta 2 gave me an error 
(like mentionned on last message)  I had not the first time I compiled 
sucessfully this later one. I can't compile sage-8.0 beta 2 .3.


I use sage-8.0 beta 2 I compiled first.

Henri


Le 26/04/2017 à 08:14, Francois Bissey a écrit :

On 26/04/2017, at 18:11, Eric Gourgoulhon  wrote:

Le mardi 25 avril 2017 22:07:55 UTC+2, François a écrit :

So it got me thinking that localisation could be to blame.


It does not seem to be the reason, because on the same computer,
  sage -t --long src/sage/calculus/calculus.py
gives no error for Sage 8.0.beta1 but fails with the above error for Sage 
8.0.beta2.
So the isssue is due to some change between these two versions.
Besides, Ralf confirmed: 
https://groups.google.com/d/msg/sage-release/xmLGOhKBhx8/quk6urUqAwAJ

All right, I just never observed that failure myself.
So I am thinking there is a system specific element.

François



--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 8.0.beta3 released

2017-04-23 Thread Henri Girard

same problem here :ubuntu 16.04.4 lcalc failed


Le 24/04/2017 à 02:43, François Bissey a écrit :

On 24/04/17 12:18, tsc...@ucdavis.edu wrote:

Does this help?

|
ld -v
GNU ld (GNU BinutilsforUbuntu)2.26.1
|

Let me know what else I can get or do to help debug this.


I am not sure how to find the incriminating info. But we
should support your configuration, so lcalc will have to be
fixed. Are gfan and tachyon behaving? We did a similar manipulation
on them.

Francois



--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] About matplotlib 2

2017-04-01 Thread Henri Girard

Hi,
I wonder if sage-8.0 is using matplotlib 2.0, because the color I get 
are looking like it ?

How can I know which matplotlib I use and which python I use (2 or 3) ?
Regards
Henri

--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 8.0.beta0 released

2017-03-31 Thread Henri Girard

Hi,

ubuntu 16.04 , make doc-clean, make -j9 build after 7.6 any, I am 
compiling it on a fresh sage 8


regards

Henri

I got this error :

make[2] : on quitte le répertoire « /home/pi/sage/build/make »
Makefile:922 : la recette pour la cible « all » a échouée
make[1]: *** [all] Erreur 2
make[1] : on quitte le répertoire « /home/pi/sage/build/make »

real12m53.225s
user68m20.536s
sys2m49.256s
***
Error building Sage.

The following package(s) may have failed to build (not necessarily
during this run of 'make all'):

* package: singular-4.1.0p2
  log file: /home/pi/sage/logs/pkgs/singular-4.1.0p2.log
  build directory: /home/pi/sage/local/var/tmp/sage/build/singular-4.1.0p2



Le 31/03/2017 à 03:44, kcrisman a écrit :
Remember, we want LOTS OF TESTING of this one - including the Mac 
interface.  Any possible bugs in the move to the ExportSageNB 
interface must be exposed.

--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.2.beta0 released

2016-03-25 Thread Henri Girard

Ubuntu 16.04 AMD X8 16 RAM :ok

Le 25/03/2016 09:26, Volker Braun a écrit :
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


930e35e Updated Sage version to 7.2.beta0
09a5a39 Trac #20207: Add pictures to complex_plot.py
5de5bf2 Trac #20202: missing trac roles in cython files
f796852 Trac #20196: some doc corrections in rings and schemes
88e5f1d Trac #20183: Add Pictures to graph_plot.py
a4669c9 Trac #20176: Document ellipsis in doctests
1a46343 Trac #19878: LatticePoset: add is_coatomic, simpler code
502c1a9 Trac #18085: missing binding for SymPy's exp_polar()
dd0cb26 Trac #20251: Typos in the documenation of "symbolic expression"
1e3a6bd Trac #19634: Implement Hochschild (co)homology
e947b84 Trac #14304: New implementation of unramified p-adics using 
FLINT and templates

9464bbe Trac #16221: Add (symbolic) Struve functions
e605ff8 Trac #20245: ZpCA addition giving too much output
b8e1b98 Trac #20237: Drop -std=c99 from C++ extensions
a7e9d37 Trac #20231: Blacklist GCC 4.8.x
df5412c Trac #20230: Rational -> long should truncate instead of floor
1b9e141 Trac #20229: Improve support for sub and quotient modules over 
general rings

1d0afd8 Trac #20228: Spectral radius of graphs
686d0fe Trac #20185: Upgrade to SymPy-1.0
d77898b Trac #20217: Remove redundant functions from pari_instance.pyx
1fde1bd Trac #20216: Deprecate PARI nth_prime, prime_list, primes_up_to_n
976c0f3 Trac #20213: Replace pari_catch_sig_on by sig_on
307f98d Trac #20212: Use repr for "unable to convert" error messages
e7b0606 Trac #19748: bug in number_of_Gamma0_NFCusps
4bcfd9e Trac #20208: Keep system libraries in pkgconf
2d10dab Trac #20205: Clean up factoring PARI interface
dd4c3ff Trac #20188: use arb_set_str for RBF(string)
7a6e092 Trac #20177: Better checks in GRS decoders
3aa83f5 Trac #13044: ecl chokes when CC or CXX contains space
d6d488c Trac #20242: $SAGE_ROOT/build/bin/sage-uncompress-spkg looks 
for a wrong number of arguments when dealing with zip files

f62fc0c Trac #20134: Upgrade to pynac-0.6.4
9ee55d0 Trac #20113: Simplify LinearCode.zero method
f76b9a4 Trac #20074: QQbar cleaning 2
b519b90 Trac #20015: Sanitize matrix constructor
5669cf0 Trac #19930: A proper class for Hamming codes
3543ce0 Trac #19890: Improve standardization of words and permutations
610f70b Trac #19870: Cythonize matrix group elements
b2d7828 Trac #19307: Improve statistic name and add collection name 
plural to FindStat interface

ce839d2 Trac #13619: Enable polynomial content over padic fields
b9076ec Trac #13250: Additional poset examples
bd67081 Trac #20187: PyPI updates
52e3ac8 Trac #20193: OpenBLAS checksums.ini is wrong
97d34c7 Trac #20210: Move memory functions to cysignals
7f50c6b Updated Sage version to 7.1

--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 7.1 released

2016-03-23 Thread Henri Girard

I wonder if it's not a problem with doc
I would do  : make doc-clean && make -jxx (number of cores +1) but you 
must know it will take some time !!!

Maybe someone will give you a better suggestion


Le 23/03/2016 16:11, Enrique Artal a écrit :
I am new in this group, and I would like to thanks your efforts. I 
installed successfully sage 7.1 in my personal desktop and laptop 
computers. We have also two servers for teaching; in one of them 
everything went OK, compiled with ssl support. But in the other 
server, I tried several times with the following result. These are the 
contents of

dochtml.log:

Building reference manual, first pass.

Error building the documentation.
Traceback (most recent call last):
 File "/home/artal/sage-7.1/local/lib/python/runpy.py", line 162, in 
_run_module_as_main

   "__main__", fname, loader, pkg_name)
 File "/home/artal/sage-7.1/local/lib/python/runpy.py", line 72, in 
_run_code

   exec code in run_globals
 File 
"/home/artal/sage-7.1/local/lib/python2.7/site-packages/sage_setup/docbuild/__main__.py", 
line 2, in 

   main()
 File 
"/home/artal/sage-7.1/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py", 
line 1629, in main

   builder()
 File 
"/home/artal/sage-7.1/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py", 
line 284, in _wrapper

   getattr(get_builder(document), 'inventory')(*args, **kwds)
 File 
"/home/artal/sage-7.1/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py", 
line 490, in _wrapper

   pool = Pool(NUM_THREADS, maxtasksperchild=1)
 File 
"/home/artal/sage-7.1/local/lib/python/multiprocessing/__init__.py", 
line 232, in Pool

   return Pool(processes, initializer, initargs, maxtasksperchild)
 File "/home/artal/sage-7.1/local/lib/python/multiprocessing/pool.py", 
line 159, in __init__

   self._repopulate_pool()
 File "/home/artal/sage-7.1/local/lib/python/multiprocessing/pool.py", 
line 223, in _repopulate_pool

   w.start()
 File 
"/home/artal/sage-7.1/local/lib/python/multiprocessing/process.py", 
line 130, in start

   self._popen = Popen(self)
 File 
"/home/artal/sage-7.1/local/lib/python/multiprocessing/forking.py", 
line 121, in __init__

   self.pid = os.fork()
OSError: [Errno 12] Cannot allocate memory

It is possible to finish the compilation after logging out and in. 
Then it is possible to use sage in command line and with
jupyter notebook but it complains with sage-notebook. One can log in 
but any evaluation gives an error about interact not found.


Best, Enrique.


El domingo, 20 de marzo de 2016, 17:36:59 (UTC+1), Volker Braun escribió:

The "master" git branch has been updated to Sage-7.0. 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


There were no changes relative to 7.1.rc1

--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.1.rc1 released

2016-03-19 Thread Henri Girard

ok build fine

Le 17/03/2016 22:24, Volker Braun a écrit :
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


50ac030 Updated Sage version to 7.1.rc1
d28accb Trac #20209: Failing conversion QQbar -> RIF
210bb7d Trac #20197: Allow overriding SAGE_SPKG in build/make/Makefile
1c17d9e Updated Sage version to 7.1.rc0

--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: recent woes with relocation of SageMath installation directory

2016-02-04 Thread Henri Girard

Thanks... Very good :)
As I said I compile develop version so I just compile sagemanifolds with 
it. But I can imagine how annoying it can be, before I used for a long 
time your deb.

Best,
Henri
Le 04/02/2016 11:42, Jan Groenewald a écrit :

Hi

On 4 February 2016 at 12:20, HG > wrote:


Following the ppa sage link, I tried to install sage-7, it works
fine. Time for patching, but no problem.
I use two version of sagemath the ppa and developer one (which I
compile) and after I compile sagemanifolds (which I can't do at
the moment with the ppa because it's installed system-wide).
Thanks for this good work
Henri


If you run sagemath-upstream-binary-full it is technically possible to 
run sage manifolds. We had this deployed on campus last week. But you 
have to reinstall it after every upgrade. It is bad because:


1) you should not compile as root. There is a past bug where compiling 
some package would delete a system file [1] 
. Malicious code could hose or 
rootkit your system. We plan in future to have the sage tree owned by 
a sagemath user, which will alleviate that (only) if people remember 
to change to that user before customizing / adding optional packages 
and rebuilding.


2) bad practice since dpkg (or your distro package manager) is 
supposed to manage the system files, but it is technically possible.


It will not work with sagemath-upstream-binary (without -full) since 
the SAGE_ROOT/src folder is missing and many files you need for 
rebuilding sage.


I will try to release a 7.0.1 (rather than waiting for 7.1) which also 
fixes the smaller sagemath-upstream-binary in the PPAs. Note 7.0 is 
now in the stable PPA for 14.04.


Regards,
Jan




--
  .~.
  /V\ Jan Groenewald
 /( )\ www.aims.ac.za 
 ^^-^^
--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 7.0.rc1 released

2016-01-15 Thread Henri Girard

Thanks... Because each time I get a new develop version.
Try it next version.
Henri

Le 15/01/2016 11:40, Johan S. R. Nielsen a écrit :

If you already have a nice compiled version of latest develop, you can
merge in your old branch *into* develop. With latest develop checked
out, run the following:

1. git checkout -b "old_is_new"
2. git fetch 
3. git merge trac/
4. make

Step 2 is only if you don't already have the latest version of that ticket.

Compared to the newly compiled develop, this will touch only the files
that were modified in your ticket. That saves a lot of compilation time
when you're working on branches that have fallen far behind. That goes
whether or not latest develop broke backwards compatibility.

Best,
Johan


kcrisman writes:


Also, can you give a little more guidance on how to still use "old" git

branches - can we just merge in the newest Sage or will that cause
problems as well?

If moving from a new branch to an old branch, you can either
- merge in latest develop, or
- make distclean && make



Second option isn't very sustainable if you have to do it a lot, though.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] error: Cannot perform incremental update

2016-01-14 Thread Henri Girard
I used to have this problem too... So I didn't know how to correct it 
now I create a new git to each version and I have no more problem... 
(but that's not a way to improve correcting problems ! )

Henri

Le 14/01/2016 08:41, Nathann Cohen a écrit :

Yo,


This should if and only if you upgrade from Sage <= 7.0.beta1 to Sage >=
7.0.beta2.

It definitely happened several times.


Maybe you just switched between old and new branches?

No, the way I work with git this is not possible.

Nathann



--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.0.beta3 released

2016-01-08 Thread Henri Girard

Compilation successfull, I guess my ubuntu was broken.


Le 08/01/2016 09:30, Jeroen Demeyer a écrit :

On 2016-01-08 08:04, Henri Girard wrote:

I have compiled sage-7.0 beta 2 allright. But beta 3 doesn't compile.


Log files please...



--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.0.beta3 released

2016-01-07 Thread Henri Girard
I have compiled sage-7.0 beta 2 allright. But beta 3 doesn't compile. 
It's just for information because I am on ubuntu 16.04 alpha and a 
recent update may have cause this. I have ppl1.1 but curiously I can't 
compile sage 6.10 neither, at the moment I use sage-7.0 I compiled 
successfully.

Kind regards
Henri
Error building Sage.

The following package(s) may have failed to build (not necessarily
during this run of 'make all'):

* package: gfan-0.5.p0
  log file: /home/riri/git/sage/logs/pkgs/gfan-0.5.p0.log
  build directory: /home/riri/git/sage/local/var/tmp/sage/build/gfan-0.5.p0

* package: ppl-1.1
  log file: /home/riri/git/sage/logs/pkgs/ppl-1.1.log
  build directory: /home/riri/git/sage/local/var/tmp/sage/build/ppl-1.1

* package: zeromq-4.0.5
  log file: /home/riri/git/sage/logs/pkgs/zeromq-4.0.5.log
  build directory: 
/home/riri/git/sage/local/var/tmp/sage/build/zeromq-4.0.5


The build directory may contain configuration files and other potentially
helpful information. WARNING: if you now run 'make' again, the build
directory will, by default, be deleted. Set the environment variable
SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.

Makefile:16: recipe for target 'all' failed
make: *** [all] Error 1

--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 7.0.beta1 released

2015-12-26 Thread Henri Girard

Thanks you ...
Happy Christmas
Henri

Le 25/12/2015 22:21, Emmanuel Charpentier a écrit :



Le vendredi 25 décembre 2015 15:05:16 UTC+1, HG a écrit :

How did you pull change ? I have the zip it can' t do it ?


$ git checkout develop

$ git trac config --user  --pass 

$ git fetch

git status
[ Displays new  commits ]
git pull

beta0 works beta1 no because no ecl and other


Then you have a misconfiguration . From my current cofiguration :

charpent@asus16-ec:~$ sage -lisp
ECL (Embeddable Common-Lisp) 15.3.7 (git:UNKNOWN)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
Copyright (C) 2015 Daniel Kochmanski
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level.
>


HTH,

--
Emmanuel Charpentier



Le 25/12/2015 13:52, Emmanuel Charpentier a écrit :

FWIW,  after pulling changes in a 7.0beta0 tree, passes ptestlong
with no errors on Debian testing running on Core i7 + 16 GB.

HTH,

--
Emmanuel Charpentier

Le vendredi 25 décembre 2015 01:11:36 UTC+1, Volker Braun a écrit :

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


As mentioned before, there are no incremental updates from
6.x. You need to compile from scratch, e.g. after cleaning
with "make distclean" or "git clean -f -d -x". If you are
still working on tickets based on 6.x then you might want to
use a separate git tree for sage 7.

45d940c Updated Sage version to 7.0.beta1
5778c74 Trac #19767: ATLAS drops LDFLAGS during build
ebf1a75 Trac #19765: Fix linking to FLINT
e4c0a17 Trac #19762: Ncurses fails to build with gcc-5.2.1 in
OpenSuSE Leap
0c2b8da Trac #19761: LinBox: use newer version of config.guess
6cb47c0 Trac #19749: reduced_word_graph on a Coxeter group
element fails due to DiGraph ducktyping
3b2529a Trac #19475: RealSet? shows wrong doc
ffe2a96 Trac #16896: rework of
row_reduced_form/weak_popov_form calling convention
47b5fa0 Trac #19755: lcalc drops LDFLAGS
b98e495 Trac #19674: Reorganize NTL files
262 Trac #19649: Crash in pari polroots()
9bd303f Trac #19764: rpath trouble with PARI
d417c3d Trac #18551: sig_error() without sig_on() in call to
mpz_mul_2exp
356870a Trac #19757: fflas_ffpack: use newer version of
config.guess
ccda5f0 Trac #19747: Permutation.__init__ error message:
negative->non-positive
f0e5248 Trac #19746: Ignore Jupyter notebook default files
3d460c3 Trac #19742: CyclotomicField.zeta() inconsistent with
zeta_order() and docs
4d4b025 Trac #19721: Create new libgd tarball
f7d2d3f Trac #19720: Upgrade fplll
31096e1 Trac #19687: upgrade cvxopt to version 1.1.8
d83dab1 Updated Sage version to 7.0.beta0

-- 
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 sage-release...@googlegroups.com .
To post to this group, send email to sage-r...@googlegroups.com
.
Visit this group at https://groups.google.com/group/sage-release
.
For more options, visit https://groups.google.com/d/optout
.


--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 7.0.beta1 released

2015-12-25 Thread Henri Girard

How did you pull change ? I have the zip it can' t do it ?
beta0 works beta1 no because no ecl and other


Le 25/12/2015 13:52, Emmanuel Charpentier a écrit :
FWIW,  after pulling changes in a 7.0beta0 tree, passes ptestlong with 
no errors on Debian testing running on Core i7 + 16 GB.


HTH,

--
Emmanuel Charpentier

Le vendredi 25 décembre 2015 01:11:36 UTC+1, Volker Braun a écrit :

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


As mentioned before, there are no incremental updates from 6.x.
You need to compile from scratch, e.g. after cleaning with "make
distclean" or "git clean -f -d -x". If you are still working on
tickets based on 6.x then you might want to use a separate git
tree for sage 7.

45d940c Updated Sage version to 7.0.beta1
5778c74 Trac #19767: ATLAS drops LDFLAGS during build
ebf1a75 Trac #19765: Fix linking to FLINT
e4c0a17 Trac #19762: Ncurses fails to build with gcc-5.2.1 in
OpenSuSE Leap
0c2b8da Trac #19761: LinBox: use newer version of config.guess
6cb47c0 Trac #19749: reduced_word_graph on a Coxeter group element
fails due to DiGraph ducktyping
3b2529a Trac #19475: RealSet? shows wrong doc
ffe2a96 Trac #16896: rework of row_reduced_form/weak_popov_form
calling convention
47b5fa0 Trac #19755: lcalc drops LDFLAGS
b98e495 Trac #19674: Reorganize NTL files
262 Trac #19649: Crash in pari polroots()
9bd303f Trac #19764: rpath trouble with PARI
d417c3d Trac #18551: sig_error() without sig_on() in call to
mpz_mul_2exp
356870a Trac #19757: fflas_ffpack: use newer version of config.guess
ccda5f0 Trac #19747: Permutation.__init__ error message:
negative->non-positive
f0e5248 Trac #19746: Ignore Jupyter notebook default files
3d460c3 Trac #19742: CyclotomicField.zeta() inconsistent with
zeta_order() and docs
4d4b025 Trac #19721: Create new libgd tarball
f7d2d3f Trac #19720: Upgrade fplll
31096e1 Trac #19687: upgrade cvxopt to version 1.1.8
d83dab1 Updated Sage version to 7.0.beta0

--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 7.0.beta0 released

2015-12-23 Thread Henri Girard

Build on ubuntu 16.04 with sagemanifold (daily build)

Le 23/12/2015 17:13, Nathann Cohen a écrit :

I failed to build this latest release because of the 'R' package (see
logfile [1]). It fails at this step:

 configure: error: --with-readline=yes (default) and headers/libs
are not available

I am running "debian testing", with libreadline-dev installed.

Nathann

[1] http://www.steinertriples.fr/ncohen/tmp/r-3.2.3.p0.log

On 23 December 2015 at 12:52, Volker Braun  wrote:

The diff you mention is in the configure.ac, so you need to reconfigure
(i.e. run SAGE_ROOT/bootstrap)

On Wednesday, December 23, 2015 at 11:21:39 AM UTC+1, Sébastien Labbé wrote:



On Wednesday, December 23, 2015 at 11:16:18 AM UTC+1, François wrote:

It looks like one ticket for the packages of type `script` wasn’t
included then.


But I can see that http://trac.sagemath.org/ticket/19427 merged in
sage-7.0.beta0 contains the diff:

- echo >&2 "The content of \"$PKG_TYPE_FILE\" must be 'base', 'standard',
'optional', 'experimental' or 'pip'"
+ echo >&2 "The content of \"$PKG_TYPE_FILE\" must be 'base', 'standard',
'optional', 'experimental', 'script', or 'pip'"

Therefore, I guess patchbot are not running sage-7.0.beta0 cleanly...

--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.10.rc2 binaries test

2015-12-18 Thread Henri Girard
Yes I wrote the same problem on 16.04. I run sage -n=ipython  and then I 
opened firefox. I noticed for me it's even better I just created an icon 
with sage -n=ipython (as application) so I don't see any terminal 
running and I run firefox. I noticed that file can be relocated in any 
dir, which is a good improvment.


Le 18/12/2015 11:10, Eric Gourgoulhon a écrit :

Hi,

I've tested sage-6.10.rc2-Ubuntu_15.10-x86_64.tar on a Ubuntu 15.10 
computer and got the following issue:

./sage -n jupyter
results in the error message:
Please wait while the Sage Notebook server starts...
[I 11:01:15.391 NotebookApp] Using MathJax: 
nbextensions/mathjax/MathJax.js
[W 11:01:15.420 NotebookApp] Terminals not available (error was No 
module named terminado)
[I 11:01:15.421 NotebookApp] Serving notebooks from local directory: 
/home/eric/sage/sage-bin/SageMath

[I 11:01:15.421 NotebookApp] 0 active kernels
[I 11:01:15.421 NotebookApp] The IPython Notebook is running at: 
http://localhost:/
[I 11:01:15.421 NotebookApp] Use Control-C to stop this server and 
shut down all kernels (twice to skip confirmation).
/home/eric/sage/sage-bin/SageMath/local/lib64/libstdc++.so.6: version 
`GLIBCXX_3.4.21' not found (required by 
/usr/lib/x86_64-linux-gnu/libproxy.so.1)
Failed to load module: 
/usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so
/usr/lib/firefox/firefox: 
/home/eric/sage/sage-bin/SageMath/local/lib64/libstdc++.so.6: version 
`GLIBCXX_3.4.21' not found (required by /usr/lib/firefox/firefox)


As a consequence, the notebook is not automatically opened in Firefox.
However, if I manually open http://localhost:/ everything is fine: 
Jupyter notebook works (including MathJax display and 3D graphics).


For sage notebook, there is no problem: ./sage -n triggers the opening 
of a new Firefox tab.


On the same computer, there is no such problem with a compiled version 
of sage 6.10.rc1: ./sage -n jupyter does open a new Firefox tab (and 
there is no message "version `GLIBCXX_3.4.21' not found").


Eric.
--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.10.rc2 binaries test

2015-12-18 Thread Henri Girard

yes... But not fun :)

Le 18/12/2015 11:16, Francois Bissey a écrit :

Fun! Your distro is built with a gcc that is more recent than the one your sage
binary has been built with - and the libstdc++ from your distro is masked by 
the one from
sage.

François


On 18/12/2015, at 23:10, Eric Gourgoulhon  wrote:

Hi,

I've tested sage-6.10.rc2-Ubuntu_15.10-x86_64.tar on a Ubuntu 15.10 computer 
and got the following issue:
./sage -n jupyter
results in the error message:
Please wait while the Sage Notebook server starts...
[I 11:01:15.391 NotebookApp] Using MathJax: nbextensions/mathjax/MathJax.js
[W 11:01:15.420 NotebookApp] Terminals not available (error was No module named 
terminado)
[I 11:01:15.421 NotebookApp] Serving notebooks from local directory: 
/home/eric/sage/sage-bin/SageMath
[I 11:01:15.421 NotebookApp] 0 active kernels
[I 11:01:15.421 NotebookApp] The IPython Notebook is running at: 
http://localhost:/
[I 11:01:15.421 NotebookApp] Use Control-C to stop this server and shut down 
all kernels (twice to skip confirmation).
/home/eric/sage/sage-bin/SageMath/local/lib64/libstdc++.so.6: version 
`GLIBCXX_3.4.21' not found (required by /usr/lib/x86_64-linux-gnu/libproxy.so.1)
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so
/usr/lib/firefox/firefox: 
/home/eric/sage/sage-bin/SageMath/local/lib64/libstdc++.so.6: version 
`GLIBCXX_3.4.21' not found (required by /usr/lib/firefox/firefox)

As a consequence, the notebook is not automatically opened in Firefox.
However, if I manually open http://localhost:/ everything is fine: Jupyter 
notebook works (including MathJax display and 3D graphics).

For sage notebook, there is no problem: ./sage -n triggers the opening of a new 
Firefox tab.

On the same computer, there is no such problem with a compiled version of sage 6.10.rc1: 
./sage -n jupyter does open a new Firefox tab (and there is no message "version 
`GLIBCXX_3.4.21' not found").

Eric.

--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.10.rc2 binaries test

2015-12-18 Thread Henri Girard
I noticed too, that sagemanifolds compiled perfect on the rc2 version. I 
think I have gcc 5xx.


Le 18/12/2015 11:16, Francois Bissey a écrit :

Fun! Your distro is built with a gcc that is more recent than the one your sage
binary has been built with - and the libstdc++ from your distro is masked by 
the one from
sage.

François


On 18/12/2015, at 23:10, Eric Gourgoulhon  wrote:

Hi,

I've tested sage-6.10.rc2-Ubuntu_15.10-x86_64.tar on a Ubuntu 15.10 computer 
and got the following issue:
./sage -n jupyter
results in the error message:
Please wait while the Sage Notebook server starts...
[I 11:01:15.391 NotebookApp] Using MathJax: nbextensions/mathjax/MathJax.js
[W 11:01:15.420 NotebookApp] Terminals not available (error was No module named 
terminado)
[I 11:01:15.421 NotebookApp] Serving notebooks from local directory: 
/home/eric/sage/sage-bin/SageMath
[I 11:01:15.421 NotebookApp] 0 active kernels
[I 11:01:15.421 NotebookApp] The IPython Notebook is running at: 
http://localhost:/
[I 11:01:15.421 NotebookApp] Use Control-C to stop this server and shut down 
all kernels (twice to skip confirmation).
/home/eric/sage/sage-bin/SageMath/local/lib64/libstdc++.so.6: version 
`GLIBCXX_3.4.21' not found (required by /usr/lib/x86_64-linux-gnu/libproxy.so.1)
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so
/usr/lib/firefox/firefox: 
/home/eric/sage/sage-bin/SageMath/local/lib64/libstdc++.so.6: version 
`GLIBCXX_3.4.21' not found (required by /usr/lib/firefox/firefox)

As a consequence, the notebook is not automatically opened in Firefox.
However, if I manually open http://localhost:/ everything is fine: Jupyter 
notebook works (including MathJax display and 3D graphics).

For sage notebook, there is no problem: ./sage -n triggers the opening of a new 
Firefox tab.

On the same computer, there is no such problem with a compiled version of sage 6.10.rc1: 
./sage -n jupyter does open a new Firefox tab (and there is no message "version 
`GLIBCXX_3.4.21' not found").

Eric.

--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.10 released

2015-12-18 Thread Henri Girard

6.9 or 6.10 ?

Le 18/12/2015 20:18, Volker Braun a écrit :
The "master" git branch has been updated to Sage-6.9. 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


a1b60f2 Updated Sage version to 6.10
d9b5c45 Trac #19733: Assignment of special methods does not work in Cython
10e9cb5 Trac #19712: strongly_regular_graph() crashes when mu=0
22584a3 Updated Sage version to 6.10.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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.10 released

2015-12-18 Thread Henri Girard

Yes... After compilation everything fine :)
Thanks for this excellent work all :)
Regards
Henri

Le 18/12/2015 20:31, leif a écrit :

Henri Girard wrote:

6.9 or 6.10 ?

6.10 of course; see http://git.sagemath.org/sage.git/


-leif


Le 18/12/2015 20:18, Volker Braun a écrit :

The "master" git branch has been updated to Sage-6.9. 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

a1b60f2 Updated Sage version to 6.10
d9b5c45 Trac #19733: Assignment of special methods does not work in Cython
10e9cb5 Trac #19712: strongly_regular_graph() crashes when mu=0
22584a3 Updated Sage version to 6.10.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 sage-release+unsubscr...@googlegroups.com
<mailto:sage-release+unsubscr...@googlegroups.com>.
To post to this group, send email to sage-release@googlegroups.com
<mailto:sage-release@googlegroups.com>.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

--
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 sage-release+unsubscr...@googlegroups.com
<mailto:sage-release+unsubscr...@googlegroups.com>.
To post to this group, send email to sage-release@googlegroups.com
<mailto:sage-release@googlegroups.com>.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Sage-6.10.rc2 released

2015-12-17 Thread Henri Girard

HI,
I got this problem building rc2 rc1 was ok :
The following package(s) may have failed to build (not necessarily
during this run of 'make all'):

* package: atlas-3.10.2
  log file: 
/home/riri/Téléchargements/sage-develop/logs/pkgs/atlas-3.10.2.log
  build directory: 
/home/riri/Téléchargements/sage-develop/local/var/tmp/sage/build/atlas-3.10.2


* package: ecl-15.3.7p0
  log file: 
/home/riri/Téléchargements/sage-develop/logs/pkgs/ecl-15.3.7p0.log
  build directory: 
/home/riri/Téléchargements/sage-develop/local/var/tmp/sage/build/ecl-15.3.7p0


The build directory may contain configuration files and other potentially
helpful information. WARNING: if you now run 'make' again, the build
directory will, by default, be deleted. Set the environment variable
SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.

Makefile:16: recipe for target 'all' failed
make: *** [all] Error 1

--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Re: Sage 6.10.rc2 binaries test

2015-12-17 Thread Henri Girard

Sorry I just read your message... http... works



Le 18/12/2015 00:55, Henri Girard a écrit :

Hi,
I have these annoying message with ./sage -n=ipython
I does work well on ./sage -n
Any help ?
Regards
Henri


./sage -n=ipython
┌┐
│ SageMath Version 6.10.rc2, Release Date: 2015-12-16 │
│ Type "notebook()" for the browser-based notebook interface. │
│ Type "help()" for help. │
└┘
┏┓
┃ Warning: this is a prerelease version, and it may be unstable. ┃
┗┛
Please wait while the Sage Notebook server starts...
[I 00:52:18.922 NotebookApp] Using MathJax: 
nbextensions/mathjax/MathJax.js
[I 00:52:18.937 NotebookApp] Writing notebook server cookie secret to 
/run/user/1000/jupyter/notebook_cookie_secret
[W 00:52:19.038 NotebookApp] Terminals not available (error was No 
module named terminado)
[I 00:52:19.038 NotebookApp] Serving notebooks from local directory: 
/home/riri/sage

[I 00:52:19.039 NotebookApp] 0 active kernels
[I 00:52:19.039 NotebookApp] The IPython Notebook is running at: 
http://localhost:/
[I 00:52:19.039 NotebookApp] Use Control-C to stop this server and 
shut down all kernels (twice to skip confirmation).
/home/riri/sage/local/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' 
not found (required by /usr/lib/x86_64-linux-gnu/libproxy.so.1)
Failed to load module: 
/usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so
/usr/lib/firefox/firefox: /home/riri/sage/local/lib64/libstdc++.so.6: 
version `GLIBCXX_3.4.21' not found (required by /usr/lib/firefox/firefox)





--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Sage 6.10.rc2 binaries test

2015-12-17 Thread Henri Girard

Hi,
I have these annoying message with ./sage -n=ipython
I does work well on ./sage -n
Any help ?
Regards
Henri


./sage -n=ipython
┌┐
│ SageMath Version 6.10.rc2, Release Date: 2015-12-16 │
│ Type "notebook()" for the browser-based notebook interface. │
│ Type "help()" for help. │
└┘
┏┓
┃ Warning: this is a prerelease version, and it may be unstable. ┃
┗┛
Please wait while the Sage Notebook server starts...
[I 00:52:18.922 NotebookApp] Using MathJax: nbextensions/mathjax/MathJax.js
[I 00:52:18.937 NotebookApp] Writing notebook server cookie secret to 
/run/user/1000/jupyter/notebook_cookie_secret
[W 00:52:19.038 NotebookApp] Terminals not available (error was No 
module named terminado)
[I 00:52:19.038 NotebookApp] Serving notebooks from local directory: 
/home/riri/sage

[I 00:52:19.039 NotebookApp] 0 active kernels
[I 00:52:19.039 NotebookApp] The IPython Notebook is running at: 
http://localhost:/
[I 00:52:19.039 NotebookApp] Use Control-C to stop this server and shut 
down all kernels (twice to skip confirmation).
/home/riri/sage/local/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not 
found (required by /usr/lib/x86_64-linux-gnu/libproxy.so.1)
Failed to load module: 
/usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so
/usr/lib/firefox/firefox: /home/riri/sage/local/lib64/libstdc++.so.6: 
version `GLIBCXX_3.4.21' not found (required by /usr/lib/firefox/firefox)



--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage-6.10.rc1 binaries test

2015-12-14 Thread Henri Girard

Sorry I found it :)
regards
Henri

Le 15/12/2015 08:06, Henri Girard a écrit :

I only get 6.9 with your links ?

Le 15/12/2015 00:43, Volker Braun a écrit :
Here is a final test for the binaries, using the new binary 
packaging. That is, now binaries are patched automatically on first 
run, no more relocation after that.


You can find the following at http://files.sagemath.org/binaries/

sage-6.10.rc1-Debian_GNU_Linux_7-i686.tar.bz2
sage-6.10.rc1-Debian_GNU_Linux_7-x86_64.tar.bz2
sage-6.10.rc1-Debian_GNU_Linux_8-i686.tar.bz2
sage-6.10.rc1-Debian_GNU_Linux_8-x86_64.tar.bz2
sage-6.10.rc1-Fedora_23-x86_64.tar.bz2
sage-6.10.rc1-OSX_10.11.2-x86_64.app.dmg
sage-6.10.rc1-OSX_10.11.2-x86_64.dmg
sage-6.10.rc1-OSX_10.11.2-x86_64.tar.bz2
sage-6.10.rc1-Ubuntu_12.04-i686.tar.bz2
sage-6.10.rc1-Ubuntu_12.04-x86_64.tar.bz2
sage-6.10.rc1-Ubuntu_14.04-i686.tar.bz2
sage-6.10.rc1-Ubuntu_14.04-x86_64.tar.bz2
sage-6.10.rc1-Ubuntu_15.04-i686.tar.bz2
sage-6.10.rc1-Ubuntu_15.04-x86_64.tar.bz2

If you ever wanted to try a binary, now is a good time ;-)
--
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 sage-release+unsubscr...@googlegroups.com 
<mailto:sage-release+unsubscr...@googlegroups.com>.
To post to this group, send email to sage-release@googlegroups.com 
<mailto:sage-release@googlegroups.com>.

Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.




--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Anticipating ubuntu 15.10

2015-10-09 Thread Henri Girard

Yes I read this ticket and thaught I wouldn't have this problem again ?
Have I something to do ?


Le 09/10/2015 13:43, Eric Gourgoulhon a écrit :


Le vendredi 9 octobre 2015 13:04:10 UTC+2, HG a écrit :

I recompiled and now it works (in between I installed libssl-dev,
but now i have no latex.


The LaTeX issue is being fixed: http://trac.sagemath.org/ticket/19374

--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.9.rc3 released

2015-10-07 Thread Henri Girard
In fact after trying many things (cleaning compiling again) my system is 
broken !

Coming back to sage 6.8 doesn't work any more !
I think I messed muy computer !
Fortunatly we might have SMC working waiting better time !
Henri

Le 07/10/2015 21:01, Eric Gourgoulhon a écrit :


Le mercredi 7 octobre 2015 20:56:12 UTC+2, Eric Gourgoulhon a écrit :

Hi,

There seems to be a problem of LaTeX display in the Jupyter
notebook with sage 6.9rc3:

./sage -n jupyter
In[1]: %display latex
In[2]: sin(x^2)
results in
Out[2]: \newcommand{\Bold}[1]{\mathbf{#1}}\sin\left(x^{2}\right)


PS: this was already reported by HG in 
https://groups.google.com/d/msg/sage-release/zquC3QohpNY/NWE-e9ENCwAJ

so I confirm the issue
--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.9.rc2 released

2015-10-06 Thread Henri Girard
Well, the tree/develop gives sage-develop in zip but in git clone it's 
sage.git, I am compiling it and will see if it's sage 6.9 maybe I used 
to make a mistake ?

But last time I did it I had sage6.8


Le 06/10/2015 05:23, Dima Pasechnik a écrit :



On Monday, 5 October 2015 18:15:23 UTC-7, HG wrote:

Hi,
I build sage 6.9.rc2 on ubuntu 15.04 and got it working but then
latex was n't working in ipython notebook command ouput was
between frame like a table.
By the way a question : Sage 6.9 rc2 can't be otbain with git clone ?
I could get only the tar download. Otherwise with git it have
version number sage 6.8, even on develop button.

huh?
see https://github.com/sagemath/sage/tree/develop
for Sage 6.9.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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.9.rc2 released

2015-10-06 Thread Henri Girard
I can't say now as I have 15.04. To get sage-6.9 rc2 I got the zip on 
the git sage-develop. I tried sage.git (version 6.8 apparently) before 
but I couldn't compiled it because an error. After compiling sage-develop

I did in the repertory
./bootstrap
./configure
make -j9
After about 2 hours I had a running sage-6.9rc2 and sage 
--notebook=ipython works, (but I can't get latex just a table with latex 
command)
sage -notebook work perfectly and I installed sm-install.sh which runs 
very good (even latex this way).
As I use texmacs I move it in /usr/share/sage with a link. By the way I 
always keep the sage-6.8 from ppa, but doesn't work always asking for ssl.
I haven't been able to remake it ./sage -f python2 or python or python3, 
never works ?

But before I was on 14.04 but never got it working either !
Henri

Le 06/10/2015 22:11, Eric Gourgoulhon a écrit :

Hi,

Le mardi 6 octobre 2015 09:43:26 UTC+2, Jeroen Demeyer a écrit :

OK, first verify that you're on the correct Sage version:

$ cat VERSION.txt


It results in:
Sage version 6.9.rc2, released 2015-10-03


Next, properly build Sage:

$ ./configure && make


I did it.


Try it again:

$ ./sage --python
 >>> from notebook.notebookapp import NotebookApp


Same error message:
 ImportError: No module named notebook.notebookapp
and
./sage -n jupyter
still refuses to launch the notebook in the browser, with the error 
message:


The IPython notebook requires ssl, even if you do not use
https. Install the openssl development packages in your system and
then rebuild Python (sage -f python2).

Here is the detail of what I did:

My system is Ubuntu 14.04 64 bits with libssl-dev installed.
Some time ago, I did

git clone https://github.com/sagemath/sage.git
cd sage
make

This built sage 6.8 and
./sage -n ipython
worked fine (Jupyter notebook was correctly opened in the browser).

Yesterday, I did *in the same directory*:

git checkout -b develop
git pull origin develop
git branch -v
* develop 698579c Updated Sage version to 6.9.rc2
  master  7eb8510 Updated Sage version to 6.8
make

This built sage 6.9rc2 (except for some error in building the
documentation, but I now I should perform
make doc-clean && make to fix it).

Now ./sage -n ipython no longer works (nor ./sage -n jupyter, which
is equivalent I think), with the error message
"The IPython notebook requires ssl..."
As suggested by the message, I ran

./sage -f python2

It did not helped.
Today, I've did

./configure && make

It did not helped either.

Am I the only one experiencing this with Ubuntu 14.04.

Best wishes,

Eric.

--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.9.rc2 released

2015-10-06 Thread Henri Girard

I noticed something which blocked me for a lot of time, maybe you know it ?
After using different sage versions, I faced a problem in .local numpy ?
Not knowing why and being blocked with all what I used I decided to 
delete .local ! And everything works again...

If it can help
Henri

Le 06/10/2015 09:43, Jeroen Demeyer a écrit :

On 2015-10-05 22:56, Eric Gourgoulhon wrote:

But the problem is still there: ./sage -n jupyter results in the same
error message.


OK, first verify that you're on the correct Sage version:

$ cat VERSION.txt

This should output something like
Sage version 6.9.rc1, released 2015-10-01

Next, properly build Sage:

$ ./configure && make

Try it again:

$ ./sage --python
>>> from notebook.notebookapp import NotebookApp



--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] latex

2015-10-06 Thread Henri Girard

Hi,
I just compiled sage-6.9 rc2 and running x^2 i got this writing
\newcommand{\Bold}[1]{\mathbf{#1}}x^{2} with frame ?
what is the problem ?
regards
Henri

--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] latex

2015-10-06 Thread Henri Girard
sorry... After compiling develop.zip (i didn't find git for develop ?) I 
started sage --notebook=ipython, in the jupyter notebook I wrote the 
command %display latex (like I do as usual)  and in another command I 
just tried x*x which answers me x² in latex . But not today with this 
version. I compiled it already 3 times last week and didn't use it again 
but I wanted to try sage-6.9 to see if ipython notebook works.

regards
Henri


Le 06/10/2015 13:23, Harald Schilly a écrit :
Where exactly have you written this, what have you started or done 
prior to that in Sage, and have there been any errors?




On Tue, Oct 6, 2015 at 12:46 PM, Henri Girard <henri.gir...@gmail.com 
<mailto:henri.gir...@gmail.com>> wrote:


Hi,
I just compiled sage-6.9 rc2 and running x^2 i got this writing
\newcommand{\Bold}[1]{\mathbf{#1}}x^{2} with frame ?
what is the problem ?
regards
Henri
-- 
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 sage-release+unsubscr...@googlegroups.com
<mailto:sage-release+unsubscr...@googlegroups.com>.
To post to this group, send email to sage-release@googlegroups.com
<mailto:sage-release@googlegroups.com>.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com 
<mailto:sage-release+unsubscr...@googlegroups.com>.
To post to this group, send email to sage-release@googlegroups.com 
<mailto:sage-release@googlegroups.com>.

Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] latex

2015-10-06 Thread Henri Girard

sorry : I just noted it's in ipython notebook I don't get latex
sage -notebook have latex
I am sorry for the disturbance


Le 06/10/2015 13:23, Harald Schilly a écrit :
Where exactly have you written this, what have you started or done 
prior to that in Sage, and have there been any errors?




On Tue, Oct 6, 2015 at 12:46 PM, Henri Girard <henri.gir...@gmail.com 
<mailto:henri.gir...@gmail.com>> wrote:


Hi,
I just compiled sage-6.9 rc2 and running x^2 i got this writing
\newcommand{\Bold}[1]{\mathbf{#1}}x^{2} with frame ?
what is the problem ?
regards
Henri
-- 
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 sage-release+unsubscr...@googlegroups.com
<mailto:sage-release+unsubscr...@googlegroups.com>.
To post to this group, send email to sage-release@googlegroups.com
<mailto:sage-release@googlegroups.com>.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com 
<mailto:sage-release+unsubscr...@googlegroups.com>.
To post to this group, send email to sage-release@googlegroups.com 
<mailto:sage-release@googlegroups.com>.

Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.9.rc2 released

2015-10-05 Thread Henri Girard
I compiled it on ubuntu 15.04 successfully, sage --notebook=ipython 
worked, but I had no latex displaying, raw one.


Le 05/10/2015 09:46, kcrisman a écrit :



That's not good either.  Also, just setting the env var to blank
didn't seem to negate it, currently trying with unsetting it.
 That's probably my ignorance of bash, though.


Aagh, it's *still* trying to download it, even though the env var 
SAGE_INSTALL_CCACHE is now not even showing up in the list!  Also 
trying to download gcc 4.9.2 (remember, this is from the tarball).  I 
will reuntar the ball and see what happens.

--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 6.9.rc2 released

2015-10-05 Thread Henri Girard

Hi,
I build sage 6.9.rc2 on ubuntu 15.04 and got it working but then latex 
was n't working in ipython notebook command ouput was between frame like 
a table.

By the way a question : Sage 6.9 rc2 can't be otbain with git clone ?
I could get only the tar download. Otherwise with git it have version 
number sage 6.8, even on develop button.



Le 05/10/2015 23:50, Volker Braun a écrit :

Well why can't you import notebook then?


On Monday, October 5, 2015 at 10:56:54 PM UTC+2, Eric Gourgoulhon wrote:



Le lundi 5 octobre 2015 21:45:22 UTC+2, Volker Braun a écrit :

You need to install Sage (i.e. run "make")


I did; it recompiled many things and took a while.
But the problem is still there: ./sage -n jupyter results in the same
error message.


--
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 sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9.rc1 released

2015-10-02 Thread Henri Girard

is there a binary somewhere ?
regards
Henri

Le 02/10/2015 18:32, Daniel Krenn a écrit :

fresh clone on Linux Mint 17.1 successful with make ptestlong.

On 2015-10-01 21:03, 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

f603730 Updated Sage version to 6.9.rc1
74721d5 Trac #19125: DeprecatedMethod wrapping is broken
1b5a573 Trac #19294: Doctest failure with coxeter3
2f7c727 Updated Sage version to 6.9.rc0

--
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 sage-release+unsubscr...@googlegroups.com
.
To post to this group, send email to sage-release@googlegroups.com
.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.




--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Ubuntu PPA package and Jupyter notebook

2015-09-23 Thread Henri Girard
In fact we must obtain (sagemanifolds and I... maybe more...(I guess but 
i don't want to speak in name of Eric) the following : sage 
--notebook=ipython so we have access to sage kernel.
With the following link you sent to me it works. Apparently ssl is 
inside or at least it doesn't ask for !
  I too installed all the libs you mentioned. But no way to get the deb 
working (pity but not dramatic), I have to install it by hand sudo mv 
sage /usr/share/sage and sudo ln -s /usr/share/sage/sage /usr/bin/sage 
(before delete sage in bin sudo rm /usr/bin/sage), but that's not ubuntu 
original installation : /usr/lib/sagemath (but it's helping me when 
something get wrong like at the moment !), so I have two sage installed 
in different location and when there is a problem I connect to the 
working version.
Anticipating a little wily seems to have problems with dir path python 
but I might be working properly when ready.
Anyway thanks for your great job. For me it's not too annoying and I 
don't want to give you more work than necessary, it's a only a whish 
that maybe others can have. I am not qualified enaugh to tell you what's 
the problem with ssl (In my opinion it's more a problem of right or 
directory than ssl as I have put all lib ?)

Kind regards
Henri


Le 23/09/2015 11:42, Jan Groenewald a écrit :

Hi

On 23 September 2015 at 10:40, Henri Girard <henri.gir...@gmail.com 
<mailto:henri.gir...@gmail.com>> wrote:


I just test it, ssl is always lacking
But I am not sure this is the reason because libssl-dev is installed.
Why not put in deb the sage-6.8 LTS, I installed it and it works
(that's just a suggestion, but sorry if it's a bad idea ?)
Before I could compile sage but now I got errors that's why I like
your deb and it's automatically updated.


I think due to other problems on many platforms the ssl is disabled by 
default in the Sage binaries.  Other sage developers are more 
qualified to discuss that and answer that.


What is the "sage 6.8 LTS"?  Do you mean include something other than 
http://sagemath.mirror.ac.za/linux/64bit/Ubuntu_14.04_LTS_sage-6.8-x86_64-Linux.tar.lrz 
in the PPA? Or do you mean depend on libssl-dev and include a rebuilt 
sage with pyopenssl in the deb? I coudl then be introducing 
errors/bugs to the downstream users if I include a rebuilt python with 
ssl. I want to confirm that it is possible though, with one or two 
lines, to add SSL capability.


Our (AIMS) main use case, by the way, is standalone laptop installs, 
that can work offline, so we use a per-user installation, not a 
multi-user server, so the https is irrelevant for us. I'd like to stay 
close to the upstream with the PPA. We do however have students ssh 
from a laptop into their own account on a campus desktop to use a 
notebook on a more powerful machine or just to access their worksheets 
conveniently from their rooms.


Right now we cannot on the -full package do either of

sage -i pyopenssl
or
sage -pip install pyopenssl

even though we did

sudo apt-get install python-dev libffi-dev libssl-dev libxml2-dev 
libxslt1-dev


Our

sage -f python was succcesful though.

What exactly are the commands and output of what you are trying to do?

Regards,
Jan


--
  .~.
  /V\ Jan Groenewald
 /( )\ www.aims.ac.za <http://www.aims.ac.za>
 ^^-^^
--
You received this message because you are subscribed to a topic in the 
Google Groups "sage-release" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/sage-release/l-jhyDbkjNo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
sage-release+unsubscr...@googlegroups.com 
<mailto:sage-release+unsubscr...@googlegroups.com>.
To post to this group, send email to sage-release@googlegroups.com 
<mailto:sage-release@googlegroups.com>.

Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Ubuntu PPA package and Jupyter notebook

2015-09-23 Thread Henri Girard

Sorry this one (ubuntu)
http://www-ftp.lip6.fr/pub/math/sagemath/linux/64bit/Ubuntu_14.04_LTS_sage-6.8-x86_64-Linux.tar.lrz
I don't know if it's the same ?


Le 23/09/2015 18:43, Jan Groenewald a écrit :

Hi

What is Sage 6.8 LTS?

Regards,
Jan

On 23 September 2015 at 18:42, Henri Girard <henri.gir...@gmail.com 
<mailto:henri.gir...@gmail.com>> wrote:


I noticed something : Your version compile python sage -f python
sage 6.8 LTS failed sage -f python
Now I will try make and see if it works
Regards
Henri


Le 23/09/2015 17:43, Jan Groenewald a écrit :

The same working package is now uploading to the stable PPA. It
is already in the dev PPA. We will probably next week turn on
weekly autouploads to the dev PPA. And then release whenever
there is a new sage and it is ready, to the stable PPA.

Regards,
Jan

On 23 September 2015 at 17:41, Jan Groenewald <j...@aims.ac.za
<mailto:j...@aims.ac.za>> wrote:

Hi

I think that it now works because our latest PPA package
includes all the build/bin folder in /usr/lib/sagemath.
Then when you have libssl-dev installed and do sudo sage -f
python it is installed with ssl. I'm guessing though.

Regards,
Jan

On 23 September 2015 at 17:00, Henri Girard
<henri.gir...@gmail.com <mailto:henri.gir...@gmail.com>> wrote:

In fact we must obtain (sagemanifolds and I... maybe
more...(I guess but i don't want to speak in name of
Eric) the following : sage --notebook=ipython so we have
access to sage kernel.
With the following link you sent to me it works.
Apparently ssl is inside or at least it doesn't ask for !
  I too installed all the libs you mentioned. But no way
to get the deb working (pity but not dramatic), I have to
install it by hand sudo mv sage /usr/share/sage and sudo
ln -s /usr/share/sage/sage /usr/bin/sage (before delete
sage in bin sudo rm /usr/bin/sage), but that's not ubuntu
original installation : /usr/lib/sagemath (but it's
helping me when something get wrong like at the moment
!), so I have two sage installed in different location
and when there is a problem I connect to the working version.
Anticipating a little wily seems to have problems with
dir path python but I might be working properly when ready.
Anyway thanks for your great job. For me it's not too
annoying and I don't want to give you more work than
necessary, it's a only a whish that maybe others can
have. I am not qualified enaugh to tell you what's the
problem with ssl (In my opinion it's more a problem of
right or directory than ssl as I have put all lib ?)
Kind regards
Henri



Le 23/09/2015 11:42, Jan Groenewald a écrit :

Hi

    On 23 September 2015 at 10:40, Henri Girard
<henri.gir...@gmail.com <mailto:henri.gir...@gmail.com>>
wrote:

I just test it, ssl is always lacking
But I am not sure this is the reason because
libssl-dev is installed.
Why not put in deb the sage-6.8 LTS, I installed it
and it works (that's just a suggestion, but sorry if
it's a bad idea ?)
Before I could compile sage but now I got errors
that's why I like your deb and it's automatically
updated.


I think due to other problems on many platforms the ssl
is disabled by default in the Sage binaries.  Other sage
developers are more qualified to discuss that and answer
that.

What is the "sage 6.8 LTS"?  Do you mean include
something other than

http://sagemath.mirror.ac.za/linux/64bit/Ubuntu_14.04_LTS_sage-6.8-x86_64-Linux.tar.lrz
in the PPA? Or do you mean depend on libssl-dev and
include a rebuilt sage with pyopenssl in the deb? I
coudl then be introducing errors/bugs to the downstream
users if I include a rebuilt python with ssl. I want to
confirm that it is possible though, with one or two
lines, to add SSL capability.

Our (AIMS) main use case, by the way, is standalone
laptop installs, that can work offline, so we use a
per-user installation, not a multi-user server, so the
https is irrelevant for us. I'd like to stay close to
the upstream with the PPA. We do however have students
ssh from a laptop into their own account on a campus
desktop to use a notebook on a more powerful machine or
   

Re: [sage-release] Re: Ubuntu PPA package and Jupyter notebook

2015-09-23 Thread Henri Girard

Weird ...

Le 23/09/2015 18:50, Jan Groenewald a écrit :

Yes, that is the package we use to build the PPA deb.
The latest PPA version is supposed to be the same.

Regards,
Jan

On 23 September 2015 at 18:45, Henri Girard <henri.gir...@gmail.com 
<mailto:henri.gir...@gmail.com>> wrote:


Sorry this one (ubuntu)

http://www-ftp.lip6.fr/pub/math/sagemath/linux/64bit/Ubuntu_14.04_LTS_sage-6.8-x86_64-Linux.tar.lrz
I don't know if it's the same ?



Le 23/09/2015 18:43, Jan Groenewald a écrit :

Hi

What is Sage 6.8 LTS?

Regards,
Jan

On 23 September 2015 at 18:42, Henri Girard
<henri.gir...@gmail.com <mailto:henri.gir...@gmail.com>> wrote:

I noticed something : Your version compile python sage -f python
sage 6.8 LTS failed sage -f python
Now I will try make and see if it works
Regards
Henri


Le 23/09/2015 17:43, Jan Groenewald a écrit :

The same working package is now uploading to the stable PPA.
It is already in the dev PPA. We will probably next week
turn on weekly autouploads to the dev PPA. And then release
whenever there is a new sage and it is ready, to the stable PPA.

Regards,
Jan

On 23 September 2015 at 17:41, Jan Groenewald
<j...@aims.ac.za <mailto:j...@aims.ac.za>> wrote:

Hi

I think that it now works because our latest PPA package
includes all the build/bin folder in /usr/lib/sagemath.
Then when you have libssl-dev installed and do sudo sage
-f python it is installed with ssl. I'm guessing though.

Regards,
Jan

    On 23 September 2015 at 17:00, Henri Girard
<henri.gir...@gmail.com <mailto:henri.gir...@gmail.com>>
wrote:

In fact we must obtain (sagemanifolds and I... maybe
more...(I guess but i don't want to speak in name of
Eric) the following : sage --notebook=ipython so we
have access to sage kernel.
With the following link you sent to me it works.
Apparently ssl is inside or at least it doesn't ask
for !
  I too installed all the libs you mentioned. But no
way to get the deb working (pity but not dramatic),
I have to install it by hand sudo mv sage
/usr/share/sage and sudo ln -s /usr/share/sage/sage
/usr/bin/sage (before delete sage in bin sudo rm
/usr/bin/sage), but that's not ubuntu original
installation : /usr/lib/sagemath (but it's helping
me when something get wrong like at the moment !),
so I have two sage installed in different location
and when there is a problem I connect to the working
version.
Anticipating a little wily seems to have problems
with dir path python but I might be working properly
when ready.
Anyway thanks for your great job. For me it's not
too annoying and I don't want to give you more work
than necessary, it's a only a whish that maybe
others can have. I am not qualified enaugh to tell
you what's the problem with ssl (In my opinion it's
more a problem of right or directory than ssl as I
have put all lib ?)
Kind regards
Henri



Le 23/09/2015 11:42, Jan Groenewald a écrit :

Hi

    On 23 September 2015 at 10:40, Henri Girard
<henri.gir...@gmail.com
<mailto:henri.gir...@gmail.com>> wrote:

I just test it, ssl is always lacking
But I am not sure this is the reason because
libssl-dev is installed.
Why not put in deb the sage-6.8 LTS, I
installed it and it works (that's just a
suggestion, but sorry if it's a bad idea ?)
Before I could compile sage but now I got
errors that's why I like your deb and it's
automatically updated.


I think due to other problems on many platforms the
ssl is disabled by default in the Sage binaries.
Other sage developers are more qualified to discuss
that and answer that.

What is the "sage 6.8 LTS"?  Do you mean include
something other than

http://sagemath.mirror.ac.za/linux/64bit/Ubuntu_14.04_LTS_sage-6.8-x86_64-Linux.tar.lrz
in the PPA? Or do you mean depend on libssl-dev and
include a rebuilt sage with pyopens

Re: [sage-release] Re: Ubuntu PPA package and Jupyter notebook

2015-09-23 Thread Henri Girard

You said it could be easy to integrate ssl can you tell me how to do ?
sage - f python works in your version but while trying to run it, it 
doesn't work and I alway get ssl missing.
But if you haven't time don't worry I still can use ubuntu version. Just 
to see if it would work and integrate ssl



Le 23/09/2015 18:43, Jan Groenewald a écrit :

Hi

What is Sage 6.8 LTS?

Regards,
Jan

On 23 September 2015 at 18:42, Henri Girard <henri.gir...@gmail.com 
<mailto:henri.gir...@gmail.com>> wrote:


I noticed something : Your version compile python sage -f python
sage 6.8 LTS failed sage -f python
Now I will try make and see if it works
Regards
Henri


Le 23/09/2015 17:43, Jan Groenewald a écrit :

The same working package is now uploading to the stable PPA. It
is already in the dev PPA. We will probably next week turn on
weekly autouploads to the dev PPA. And then release whenever
there is a new sage and it is ready, to the stable PPA.

Regards,
Jan

On 23 September 2015 at 17:41, Jan Groenewald <j...@aims.ac.za
<mailto:j...@aims.ac.za>> wrote:

Hi

I think that it now works because our latest PPA package
includes all the build/bin folder in /usr/lib/sagemath.
Then when you have libssl-dev installed and do sudo sage -f
python it is installed with ssl. I'm guessing though.

Regards,
Jan

On 23 September 2015 at 17:00, Henri Girard
<henri.gir...@gmail.com <mailto:henri.gir...@gmail.com>> wrote:

In fact we must obtain (sagemanifolds and I... maybe
more...(I guess but i don't want to speak in name of
Eric) the following : sage --notebook=ipython so we have
access to sage kernel.
With the following link you sent to me it works.
Apparently ssl is inside or at least it doesn't ask for !
  I too installed all the libs you mentioned. But no way
to get the deb working (pity but not dramatic), I have to
install it by hand sudo mv sage /usr/share/sage and sudo
ln -s /usr/share/sage/sage /usr/bin/sage (before delete
sage in bin sudo rm /usr/bin/sage), but that's not ubuntu
original installation : /usr/lib/sagemath (but it's
helping me when something get wrong like at the moment
!), so I have two sage installed in different location
and when there is a problem I connect to the working version.
Anticipating a little wily seems to have problems with
dir path python but I might be working properly when ready.
Anyway thanks for your great job. For me it's not too
annoying and I don't want to give you more work than
necessary, it's a only a whish that maybe others can
have. I am not qualified enaugh to tell you what's the
problem with ssl (In my opinion it's more a problem of
right or directory than ssl as I have put all lib ?)
Kind regards
Henri



Le 23/09/2015 11:42, Jan Groenewald a écrit :

Hi

    On 23 September 2015 at 10:40, Henri Girard
<henri.gir...@gmail.com <mailto:henri.gir...@gmail.com>>
wrote:

I just test it, ssl is always lacking
But I am not sure this is the reason because
libssl-dev is installed.
Why not put in deb the sage-6.8 LTS, I installed it
and it works (that's just a suggestion, but sorry if
it's a bad idea ?)
Before I could compile sage but now I got errors
that's why I like your deb and it's automatically
updated.


I think due to other problems on many platforms the ssl
is disabled by default in the Sage binaries.  Other sage
developers are more qualified to discuss that and answer
that.

What is the "sage 6.8 LTS"?  Do you mean include
something other than

http://sagemath.mirror.ac.za/linux/64bit/Ubuntu_14.04_LTS_sage-6.8-x86_64-Linux.tar.lrz
in the PPA? Or do you mean depend on libssl-dev and
include a rebuilt sage with pyopenssl in the deb? I
coudl then be introducing errors/bugs to the downstream
users if I include a rebuilt python with ssl. I want to
confirm that it is possible though, with one or two
lines, to add SSL capability.

Our (AIMS) main use case, by the way, is standalone
laptop installs, that can work offline, so we use a
per-user installation, not a multi-user server, so the
https is irrelevant for us. I'd like to stay close to
the upstream with the PPA. We do however have students
  

Re: [sage-release] Re: Ubuntu PPA package and Jupyter notebook

2015-09-23 Thread Henri Girard

http://sagemath.mirror.ac.za/linux/64bit/Ubuntu_14.04_LTS_sage-6.8-x86_64-Linux.tar.lrz

Le 23/09/2015 18:43, Jan Groenewald a écrit :

Hi

What is Sage 6.8 LTS?

Regards,
Jan

On 23 September 2015 at 18:42, Henri Girard <henri.gir...@gmail.com 
<mailto:henri.gir...@gmail.com>> wrote:


I noticed something : Your version compile python sage -f python
sage 6.8 LTS failed sage -f python
Now I will try make and see if it works
Regards
Henri


Le 23/09/2015 17:43, Jan Groenewald a écrit :

The same working package is now uploading to the stable PPA. It
is already in the dev PPA. We will probably next week turn on
weekly autouploads to the dev PPA. And then release whenever
there is a new sage and it is ready, to the stable PPA.

Regards,
Jan

On 23 September 2015 at 17:41, Jan Groenewald <j...@aims.ac.za
<mailto:j...@aims.ac.za>> wrote:

Hi

I think that it now works because our latest PPA package
includes all the build/bin folder in /usr/lib/sagemath.
Then when you have libssl-dev installed and do sudo sage -f
python it is installed with ssl. I'm guessing though.

Regards,
Jan

On 23 September 2015 at 17:00, Henri Girard
<henri.gir...@gmail.com <mailto:henri.gir...@gmail.com>> wrote:

In fact we must obtain (sagemanifolds and I... maybe
more...(I guess but i don't want to speak in name of
Eric) the following : sage --notebook=ipython so we have
access to sage kernel.
With the following link you sent to me it works.
Apparently ssl is inside or at least it doesn't ask for !
  I too installed all the libs you mentioned. But no way
to get the deb working (pity but not dramatic), I have to
install it by hand sudo mv sage /usr/share/sage and sudo
ln -s /usr/share/sage/sage /usr/bin/sage (before delete
sage in bin sudo rm /usr/bin/sage), but that's not ubuntu
original installation : /usr/lib/sagemath (but it's
helping me when something get wrong like at the moment
!), so I have two sage installed in different location
and when there is a problem I connect to the working version.
Anticipating a little wily seems to have problems with
dir path python but I might be working properly when ready.
Anyway thanks for your great job. For me it's not too
annoying and I don't want to give you more work than
necessary, it's a only a whish that maybe others can
have. I am not qualified enaugh to tell you what's the
problem with ssl (In my opinion it's more a problem of
right or directory than ssl as I have put all lib ?)
Kind regards
Henri



Le 23/09/2015 11:42, Jan Groenewald a écrit :

Hi

    On 23 September 2015 at 10:40, Henri Girard
<henri.gir...@gmail.com <mailto:henri.gir...@gmail.com>>
wrote:

I just test it, ssl is always lacking
But I am not sure this is the reason because
libssl-dev is installed.
Why not put in deb the sage-6.8 LTS, I installed it
and it works (that's just a suggestion, but sorry if
it's a bad idea ?)
Before I could compile sage but now I got errors
that's why I like your deb and it's automatically
updated.


I think due to other problems on many platforms the ssl
is disabled by default in the Sage binaries.  Other sage
developers are more qualified to discuss that and answer
that.

What is the "sage 6.8 LTS"?  Do you mean include
something other than

http://sagemath.mirror.ac.za/linux/64bit/Ubuntu_14.04_LTS_sage-6.8-x86_64-Linux.tar.lrz
in the PPA? Or do you mean depend on libssl-dev and
include a rebuilt sage with pyopenssl in the deb? I
coudl then be introducing errors/bugs to the downstream
users if I include a rebuilt python with ssl. I want to
confirm that it is possible though, with one or two
lines, to add SSL capability.

Our (AIMS) main use case, by the way, is standalone
laptop installs, that can work offline, so we use a
per-user installation, not a multi-user server, so the
https is irrelevant for us. I'd like to stay close to
the upstream with the PPA. We do however have students
ssh from a laptop into their own account on a campus
desktop to use a notebook on a more powerful machine or
just to access their worksheets conveniently from their
rooms

Re: [sage-release] Re: Ubuntu PPA package and Jupyter notebook

2015-09-23 Thread Henri Girard

I noticed something : Your version compile python sage -f python
sage 6.8 LTS failed sage -f python
Now I will try make and see if it works
Regards
Henri

Le 23/09/2015 17:43, Jan Groenewald a écrit :
The same working package is now uploading to the stable PPA. It is 
already in the dev PPA. We will probably next week turn on weekly 
autouploads to the dev PPA. And then release whenever there is a new 
sage and it is ready, to the stable PPA.


Regards,
Jan

On 23 September 2015 at 17:41, Jan Groenewald <j...@aims.ac.za 
<mailto:j...@aims.ac.za>> wrote:


Hi

I think that it now works because our latest PPA package includes
all the build/bin folder in /usr/lib/sagemath.
Then when you have libssl-dev installed and do sudo sage -f python
it is installed with ssl. I'm guessing though.

Regards,
Jan

On 23 September 2015 at 17:00, Henri Girard
<henri.gir...@gmail.com <mailto:henri.gir...@gmail.com>> wrote:

In fact we must obtain (sagemanifolds and I... maybe more...(I
guess but i don't want to speak in name of Eric) the following
: sage --notebook=ipython so we have access to sage kernel.
With the following link you sent to me it works. Apparently
ssl is inside or at least it doesn't ask for !
  I too installed all the libs you mentioned. But no way to
get the deb working (pity but not dramatic), I have to install
it by hand sudo mv sage /usr/share/sage and sudo ln -s
/usr/share/sage/sage /usr/bin/sage (before delete sage in bin
sudo rm /usr/bin/sage), but that's not ubuntu original
installation : /usr/lib/sagemath (but it's helping me when
something get wrong like at the moment !), so I have two sage
installed in different location and when there is a problem I
connect to the working version.
Anticipating a little wily seems to have problems with dir
path python but I might be working properly when ready.
Anyway thanks for your great job. For me it's not too annoying
and I don't want to give you more work than necessary, it's a
only a whish that maybe others can have. I am not qualified
enaugh to tell you what's the problem with ssl (In my opinion
it's more a problem of right or directory than ssl as I have
put all lib ?)
Kind regards
Henri



Le 23/09/2015 11:42, Jan Groenewald a écrit :

Hi

On 23 September 2015 at 10:40, Henri Girard
<henri.gir...@gmail.com <mailto:henri.gir...@gmail.com>> wrote:

I just test it, ssl is always lacking
But I am not sure this is the reason because libssl-dev
is installed.
Why not put in deb the sage-6.8 LTS, I installed it and
it works (that's just a suggestion, but sorry if it's a
bad idea ?)
Before I could compile sage but now I got errors that's
why I like your deb and it's automatically updated.


I think due to other problems on many platforms the ssl is
disabled by default in the Sage binaries. Other sage
developers are more qualified to discuss that and answer that.

What is the "sage 6.8 LTS"?  Do you mean include something
other than

http://sagemath.mirror.ac.za/linux/64bit/Ubuntu_14.04_LTS_sage-6.8-x86_64-Linux.tar.lrz
in the PPA? Or do you mean depend on libssl-dev and include a
rebuilt sage with pyopenssl in the deb? I coudl then be
introducing errors/bugs to the downstream users if I include
a rebuilt python with ssl. I want to confirm that it is
possible though, with one or two lines, to add SSL capability.

Our (AIMS) main use case, by the way, is standalone laptop
installs, that can work offline, so we use a per-user
installation, not a multi-user server, so the https is
irrelevant for us. I'd like to stay close to the upstream
with the PPA. We do however have students ssh from a laptop
into their own account on a campus desktop to use a notebook
on a more powerful machine or just to access their worksheets
conveniently from their rooms.

Right now we cannot on the -full package do either of

sage -i pyopenssl
or
sage -pip install pyopenssl

even though we did

sudo apt-get install python-dev libffi-dev libssl-dev
libxml2-dev libxslt1-dev

Our

sage -f python was succcesful though.

What exactly are the commands and output of what you are
trying to do?

Regards,
Jan


-- 
  .~.

  /V\ Jan Groenewald
 /( )\ www.aims.ac.za <http://www.aims.ac.za>
 ^^-^^
-- 
You received this message because you are subscribed to a

topic in the Google Grou

[sage-release] Re: Ubuntu PPA package and Jupyter notebook

2015-09-23 Thread Henri Girard
Installing the LTS 6.8 manually solved the problem waiting for AIMS deb
Le jeudi 10 septembre 2015 22:28:39 UTC+2, Eric Gourgoulhon a écrit :
> Hi, 
> 
> While testing the Ubuntu package sagemath-upstream-binary-full from AIMS PPA 
> (cf. this thread), I've tried to run sage in Jupyter notebook via the command
> sage -n ipython
> The result is
> 
> ┌┐
> │ SageMath Version 6.8, Release Date: 2015-07-26 │
> │ Type "notebook()" for the browser-based notebook interface.    │
> │ Type "help()" for help.    │
> └┘
> Please wait while the Sage Notebook server starts...
> 
> The IPython notebook requires ssl, even if you do not use
> https. Install the openssl development packages in your system and
> then rebuild Python (sage -f python).
> 
> Now, I do have the openssl dev package installed (on the same computer, the 
> Jupyter notebook works well with local (i.e. installed manually in user home 
> directory) versions of Sage 6.8). If, as suggested, I run 
> sudo sage -f python
> I got the error message:
> /usr/lib/sagemath/build/make/pipestatus: ligne 39: sage-spkg : commande 
> introuvable
> 
> Am I missing something ? It would be nice to have the Jupyter notebook work 
> in the Ubuntu package.
> 
> Eric.

-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Ubuntu PPA package and Jupyter notebook

2015-09-23 Thread Henri Girard

I just test it, ssl is always lacking
But I am not sure this is the reason because libssl-dev is installed.
Why not put in deb the sage-6.8 LTS, I installed it and it works (that's 
just a suggestion, but sorry if it's a bad idea ?)
Before I could compile sage but now I got errors that's why I like your 
deb and it's automatically updated.


Le 23/09/2015 09:23, Jan Groenewald a écrit :

Hi

A fixed 6.8 deb is now in the sagemath-dev PPA. I will test today 
since we are teaching a Sage class I will notice soon if it is broken, 
and upload to the stable PPA.


What is the SSL procedure? Is it

sudo apt-get install libssl-dev
sudo sage -f python

(while this is bad practice: compiling as root and writing over 
apt-managed files, we did make the sagemath-upstream-binary-full 
package to preserve this and cython functionality. Note the sizes 
(-full depends on sagemath-upstream-binary, and adds these folders 
https://bitbucket.org/aims_za/sagemath-upstream-binary/src/472bba7ef41379b61e03e216c1bb4a96e1ca604d/sagemath-upstream-binary/debian/sagemath-upstream-binary-full.install.in?at=master=file-view-default 
)


# sagemath-upstream-binary-full_6.8~aimsppa13~qa201509221157151_amd64.deb <https://launchpad.net/%7Eaims/+archive/ubuntu/sagemath-dev/+files/sagemath-upstream-binary-full_6.8%7Eaimsppa13%7Eqa201509221157151_amd64.deb> 
(315.0 MiB)
# sagemath-upstream-binary-full_6.8~aimsppa13~qa201509221157151_i386.deb 
<https://launchpad.net/%7Eaims/+archive/ubuntu/sagemath-dev/+files/sagemath-upstream-binary-full_6.8%7Eaimsppa13%7Eqa201509221157151_i386.deb> 
(295.5 MiB)


# sagemath-upstream-binary_6.8~aimsppa13~qa201509221157151_amd64.deb 
<https://launchpad.net/%7Eaims/+archive/ubuntu/sagemath-dev/+files/sagemath-upstream-binary_6.8%7Eaimsppa13%7Eqa201509221157151_amd64.deb> 
(498.2 MiB)
# sagemath-upstream-binary_6.8~aimsppa13~qa201509221157151_i386.deb 
<https://launchpad.net/%7Eaims/+archive/ubuntu/sagemath-dev/+files/sagemath-upstream-binary_6.8%7Eaimsppa13%7Eqa201509221157151_i386.deb> 
(445.9 MiB)


If we (finally) have 32 bit and 64 bit sage 6.8 trimmed and full in 
the stable PPA, we will enable weekly automated uploads to the dev 
PPA, so you'll want to stop using that.


Regards,
Jan

On 23 September 2015 at 09:10, Henri Girard <henri.gir...@gmail.com 
<mailto:henri.gir...@gmail.com>> wrote:


Installing the LTS 6.8 manually solved the problem waiting for
AIMS deb
Le jeudi 10 septembre 2015 22:28:39 UTC+2, Eric Gourgoulhon a écrit :
> Hi,
>
> While testing the Ubuntu package sagemath-upstream-binary-full
from AIMS PPA (cf. this thread), I've tried to run sage in Jupyter
notebook via the command
> sage -n ipython
> The result is
>
>
┌┐
> │ SageMath Version 6.8, Release Date:
2015-07-26 │
> │ Type "notebook()" for the browser-based notebook
interface.│
> │ Type "help()" for
help.│
>
└┘
> Please wait while the Sage Notebook server starts...
>
> The IPython notebook requires ssl, even if you do not use
> https. Install the openssl development packages in your system and
> then rebuild Python (sage -f python).
>
> Now, I do have the openssl dev package installed (on the same
computer, the Jupyter notebook works well with local (i.e.
installed manually in user home directory) versions of Sage 6.8).
If, as suggested, I run
> sudo sage -f python
> I got the error message:
> /usr/lib/sagemath/build/make/pipestatus: ligne 39: sage-spkg :
commande introuvable
>
> Am I missing something ? It would be nice to have the Jupyter
notebook work in the Ubuntu package.
>
> Eric.

--
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 sage-release+unsubscr...@googlegroups.com
<mailto:sage-release%2bunsubscr...@googlegroups.com>.
To post to this group, send email to sage-release@googlegroups.com
<mailto:sage-release@googlegroups.com>.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.




--
  .~.
  /V\ Jan Groenewald
 /( )\ www.aims.ac.za <http://www.aims.ac.za>
 ^^-^^
--
You received this message because you are subscribed to a topic in the 
Google Groups "sage-release" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/sage-release/l-jhyDbkjNo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
sage-r