comparison src/suitesparse.mk @ 3691:c734f4d39243

suitesparse: set LONGBLAS for --enable-64 on non windows systems
author John W. Eaton <jwe@octave.org>
date Wed, 20 Aug 2014 16:29:06 -0400
parents 95454fa2df8b
children 0db33a326eec
comparison
equal deleted inserted replaced
3690:007590237873 3691:c734f4d39243
39 RBio/Lib/librbio.a \ 39 RBio/Lib/librbio.a \
40 UMFPACK/Lib/libumfpack.a 40 UMFPACK/Lib/libumfpack.a
41 41
42 $(PKG)_CPPFLAGS := -DNTIMER 42 $(PKG)_CPPFLAGS := -DNTIMER
43 43
44 ifeq ($(MXE_WINDOWS_BUILD),yes) 44 ifeq ($(ENABLE_64),yes)
45 ifeq ($(ENABLE_64),yes) 45 ifeq ($(MXE_WINDOWS_BUILD),yes)
46 $(PKG)_CPPFLAGS += -DLONGBLAS='long long' 46 $(PKG)_CPPFLAGS += -DLONGBLAS='long long'
47 else
48 $(PKG)_CPPFLAGS += -DLONGBLAS='long'
47 endif 49 endif
48 endif 50 endif
49 51
50 define $(PKG)_BUILD 52 define $(PKG)_BUILD
51 # exclude demos 53 # exclude demos