diff 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
line wrap: on
line diff
--- a/src/arpack.mk	Fri Dec 30 22:26:22 2016 -0500
+++ b/src/arpack.mk	Fri Dec 30 16:02:18 2016 -0500
@@ -23,7 +23,7 @@
   $(PKG)_CONFIGURE_PIC_OPTION := --with-pic
 endif
 
-ifeq ($(ENABLE_64),yes)
+ifeq ($(ENABLE_FORTRAN_INT64),yes)
   $(PKG)_ENABLE_64_CONFIGURE_OPTIONS := FFLAGS="-g -O2 -fdefault-integer-8"
 endif