klo uo
2016-07-05 19:18:56 UTC
Hi, I'm following this guide:
http://docs.scipy.org/doc/numpy-dev/f2py/getting-started.html#the-quick-and-smart-way
I'm on Windows with gfortran and VS2015. When I run:
f2py -c -m fib3 fib3.f
as output I dont get "fib3.pyd", but "fib3.cp35-win_amd64.pyd".
Does anyone know how to get correctly named module in this case?
Thanks
http://docs.scipy.org/doc/numpy-dev/f2py/getting-started.html#the-quick-and-smart-way
I'm on Windows with gfortran and VS2015. When I run:
f2py -c -m fib3 fib3.f
as output I dont get "fib3.pyd", but "fib3.cp35-win_amd64.pyd".
Does anyone know how to get correctly named module in this case?
Thanks