mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 12:52:28 -04:00
- 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
This commit is contained in:
parent
4c0a64200d
commit
2339ca4b6f
@ -114,7 +114,7 @@ Audio.so: $(OBJS2C) $(OBJS3C) $(OBJS2F77) $(SRCS2F90) $(AUDIOSRCS)
|
|||||||
${F2PY} -c --quiet --opt="-O ${CFLAGS} \
|
${F2PY} -c --quiet --opt="-O ${CFLAGS} \
|
||||||
-fno-second-underscore" $(OBJS2C) $(OBJS2F77) -m Audio \
|
-fno-second-underscore" $(OBJS2C) $(OBJS2F77) -m Audio \
|
||||||
--f77exec=${FC} --f90exec=${FC} ${CPPFLAGS} ${LDFLAGS} ${LIBS} \
|
--f77exec=${FC} --f90exec=${FC} ${CPPFLAGS} ${LDFLAGS} ${LIBS} \
|
||||||
only: $(F2PYONLY) \
|
only: --f77exec=${FC} --f90exec=${FC} $(F2PYONLY) \
|
||||||
: $(SRCS2F90) \
|
: $(SRCS2F90) \
|
||||||
${SRCS3C} ${AUDIOSRCS}
|
${SRCS3C} ${AUDIOSRCS}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user