comparison src/suitesparse.mk @ 4304:0db33a326eec

make --enable-64 the default new configure option --enable-fortran-int64
author John W. Eaton <jwe@octave.org>
date Fri, 30 Dec 2016 16:02:18 -0500
parents c734f4d39243
children de2eedecd6ba
comparison
equal deleted inserted replaced
4303:eac52a8a7822 4304:0db33a326eec
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 ($(ENABLE_64),yes) 44 ifeq ($(ENABLE_FORTRAN_INT64),yes)
45 ifeq ($(MXE_WINDOWS_BUILD),yes) 45 ifeq ($(MXE_WINDOWS_BUILD),yes)
46 $(PKG)_CPPFLAGS += -DLONGBLAS='long long' 46 $(PKG)_CPPFLAGS += -DLONGBLAS='long long'
47 else 47 else
48 $(PKG)_CPPFLAGS += -DLONGBLAS='long' 48 $(PKG)_CPPFLAGS += -DLONGBLAS='long'
49 endif 49 endif