pymad / cpymad

cPyMAD is a python interface to Mad-X using cython and libmadx
http://cern.ch/pymad
Apache License 2.0
3 stars 3 forks source link

Use -std=c99 for Cython extension to fix compile error #93

Closed coldfix closed 9 years ago

coldfix commented 9 years ago

New MAD-X header files seem to require features that are only available on C99.

Unfortunately, this fix is specific to GCC.