diff src/arpack.mk @ 3017:107fb7f1202f

set F77 on configure command line for arpack, fftw, and qrupdate packages
author John W. Eaton <jwe@octave.org>
date Thu, 06 Jun 2013 18:06:54 -0400
parents ec6f91539788
children 076acecb9c21
line wrap: on
line diff
--- a/src/arpack.mk	Thu Jun 06 18:02:36 2013 -0400
+++ b/src/arpack.mk	Thu Jun 06 18:06:54 2013 -0400
@@ -25,6 +25,7 @@
 define $(PKG)_BUILD
     mkdir '$(1)/.build'
     cd '$(1)/.build' && '$(1)/configure' \
+        F77=$(MXE_F77) \
         $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         --enable-static --disable-shared \