Skip to content

Commit

Permalink
Do not cross compile on KNL, since not all packages support it.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Aug 18, 2017
1 parent 019ecfb commit d1a95f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conf/cori-knl-intel
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ LDFLAGS = -lpthread -liomp5

# Are we doing a cross-compile?

CROSS = --build x86_64-pc-linux-gnu --host x86_64-unknown-linux-gnu
# Unfortunately, galsim does not support cross compiles, so
# we have to do a native build.
CROSS =
#CROSS = --build x86_64-pc-linux-gnu --host x86_64-unknown-linux-gnu

# Miniconda install

Expand Down

0 comments on commit d1a95f8

Please sign in to comment.