From ecf7f059646d7a8e08bffc7acc3bcc2b84350772 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Fri, 22 Sep 2006 17:17:45 +0000 Subject: [PATCH] - replicated --f77exec --f90exec, this simple change allows compilation with numpy rather than separate f2py and scipy packages. http://numpy.scipy.org/ git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@310 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c03791248..5683bc947 100644 --- a/Makefile.in +++ b/Makefile.in @@ -114,7 +114,7 @@ Audio.so: $(OBJS2C) $(OBJS3C) $(OBJS2F77) $(SRCS2F90) $(AUDIOSRCS) ${F2PY} -c --quiet --opt="-O ${CFLAGS} \ -fno-second-underscore" $(OBJS2C) $(OBJS2F77) -m Audio \ --f77exec=${FC} --f90exec=${FC} ${CPPFLAGS} ${LDFLAGS} ${LIBS} \ - only: $(F2PYONLY) \ + only: --f77exec=${FC} --f90exec=${FC} $(F2PYONLY) \ : $(SRCS2F90) \ ${SRCS3C} ${AUDIOSRCS}