Just "base" as string: export SAGE_ATLAS_ARCH=base
On Tuesday, August 4, 2015 at 11:07:26 AM UTC+2, Brenton Horne wrote: > > Ah I'm a programming noob, "base" is what needs to be on the RHS or is > that your shorthand for the full path of where I'm building sage? > > On 4 August 2015 at 17:34, Volker Braun <[email protected] <javascript:>> > wrote: > >> Sage can't use the ATLAS version that F22 ships with. Your compilation >> might have failed because its difficult to tune ATLAS; You should try again: >> >> make distclean >> export SAGE_ATLAS_ARCH=base # less ATLAS tuning, or "fast", or see >> manual >> make >> >> >> >> On Tuesday, August 4, 2015 at 5:16:26 AM UTC+2, Brenton Horne wrote: >>> >>> Local file system. This is being done on a virtual machine running >>> 32-bit Fedora 22. I managed to overcome these atlas/iml errors by running: >>> sudo dnf install atlas iml* >>> >>> But now I have a scipy error, namely: >>> Error building Sage. >>> >>> The following package(s) may have failed to build (not necessarily >>> during this run of 'make all'): >>> >>> * package: scipy-0.14.0 >>> log file: /home/fusion809/Programs/sage-6.8/logs/pkgs/scipy-0.14.0.log >>> build directory: /home/fusion809/Programs/sage-6.8/local/var/tmp/sage/ >>> build/scipy-0.14.0 >>> >>> The build directory may contain configuration files and other >>> potentially >>> helpful information. WARNING: if you now run 'make' again, the build >>> directory will, by default, be deleted. Set the environment variable >>> SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this. >>> >>> Makefile:16: recipe for target 'all' failed >>> make: *** [all] Error 1 >>> >>> I have attached my scipy log file. Running >>> sudo dnf install scipy >>> does not appear to solve this problem. >>> >>> >>> On Monday, 3 August 2015 22:05:49 UTC+10, Volker Braun wrote: >>>> >>>> Fails with rm: cannot remove >>>> 'atlas-3.10.2/src/ATLAS-build/tune/blas/gemm/res': Directory not empty >>>> >>>> Are you building on a local file system? Building on network file >>>> systems tends to not work. >>>> >>>> >>>> >>>> On Monday, August 3, 2015 at 10:42:59 AM UTC+2, Brenton Horne wrote: >>>>> >>>>> Hi, >>>>> >>>>> I attempted to compile SageMath 6.8 from source on 32-bit Fedora 22 >>>>> and I received this error message: >>>>> >>>>> Error building Sage. >>>>> >>>>> The following package(s) may have failed to build (not necessarily >>>>> during this run of 'make all'): >>>>> >>>>> * package: atlas-3.10.2 >>>>> log file: /home/fusion809/Programs/sage-6.8/logs/pkgs/atlas-3.10. >>>>> 2.log >>>>> build directory: /home/fusion809/Programs/sage-6.8/local/var/tmp/ >>>>> sage/build/atlas-3.10.2 >>>>> >>>>> * package: iml-1.0.4p1 >>>>> log file: /home/fusion809/Programs/sage-6.8/logs/pkgs/iml-1.0. >>>>> 4p1.log >>>>> build directory: /home/fusion809/Programs/sage-6.8/local/var/tmp/ >>>>> sage/build/iml-1.0.4p1 >>>>> >>>>> The build directory may contain configuration files and other >>>>> potentially >>>>> helpful information. WARNING: if you now run 'make' again, the build >>>>> directory will, by default, be deleted. Set the environment variable >>>>> SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this. >>>>> >>>>> Makefile:16: recipe for target 'all' failed >>>>> make: *** [all] Error 1 >>>>> >>>>> >>>>> My log files are attached. >>>>> >>>>> Thanks for your time, >>>>> Brenton >>>>> >>>> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "sage-devel" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/sage-devel/zLgLUJ91gNE/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/sage-devel. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Thanks for your time, > Brenton > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
