[sage-devel] Re: OS X build: "sorry, unimplemented: 64-bit mode not compiled in"

2018-08-15 Thread Bernie Walp
 

Thanks, Dima!  You nailed my problem.  Yes, I did not have “gfortran”.  
Sage 8.3 built itself without trouble after I installed gfortran (and ran 
"configure" before make)


https://gcc.gnu.org/wiki/GFortranBinaries#MacOS


Thanks again,
Bernie W.

On Tuesday, August 14, 2018 at 1:10:11 AM UTC-6, Bernie Walp wrote:
>
> Attempts to build Sage 8.3 in macOS "High Sierra" ver. 10.13.6 produce the 
> message "Error building openblas-0.2.20.p2" and also this:
>
> lsame.f:0: sorry, unimplemented: 64-bit mode not compiled in
> lsametst.f:0: sorry, unimplemented: 64-bit mode not compiled in
>
> The log is attached.  I'd be grateful for any advice.  Thank you.
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: OS X build: "sorry, unimplemented: 64-bit mode not compiled in"

2018-08-14 Thread Dima Pasechnik
It seems that you have g77 installed and in your PATH, and it does not work 
with openblas. In the line causing the error:

   g77 -O2 -Wall -m64 -fPIC -c -o lsametst.o lsametst.f

I would expect gfortran instead of g77.

Have you got gfrortan Sage package installed? (do you have 
logs/pkgs/gfortran* present?)






On Tuesday, August 14, 2018 at 10:10:11 AM UTC+3, Bernie Walp wrote:
>
> Attempts to build Sage 8.3 in macOS "High Sierra" ver. 10.13.6 produce the 
> message "Error building openblas-0.2.20.p2" and also this:
>
> lsame.f:0: sorry, unimplemented: 64-bit mode not compiled in
> lsametst.f:0: sorry, unimplemented: 64-bit mode not compiled in
>
> The log is attached.  I'd be grateful for any advice.  Thank you.
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.