Hi Max,

On Wednesday, October 17, 2018 at 12:04:02 PM UTC+1, Max Horn wrote:
>
> I am having the same problem, on a slightly newer machine: MacBook Pro 
> 15", late 2012, with a 2,3 GHz Intel Core i7, specifically i7-3615QM, so 
> Ivy Bridge. Running on Mac OS X 10.11.6, and I made sure to get the .dmg 
> for that.
>
> It would indeed be great if SageMath somewhere specified what hardware is 
> supported. Even better would be if during startup, it could check the used 
> hardware, and display a warning if it is unsupported. Best of course would 
> be if it just worked...  
>

the advise is, as usual, to build from source.
I'd recommend using the latest 8.4.rc1 from develop branch 
of https://github.com/sagemath/sage.git

Then you'd do
./bootstrap
./configure CC=cc CXX=c++ 
(to use Xcode's clang - there are other options, e.g. let Sage build its 
own gcc...)
followed by make

There could be issues with conflicting macports/fink etc, so it's better to 
move them out of the way
(at least from PATH etc)

It would speed things up if you already have gfortran installed and in your 
PATH, though, as presently Sage
would have to build it from source on OSX...

Cheers,
Dima


 

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

Reply via email to