[sage-support] Re: Error while applying 'make' to a Sage package

2020-10-16 Thread Zachary Scherr
Dima is the expert on this and can correct me if I'm wrong, but I think 
Xcode 12 broke sage 9.1.  Fortunately this is being fixed for 9.2 which is 
already on a release candidate but has not been released in the wild yet. 
 Probably the easiest thing to do would be to clone the git repository and 
install the latest developer version:

git clone git://github.com/sagemath/sage.git
cd sage
./bootstrap
source .homebrew-build-env
./configure
make -j16

Also, you can see from config.log that sage encourages you to brew install 
python3, which isn't necessary but could speed things up a tiny amount.

On Friday, October 16, 2020 at 5:27:43 PM UTC-4 Douglas Hulbert wrote:

> Dima and Zachary, thank you for rapid responses.
> Attached is the config.log file, found in the directory 
> /Users/douglashulbert/sage-9.1.
> I noticed that there's a gap in the version numbers between my OS version 
> and those posted on the MIT mirror site.  
> I went to http://mirrors.mit.edu/sage/devel/index.html.  I'm working to 
> see how to choose the appropriate tar file. 
>
> On Friday, October 16, 2020 at 1:07:37 PM UTC-7 zsc...@gmail.com wrote:
>
>> Can you post the config.log file that was generated by running 
>> ./configure before running make?
>>
>> On Friday, October 16, 2020 at 3:19:27 PM UTC-4 Douglas Hulbert wrote:
>>
>>> Dear Member of the SAGE-DEVEL team:
>>>
>>>
>>>1. My latest attempt to use MAKE to install sage is unsuccessful.
>>>2. I'm using a MacBook Pro 15" 2019 2.4 GHz 8-core Intel Core i9 
>>>running macOS Catalina V. 10.15.7.
>>>3. A log file requested in zsh shell output response to the MAKE 
>>>command is attached.
>>>4. Other zsh output is pasted below.
>>>5. Just this month retired from USGovt service, I'm a math Ph.D. and 
>>>former professor who is enthused about the prospects of putting sage to 
>>>work in math education.
>>>
>>> Best regards to you and your team,
>>>
>>> Doug Hulbert
>>>
>>>
>>>
>>>
>>> 
>>>
>>> Error configuring gf2x-1.2.p0 See the file
>>>
>>> 
>>> /Users/douglashulbert/sage-9.1/local/var/tmp/sage/build/gf2x-1.2.p0/src/config.log
>>>
>>> for details.
>>>
>>>
>>> 
>>>
>>>
>>> real0m11.990s
>>>
>>> user0m4.785s
>>>
>>> sys 0m4.486s
>>>
>>> 
>>>
>>> Error installing package gf2x-1.2.p0
>>>
>>> 
>>>
>>> Please email sage-devel (http://groups.google.com/group/sage-devel)
>>>
>>> explaining the problem and including the log file
>>>
>>>   /Users/douglashulbert/sage-9.1/logs/pkgs/gf2x-1.2.p0.log
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/35c5e2ba-48c3-45b8-8c16-9e40d206d9cfn%40googlegroups.com.


Re: [sage-support] Error while applying 'make' to a Sage package

2020-10-16 Thread Dima Pasechnik
Dear Doug,
your OS and Xcode are much newer than Sage 9.1 - there could be no way
to make sure that they would work together.
You could better try the latest release candidate instead -
http://mirrors.mit.edu/sage/devel/index.html

And yes, the top level config.log would be very helpful.

On Fri, Oct 16, 2020 at 8:19 PM Douglas Hulbert
 wrote:
>
> Dear Member of the SAGE-DEVEL team:
>
> My latest attempt to use MAKE to install sage is unsuccessful.
> I'm using a MacBook Pro 15" 2019 2.4 GHz 8-core Intel Core i9 running macOS 
> Catalina V. 10.15.7.
> A log file requested in zsh shell output response to the MAKE command is 
> attached.
> Other zsh output is pasted below.
> Just this month retired from USGovt service, I'm a math Ph.D. and former 
> professor who is enthused about the prospects of putting sage to work in math 
> education.
>
> Best regards to you and your team,
>
> Doug Hulbert
>
>
>
> 
>
> Error configuring gf2x-1.2.p0 See the file
>
> 
> /Users/douglashulbert/sage-9.1/local/var/tmp/sage/build/gf2x-1.2.p0/src/config.log
>
> for details.
>
> 
>
>
> real0m11.990s
>
> user0m4.785s
>
> sys 0m4.486s
>
> 
>
> Error installing package gf2x-1.2.p0
>
> 
>
> Please email sage-devel (http://groups.google.com/group/sage-devel)
>
> explaining the problem and including the log file
>
>   /Users/douglashulbert/sage-9.1/logs/pkgs/gf2x-1.2.p0.log
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-support/CAHX2rQZ52RC-DU6hR369CGZt12T6OTDHCaJFuZnhgJDSQbdvHA%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq2CRzv9P5e-BN4L%2BXALg-wpFKu5ywRKm0%3DhNQp2%3DhfPqg%40mail.gmail.com.


[sage-support] Re: Error while applying 'make' to a Sage package

2020-10-16 Thread Zachary Scherr
Can you post the config.log file that was generated by running ./configure 
before running make?

On Friday, October 16, 2020 at 3:19:27 PM UTC-4 Douglas Hulbert wrote:

> Dear Member of the SAGE-DEVEL team:
>
>
>1. My latest attempt to use MAKE to install sage is unsuccessful.
>2. I'm using a MacBook Pro 15" 2019 2.4 GHz 8-core Intel Core i9 
>running macOS Catalina V. 10.15.7.
>3. A log file requested in zsh shell output response to the MAKE 
>command is attached.
>4. Other zsh output is pasted below.
>5. Just this month retired from USGovt service, I'm a math Ph.D. and 
>former professor who is enthused about the prospects of putting sage to 
>work in math education.
>
> Best regards to you and your team,
>
> Doug Hulbert
>
>
>
>
> 
>
> Error configuring gf2x-1.2.p0 See the file
>
> 
> /Users/douglashulbert/sage-9.1/local/var/tmp/sage/build/gf2x-1.2.p0/src/config.log
>
> for details.
>
>
> 
>
>
> real0m11.990s
>
> user0m4.785s
>
> sys 0m4.486s
>
> 
>
> Error installing package gf2x-1.2.p0
>
> 
>
> Please email sage-devel (http://groups.google.com/group/sage-devel)
>
> explaining the problem and including the log file
>
>   /Users/douglashulbert/sage-9.1/logs/pkgs/gf2x-1.2.p0.log
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/50a8e0a0-2a5c-4957-8d0d-59ecbc2d6a0cn%40googlegroups.com.


[sage-support] Error while applying 'make' to a Sage package

2020-10-16 Thread Douglas Hulbert
Dear Member of the SAGE-DEVEL team:


   1. My latest attempt to use MAKE to install sage is unsuccessful.
   2. I'm using a MacBook Pro 15" 2019 2.4 GHz 8-core Intel Core i9 running
   macOS Catalina V. 10.15.7.
   3. A log file requested in zsh shell output response to the MAKE command
   is attached.
   4. Other zsh output is pasted below.
   5. Just this month retired from USGovt service, I'm a math Ph.D. and
   former professor who is enthused about the prospects of putting sage to
   work in math education.

Best regards to you and your team,

Doug Hulbert





Error configuring gf2x-1.2.p0 See the file


/Users/douglashulbert/sage-9.1/local/var/tmp/sage/build/gf2x-1.2.p0/src/config.log

for details.




real0m11.990s

user0m4.785s

sys 0m4.486s



Error installing package gf2x-1.2.p0



Please email sage-devel (http://groups.google.com/group/sage-devel)

explaining the problem and including the log file

  /Users/douglashulbert/sage-9.1/logs/pkgs/gf2x-1.2.p0.log

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAHX2rQZ52RC-DU6hR369CGZt12T6OTDHCaJFuZnhgJDSQbdvHA%40mail.gmail.com.


gf2x-1.2.p0.log
Description: Binary data


[sage-support] Re: Setting viewpoint in implicit_plot3d

2020-10-16 Thread Eric Gourgoulhon
Hi,

The viewpoint option is missing at the moment (SageMath 9.1)  in the 
threejs viewer, but it has been introduced in SageMath 9.2, which is about 
to be released, see
https://wiki.sagemath.org/ReleaseTours/sage-9.2#Graphics

Eric.

Le vendredi 16 octobre 2020 à 09:38:00 UTC+2, Michel VAN DEN BERGH a écrit :

> Dear all,
>
> I have this plot command which works fine
>
> var('x,y,z')
> G=implicit_plot3d(x^2+y^2-z^2==0.0001, (x,-1,1), (y,-1,1), 
> (z,-1,1),plot_points=200,frame=False,viewer="threejs")
>
> However I would like to change the default camera position and I cannot 
> figure out how to do this...  I would be very grateful to anyone that can 
> help me.
>
> Michel
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/070a2567-f11b-4389-a5e5-61cc419fed44n%40googlegroups.com.


[sage-support] Setting viewpoint in implicit_plot3d

2020-10-16 Thread Michel VAN DEN BERGH
Dear all,

I have this plot command which works fine

var('x,y,z')
G=implicit_plot3d(x^2+y^2-z^2==0.0001, (x,-1,1), (y,-1,1), 
(z,-1,1),plot_points=200,frame=False,viewer="threejs")

However I would like to change the default camera position and I cannot 
figure out how to do this...  I would be very grateful to anyone that can 
help me.

Michel

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/24c5cfb2-4cdd-41be-a91d-50b716c9c92fn%40googlegroups.com.