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