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

2017-11-15 Thread Kwankyu Lee
Then I created a new directory at SAGE_ROOT/src/ext/directory and put a 
file "test.txt" 

$ ls -l src/ext/
total 0
drwxr-xr-x  3 Kwankyu  staff  102 Nov 16 15:42 directory
drwxr-xr-x  4 Kwankyu  staff  136 Apr 15  2015 doctest
drwxr-xr-x  5 Kwankyu  staff  170 Apr 14  2016 gap
drwxr-xr-x  3 Kwankyu  staff  102 Mar  4  2016 graphs
drwxr-xr-x  7 Kwankyu  staff  238 Jun 11  2015 images
drwxr-xr-x  7 Kwankyu  staff  238 Jul 26 23:26 kenzo
drwxr-xr-x  5 Kwankyu  staff  170 Jun 11  2015 magma
drwxr-xr-x  3 Kwankyu  staff  102 Jun 11  2015 mwrank
drwxr-xr-x  4 Kwankyu  staff  136 Jun 11  2015 notebook-ipython
drwxr-xr-x  5 Kwankyu  staff  170 Apr 15  2015 pari
drwxr-xr-x  3 Kwankyu  staff  102 Jun 11  2015 pickle_jar
drwxr-xr-x  3 Kwankyu  staff  102 Jul 26 23:26 threejs
drwxr-xr-x  5 Kwankyu  staff  170 Apr 13  2016 valgrind
$

and then I ran

$ sage -br 

and I expected the new directory "directory" is created at 
"local/share/sage/ext/", but I get:

$ ls -l local/share/sage/ext/
total 0
drwxr-xr-x  4 Kwankyu  staff  136 Nov 15 19:19 doctest
drwxr-xr-x  5 Kwankyu  staff  170 Nov 15 19:19 gap
drwxr-xr-x  3 Kwankyu  staff  102 Nov 15 19:19 graphs
drwxr-xr-x  7 Kwankyu  staff  238 Nov 15 19:19 images
drwxr-xr-x  7 Kwankyu  staff  238 Nov 15 19:19 kenzo
drwxr-xr-x  5 Kwankyu  staff  170 Nov 15 19:19 magma
drwxr-xr-x  3 Kwankyu  staff  102 Nov 15 19:19 mwrank
drwxr-xr-x  4 Kwankyu  staff  136 Nov 15 19:19 notebook-ipython
drwxr-xr-x  5 Kwankyu  staff  170 Nov 15 19:19 pari
drwxr-xr-x  3 Kwankyu  staff  102 Nov 15 19:19 pickle_jar
drwxr-xr-x  3 Kwankyu  staff  102 Nov 15 19:19 threejs
drwxr-xr-x  7 Kwankyu  staff  238 Nov 15 19:19 valgrind
$

According to the developer guide,

Non-Python Sage source code and supporting files should be placed in 
appropriate subdirectories of SAGE_ROOT/src/ext/. They will then be 
automatically copied to the corresponding subdirectories of 
SAGE_ROOT/local/share/sage/ext/ during the build process and can be 
accessed at runtime using SAGE_EXTCODE. 

-- 
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 released

2017-11-15 Thread Kwankyu Lee
So I ran

sage -i sympy

and Sage installed sympy. Then now this works fine.

$ sage -t src/sage/rings/function_field/*

-- 
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 released

2017-11-15 Thread Kwankyu Lee
I get the following just after "make",

Hera:sage$ sage -t src/sage/rings/function_field/*
Running doctests with ID 2017-11-16-15-36-55-9cd5f354.
Git branch: develop
Using --optional=mpir,python2,sage
Doctesting 8 files.
Traceback (most recent call last):
  File "/Users/Kwankyu/GitHub/sage/src/bin/sage-runtests", line 125, in 

err = DC.run()
  File 
"/Users/Kwankyu/GitHub/sage/local/lib/python2.7/site-packages/sage/doctest/control.py",
 
line 1144, in run
self.run_doctests()
  File 
"/Users/Kwankyu/GitHub/sage/local/lib/python2.7/site-packages/sage/doctest/control.py",
 
line 867, in run_doctests
self.dispatcher = DocTestDispatcher(self)
  File 
"/Users/Kwankyu/GitHub/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 1403, in __init__
init_sage()
  File 
"/Users/Kwankyu/GitHub/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 134, in init_sage
from sympy.printing.pretty.stringpict import stringPict
ImportError: No module named sympy.printing.pretty.stringpict
Hera: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.1.rc0 released

2017-11-15 Thread François Bissey
Define strange behaviours?

> On 16/11/2017, at 18:52, Kwankyu Lee  wrote:
> 
> Hi, 
> 
> Does this release support Xcode 9.1 on mac?
> 
> I built this release with Xcode 9.1, and the Sage built shows strange 
> behaviors. Is this because of Xcode 9.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 8.1.rc0 released

2017-11-15 Thread Kwankyu Lee
Hi, 

Does this release support Xcode 9.1 on mac?

I built this release with Xcode 9.1, and the Sage built shows strange 
behaviors. Is this because of Xcode 9.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.