Skip to content

Commit

Permalink
fix opensuse 'lib64' build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nolta committed Jul 6, 2012
1 parent d977d6b commit feb55b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ GLPK_VER = 4.47
JULIAHOME = $(abspath ..)
include $(JULIAHOME)/Make.inc

# prevent installing libs into usr/lib64 on opensuse
unexport CONFIG_SITE

STAGE1_DEPS = uv fdlibm dsfmt rmath double-conversion amos
STAGE2_DEPS = gmp-wrapper
STAGE3_DEPS = suitesparse-wrapper
Expand Down

0 comments on commit feb55b5

Please sign in to comment.