whitphx / lear-gist-python

A python wrapper for Lear's GIST implementation working with numpy
MIT License
55 stars 14 forks source link

Fixing Compiling with Gcc 4.9.2 on Fedora 21 #6

Closed wanermiranda closed 8 years ago

wanermiranda commented 8 years ago

Included Math Lib and gnu99 as standard. Things to avoid errors while the compiler look for M_PI constant and dealing with for(int i=0...) statements.