Cleaned up Build.PL to get rid of settings particular to my machine.
[Math-GSL.git] / IEEEUtils.i
blob9c24ec6cc81632ee7279159e2643131935de5e11
1 %module IEEEUtils
2 %{
3 #include "gsl/gsl_ieee_utils.h"
4 %}
6 %include "gsl/gsl_ieee_utils.h"