[sage-devel] Clifford + Sage

2009-01-17 Thread luis
is kind of calculation? Thanks in advance for any hint. Cordially, Luis --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options,

[sage-devel] compilation

2009-01-17 Thread luis
Hi, In compiling sage on a linux debian (stable) I have a problem with "flint-1.0.13.p0". Some lines of the install.log file are included hereafter. Thanks, Luis make[1]: Entering directory `/home/luis/Desktop/sage-3.2.1/spkg' sage-spkg flint-1.0.13.p0 2>&1 You

[sage-devel] Re: compilation

2009-01-17 Thread luis
Mabshoff, William, Yes, enforcing the use of the original compiler (/usr/bin/gcc) the "flint" compilation problem disappears. Thanks, Luis On Jan 17, 9:41 pm, William Stein wrote: > On Sat, Jan 17, 2009 at 11:42 AM, mabshoff wrote: > > > On Jan 17, 11:34 am

[sage-devel] Re: Clifford + Sage

2009-01-18 Thread luis
gt; is cleaner now. However I still have problems with the axiom interface. > Did you apply Mike Hansen's patches? Non, I simply took the last version of the sources. I will now look to them. Regards, Luis --~--~-~--~~~---~--~~ To post to this group, s

[sage-devel] Re: Clifford + Sage

2009-01-18 Thread luis
Hi, Patch 4036 applied smoothly. Patch 4633, on the contrary, didn't apply. The line numbers mentioned in the patch are different from these in my sources for the same piece of code. Regards, Luis --~--~-~--~~~---~--~~ To post to this group, send email to

[sage-devel] Re: Clifford + Sage

2009-01-18 Thread luis
Bill, On Jan 18, 5:34 pm, Bill Page wrote: > On Sun, Jan 18, 2009 at 11:17 AM, luis wrote: > > > Patch 4036 applied smoothly. > > Trac ticket 4036 contains 4 patches > > http://trac.sagemath.org/sage_trac/attachment/ticket/4036 > > Did they all apply smoothly? If

[sage-devel] Witt vectors

2012-03-29 Thread Luis Finotti
be a containing class to use in class RingOfWittVectors(): (...) correct? How can I find which classes are predefined? Also, should __call__ have all the possible coercions? What other special methods should be added... I am lost trying to find this. I'd appreciate any input or refer

[sage-devel] Re: Witt vectors

2012-03-29 Thread Luis Finotti
Thanks, David. The reference and comments have been quite helpful! -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group

Re: [sage-devel] Witt vectors

2012-03-30 Thread Luis Finotti
On Friday, March 30, 2012 9:09:02 AM UTC-4, Niles Johnson wrote: > > Indeed, these are good places to look -- especially the recommendation of > browsing the rings directory to see how those are implemented (e.g. > polynomial rings). It might make more sense for RingOfWittVectors to > inherit f

Re: [sage-devel] Witt vectors

2012-05-17 Thread Luis Finotti
inters would be greatly appreciated. Best to all, Luis -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL:

Re: [sage-devel] Re: Witt vectors

2012-05-17 Thread Luis Finotti
tructure.factory import UniqueFactory ---> 25 from sage.rings.padics.witt import RingOfWittVectors 26 27 ImportError: cannot import name RingOfWittVectors Error importing ipy_profile_sage - perhaps you should run %upgrade? WARNING: Loading of ipy_profile_sage failed. Any ideas? Luis -

[sage-devel] Re: Witt vectors

2012-05-18 Thread Luis Finotti
Thanks Simon and David for the very informative replies. I realize that there is a lot of cleaning up to do.. I will likely restart from scratch and be more careful with each step. Thanks again, Luis -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from

[sage-devel] error building from source (sagenb-0.9.1)

2012-08-02 Thread Luis Finotti
th.utk.edu/~finotti/build-errors/ Any help would be greatly appreciated. Best to all, Luis -- -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this gro

Re: [sage-devel] error building from source (sagenb-0.9.1)

2012-08-02 Thread Luis Finotti
cumentation (Shouldn't this be in the README.txt?) Thanks! Luis -- -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://group

Re: [sage-devel] error building from source (sagenb-0.9.1)

2012-08-02 Thread Luis Finotti
On Thursday, August 2, 2012 4:09:59 PM UTC-4, Jeroen Demeyer wrote: > > On 2012-08-02 22:06, Luis Finotti wrote: > > libssl-dev - SSL development libraries, header files and > documentation > This is the one. > Thanks! I've installed it and will try again over

Re: [sage-devel] error building from source (sagenb-0.9.1)

2012-08-03 Thread Luis Finotti
On Thursday, August 2, 2012 4:43:32 PM UTC-4, Luis Finotti wrote: > > > Thanks! I've installed it and will try again overnight. > It worked. Thanks for the help! -- -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group,

[sage-devel] creating a local patch

2012-08-30 Thread Luis Finotti
Dear all, I had some changes made in a older version of sage. I wanted to create a patch that I can apply to a new install, without uploading to trac (as the changes are not "good enough"). Can anyone tell me the necessary commands or point me in the right direction? Best, Lui

[sage-devel] Re: creating a local patch

2012-08-30 Thread Luis Finotti
Firstly, thanks all for the replies. On Thursday, August 30, 2012 12:54:31 PM UTC-4, Simon King wrote: > > Hi Luis, > > On 2012-08-30, Michael Orlitzky > > wrote: > > > > In general, if you're trying to sidestep the mercurial workflow, ... > > A

[sage-devel] Re: creating a local patch

2012-08-30 Thread Luis Finotti
ow to do what I initially wanted (or so I think): create a patch from the older version with hg_sage.commit() and hg_sage.export() and applying to the new version with hg_sage.apply. Thanks all for the help, Luis -- You received this message because you are subscribed to the Google Groups

[sage-devel] IS IT NORMAL FOR THE det TO OVERFLOW ON A 20X20 MATRIX?

2012-10-26 Thread LUIS BERLIOZ
det FUNCTION IS HAVING A VERY ANNOYING BEHAVIOR,GIVEN THE ATTACHED MATRIX FOR EXAMPLE IF I TRY TO GET THE DETERMINANTS WITH TWO DIFFERENT METHODS: sage: M=load(PATHTOFILE + '/M.sobj') sage: M.det() 6.49037107316853e32 sage: from numpy import linalg sage: linalg.det(M) -1.5055380070396349e-05 THE

Re: [sage-devel] Error installing package ppl-1.1

2015-07-11 Thread Luis Mailhos
I have got the error twice, looks like the compiler is to blame (gcc version 4.8.4). I am not trying more times, seems final. Do you think it may work by installing another version of gcc? On Saturday, July 11, 2015 at 9:28:40 AM UTC-3, Jeroen Demeyer wrote: > > On 2015-07-11 04:32

[sage-devel] Errors with long integers in Mathematica

2013-12-15 Thread Juan Luis Varona
Perhaps some people in this list would like to read this preprint: http://arxiv.org/abs/1312.3270 It shows the erratic behavior of Mathematica computing determinants with big integers. Yours, Juan Luis -- Juan Luis Varona http://www.unirioja.es/cu/jvarona/ -- You received this message

[sage-devel] Re: notices article

2016-08-29 Thread Juan Luis Varona
Nice! I'm one of the "unfortunate mathematicians". Juan Luis Varona -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubsc

Re: [sage-devel] Sources of funding - perhaps computer manufacturers?

2015-10-01 Thread Juan Luis Cano
? Splitting core functionality and making it available through pip and conda on PyPI? Stating it as a federation of projects? Focus on its strengths and its present community (that is: pure mathematics) rather than pleasing everybody? Sage's current mission statement is epic and desirable,

Re: [sage-devel] Re: el capitan statement

2015-10-08 Thread Juan Luis Varona
2" in http://pages.uoregon.edu/koch/texshop/changes_3.html http://tug.org/mactex/elcapitan.html http://tug.org/mactex/UpdatingForElCapitan.pdf I suppose that with sage is much more complicate. Yours, Juan Luis Varona -- You received this message because you are subscribed to the Google Groups

[sage-devel] Re: latest OSX 7.1 beta builds available for testing - reverse support request

2016-02-18 Thread Juan Luis Varona
nal notebooks or jupyter? I do not know if this is difficult or very easy. Yours, Juan Luis -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-d

[sage-devel] Re: latest OSX 7.1 beta builds available for testing - reverse support request

2016-02-18 Thread Juan Luis Varona
nal notebooks or jupyter? I do not know if this is difficult or very easy. Yours, Juan Luis -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-d

Re: [sage-devel] Re: latest OSX 7.1 beta builds available for testing - reverse support request

2016-02-20 Thread Juan Luis Varona
Thanks, Ivan! I will check the progress of the .app and the ticket from time to time. Yours, Juan Luis -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an emai

Re: [sage-devel] latest OSX 7.1 beta builds available for testing - reverse support request

2016-03-08 Thread Juan Luis Varona
Unfortunately, I'm not a developer expert, and I do not know how to manage a brach to compile it (I can compile a beta release of sagemath, but another thing is too much complicate for me). Yours, Juan Luis El martes, 8 de marzo de 2016, 7:13:07 (UTC+1), Ivan Andrus escribió: > >

[sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-07-13 Thread Juan Luis Varona
I have try to install sage (the current stable version 6.7) in Mac OSX 11.11 (El Capitan), public beta (the final version will be available after the summer). I have tried with both *sage-6.7-x86_64-Darwin-OSX_10.10_x86_64.dmg

[sage-devel] Re: Sage in Mac OSX 11.11 (El Capitan)

2015-08-05 Thread Juan Luis Varona
Thanks for the answer. As suggested, I have tried to compile Sage 6.7 and 6.8 from source in Mac OS X 10.11 (El Capitan) public betas 1, 2 and 3, without success. This is the final message of the process of compilation with sage 6.8 with Mac OS X 10.11 public beta 3:

[sage-devel] Re: Sage in Mac OSX 11.11 (El Capitan)

2015-08-05 Thread Juan Luis Varona
> Can you upload the entire log somewhere? > Here it is (a 22.9 MB file): https://dl.dropboxusercontent.com/u/8293746/log-compiling-sage68-osx10.11-beta3.txt > > It seems that you made it to the documentation build, so ./sage should > work (probably crashes but possibly with an informative

[sage-devel] Re: Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Juan Luis Varona
I have tried to compile sage-6.8 (yesterday I wrote 2.6 instead of 6.8 by mistake) under osx 10.11 beta4, again without sucess. This is the final error message: Unhandled SIGSEGV: A segmentation fault occurred in Sage.

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Juan Luis Varona
> All right. Do you have a file named > /Applications/sage-6.8/local/lib/libsingular.dylib? > Yes, it is a 8.7 MB file. Yours, Juan Luis -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Juan Luis Varona
> > > And what does > “file /Applications/sage-6.8/local/lib/libsingular.dylib” > says? > Yes, sure: cd /Applications/sage-6.8/local/lib ls -l . . . -rwxr-xr-x1 jvarona staff8706256 6 ago 21:56 libsingular.dylib . . . -- You received this message because you are subscribed t

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Juan Luis Varona
sage-6.8/local/lib/libsingular.dylib I get /Applications/sage-6.8/local/lib/libsingular.dylib: Mach-O 64-bit dynamically linked shared library x86_64 Juan Luis > François > >> On 7/08/2015, at 23:56, Juan Luis Varona wrote: >> >>> >>> >>> And what does >>

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Juan Luis Varona
> > > Also, whats the output of > > sage -sh -c 'otool -L $SAGE_ROOT/local/lib/libsingular.dylib’ Nothing (only >). > sage -sh -c 'otool -L > $SAGE_ROOT/local/lib/python2.7/site-packages/sage/matrix/matrix_mpolynomial_dense.so' > ./sage -sh -c 'otool -L $SAGE_ROOT/local/lib/python2.7/s

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-07 Thread Juan Luis Varona
> El 8 ago 2015, a las 0:22, Volker Braun escribió: > > sage -sh -c 'otool -L $SAGE_ROOT/local/lib/libsingular.dylib' I’m not sure if this is what you want to check: ./sage -sh -c 'otool -L $SAGE_ROOT/local/lib/libsingular.dylib’ /Applications/sage-6.8/local/lib/libsingular.dylib: lib

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-08 Thread Juan Luis Varona
k Assistant for beta versions of macosx. I will inform in this list if there are improvements in next betas of mac osx 10.11 (El Capitan). Yours, Juan Luis Varona -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-08-23 Thread Juan Luis Varona
Unix): mail -s 'Sage Crash Report' sage-supp...@googlegroups.com < /Users/jvarona/.sage/ipython-3.2.0/Sage_crash_report.txt To ensure accurate tracking of this issue, please file a report about it at: http://trac.sagemath.org Hit to quit (your terminal may close): -- Yo

[sage-devel] Re: Sage in Mac OSX 11.11 (El Capitan)

2015-09-10 Thread Juan Luis Varona
used at all in macosx 10.11. Perhaps somebody more expert than myself should worry about this. :-) Yours, Juan Luis Varona -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from

Re: [sage-devel] Re: Sage in Mac OSX 11.11 (El Capitan)

2015-09-10 Thread Juan Luis Varona
appen this time. (I like to have always the last version of osx in one of my computers, and I do not remember this problem in the past.) Yours, Juan Luis -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-09-10 Thread Juan Luis Varona
rces/sage/local/lib/python2.7/lib-dynload/operator.so Expected in: flat namespace in /Applications/Sage-6.8.app/Contents/Resources/sage/local/lib/python2.7/lib-dynload/operator.so AirTeXano:~ jvarona$ Juan Luis -- You received this message because you are subscribed to the Google Groups &qu

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-09-10 Thread Juan Luis Varona
pplications/Sage-6.8.app/Contents/Resources/sage/sage --python; exit Python 2.7.9 (default, Jul 28 2015, 17:58:38) [GCC 4.9.2] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> - Juan Luis -- You receive

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-09-18 Thread Juan Luis Varona
Actually, xcode 7 were released yesterday. I can confirm that again sage 6.8 cannot be compiled in mac os x 10.11 with xcode 7. Juan Luis > > Same problem, nobody find a solution ? If yes, please can you tell me how ! > > Charles > > Le vendredi 11 septembre 2015 04:48:25

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-09-25 Thread Juan Luis Varona
I have downlodaded 6.9.rc0 and I my computer is now compiling with xcode 7 on osx 11.10. I will inform at the end of the process, Juan Luis > El 25 sept 2015, a las 17:12, John H Palmieri > escribió: > > Please try the latest Sage prerelease (6.9.rc0, available h

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-09-26 Thread Juan Luis Varona
Unfortunately, the compiling process of sage 6.9rc0 with xcode 7 under macosx 10.11 has finished with errors: — Unhandled SIGSEGV: A segmentation fault occurred in Sage. This probably occurred because a *compile

Re: [sage-devel] Sage in Mac OSX 11.11 (El Capitan)

2015-09-26 Thread Juan Luis Varona
> > Post the Sage_crash_report.txt > (Sage 6.9rc0 with xcode 7 under macosx 10.11) > Here it is: *** IPython post-mortem report {'commit_hash': u'2f7c727', 'commit_source': 'installation', 'default_encoding': 'UTF-8',

[sage-devel] Sage 9.2 does not works in macos Big Sur

2020-11-01 Thread Juan Luis Varona
ifferent problem of the use of sagemath in the fortcoming macs with arm chips, but it is a previuos step) Yours, Juan Luis Varona -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving email

[sage-devel] Re: Sage 9.2 does not works in macos Big Sur

2020-11-05 Thread Juan Luis Varona
-f python3 again gives an error, after a very long quantity of messages in the terminal . (I'm not an expert, I do not know how to install the openssl development packages in my system as, I suppose, most sagemath users.) Yours, Juan Luis Varona El lunes, 2 de noviembre de 2020 a las

[sage-devel] Error installing package linbox-1.4.2

2017-07-19 Thread Jose Luis Bracamonte Amavizca
I was trying to install SageMathCell on a VPS with Ubuntu 16.04.2 LTS (GNU/Linux 2.6.32-042stab120.20 x86_64) following the instructions form the oficial GitHub repository page on https://github.com/sagemath/sagecell . In the section "Simple Installation" on the step 3 after the "make" command,

Re: [sage-devel] Error installing package linbox-1.4.2

2017-07-19 Thread Jose Luis Bracamonte Amavizca
as what I am talking > about? > > François > > > On 20/07/2017, at 06:22, Jose Luis Bracamonte Amavizca > wrote: > > > > I was trying to install SageMathCell on a VPS with Ubuntu 16.04.2 LTS > (GNU/Linux 2.6.32-042stab120.20 x86_64) following the instruct

Re: [sage-devel] Error installing package linbox-1.4.2

2017-07-20 Thread Jose Luis Bracamonte Amavizca
ectory, as said in the log error message. After that, I have the same error result, failed to build the package linbox-1.4.2. Is there other way to install it and run a production cell for SageMath? . On Thursday, July 20, 2017 at 1:28:11 AM UTC-7, Jeroen Demeyer wrote: > > On 2017-07-19

Re: [sage-devel] Error installing package linbox-1.4.2

2017-07-20 Thread Jose Luis Bracamonte Amavizca
RAM is probably not enough to build Sage. > > Can you use a binary? > David > > On Thu, Jul 20, 2017 at 11:21 AM, Jose Luis Bracamonte Amavizca < > lui...@gmail.com > wrote: > >> The VPS have 1 Core 768MB RAM 60GB Disk. It has not any other process >> running, it

Re: [sage-devel] Error installing package linbox-1.4.2

2017-07-25 Thread Jose Luis Bracamonte Amavizca
king > > about? > > > > François > > > >> On 20/07/2017, at 06:22, Jose Luis Bracamonte Amavizca < > lui...@gmail.com > wrote: > >> > >> I was trying to install SageMathCell on a VPS with Ubuntu 16.04.2 LTS > (GNU/Linux 2.6.32