comparison src/arpack.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 d3d22f217ad0
children d5a5b8e659de
comparison
equal deleted inserted replaced
4303:eac52a8a7822 4304:0db33a326eec
21 21
22 ifeq ($(USE_PIC_FLAG),yes) 22 ifeq ($(USE_PIC_FLAG),yes)
23 $(PKG)_CONFIGURE_PIC_OPTION := --with-pic 23 $(PKG)_CONFIGURE_PIC_OPTION := --with-pic
24 endif 24 endif
25 25
26 ifeq ($(ENABLE_64),yes) 26 ifeq ($(ENABLE_FORTRAN_INT64),yes)
27 $(PKG)_ENABLE_64_CONFIGURE_OPTIONS := FFLAGS="-g -O2 -fdefault-integer-8" 27 $(PKG)_ENABLE_64_CONFIGURE_OPTIONS := FFLAGS="-g -O2 -fdefault-integer-8"
28 endif 28 endif
29 29
30 define $(PKG)_UPDATE 30 define $(PKG)_UPDATE
31 echo 'Warning: Updates are temporarily disabled for package arpack.' >&2; 31 echo 'Warning: Updates are temporarily disabled for package arpack.' >&2;