mbakker7 / ttim

MIT License
33 stars 23 forks source link

Support for installation on Linux (or others with fortran/c compilers) #5

Closed timcera closed 4 years ago

timcera commented 6 years ago

Wrapped bessel and invlap fortran code with f2py. With numpy.distutils the f2py created *.pyf files compile. Had to change how version was set in ttim/init.py since setup.py couldn't import invlap since it hadn't been created yet. The VERSION file is now used in setup.py, ttim/init.py, and docs/conf.py.

Intended to not impact installation on Windows/MacOS, however I don't have an easy way to test.

mbakker7 commented 4 years ago

TTim has switched entirely to Numba, so this is not necessary anymore. Thanks for your suggestions.