On 29/08/2015 12:19, Richard Bown wrote:
> Edit the Makefile
>
> change the python and f2py lines to this:-
> # WSJT specific Fortran flags
> FFLAGS          +=      -O2 -fbounds-check -fno-second-underscore -Wall 
> -Wno-conversion -Wno-character-truncation
> CFLAGS          +=      -I. -DBIGSYM -DHAVE_STRUCT_TIMESPEC -fPIC
>
> PYTHON          ?=      /usr/bin/python3    <<<<<
> F2PY            ?=      /usr/bin/f2py3.4    <<<<<
>
> run make
There should be no need to change the Makefile directly. Makefile 
variables can be overridden from the make command line:

  $ make PYTHON=/usr/bin/python3 F2PY=/usr/bin/f2py3.4

I am no expert in WSJT building so even this my not be necessary but if 
it is then this is the safest way to do it.

73
Bill
G4WJS.

------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to