Skip to content

Commit

Permalink
Trac #16345: ATLAS fails to build on ARM
Browse files Browse the repository at this point in the history
A whitespace is missing before `-D c -DATL_ARM_HARDFP=1` in `spkg-
install`.

URL: http://trac.sagemath.org/16345
Reported by: jpflori
Ticket author(s): Jean-Pierre Flori
Reviewer(s): Volker Braun, Peter Bruin
  • Loading branch information
Release Manager authored and vbraun committed May 15, 2014
2 parents 53d70d5 + ed31cbe commit 9d858c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/atlas/spkg-install
Expand Up @@ -329,7 +329,7 @@ def configure(arch=None, isa_ext=None):

# use hard floats on ARM
if conf['ARM?']:
cmd += '-D c -DATL_ARM_HARDFP=1'
cmd += ' -D c -DATL_ARM_HARDFP=1'

# set machine architecture
if arch is not None:
Expand Down

0 comments on commit 9d858c0

Please sign in to comment.