Re: [sage-combinat-devel] implementing covering arrays

2022-05-31 Thread David Joyner
On Mon, May 30, 2022 at 2:35 PM brett stevens wrote: > > Myself and my M.Sc. student Aaron Dwyer are interested in adding covering > arrays to sagemath in the design theory code. We have been reviewing the > orthogonal array code as guidance and have some questions for > sage-combinat-devel

[sage-devel] Re: [sage-combinat-devel] implementing covering arrays

2022-05-31 Thread David Joyner
On Mon, May 30, 2022 at 2:35 PM brett stevens wrote: > > Myself and my M.Sc. student Aaron Dwyer are interested in adding covering > arrays to sagemath in the design theory code. We have been reviewing the > orthogonal array code as guidance and have some questions for > sage-combinat-devel

Re: [sage-devel] Factoring for Fun and Profit

2022-05-31 Thread ph h
Hi, > When SAGE_ROOT is not available, "sage --advanced" will not show the commands for rebuilding Sage, which need SAGE_ROOT. and any other options like "sage --coverageall", :sage --testall", ... and what else? Not only that "sage --advanced" will not show the options but also 'sage' should

Re: [sage-devel] Factoring for Fun and Profit

2022-05-31 Thread Matthias Koeppe
On Tuesday, May 31, 2022 at 10:45:47 AM UTC-7 hohoa...@gmail.com wrote: > > "It is not supported to move the SAGE_ROOT or SAGE_LOCAL directory after > building Sage. If you do move the directories, you will have to run make > distclean and build Sage again from scratch." > > So, practically

Re: [sage-devel] Factoring for Fun and Profit

2022-05-31 Thread ph h
Hi, > "It is not supported to move the SAGE_ROOT or SAGE_LOCAL directory after building Sage. If you do move the directories, you will have to run make distclean and build Sage again from scratch." So, practically speaking, BOTH "$SAGE_ROOT" and "$SAGE_LOCAL" are part of the 'sage' installation?

Re: [sage-devel] Factoring for Fun and Profit

2022-05-31 Thread Matthias Koeppe
https://github.com/sagemath/sage#relocation "It is not supported to move the SAGE_ROOT or SAGE_LOCAL directory after building Sage. If you do move the directories, you will have to run make distclean and build Sage again from scratch." On Tuesday, May 31, 2022 at 10:15:57 AM UTC-7

Re: [sage-devel] Factoring for Fun and Profit

2022-05-31 Thread ph h
Dear All, A plain vanilla Sage 9.7 Beta1 was built from "~/sage-9.7$/beta1" which then is renamed to "~/sage-9.7$/beta1_" "root.beta1" is a symlink to "$SAGE_ROOT/sage" and "local.beta1" is a symlink to "$SAGE_LOCAL/bin/sage". Please find appended below the scenario when some of the 'sage'