diff --git a/inc/Ver2Func.pm b/inc/Ver2Func.pm index 72e473c..7d495f2 100644 --- a/inc/Ver2Func.pm +++ b/inc/Ver2Func.pm @@ -397,7 +397,14 @@ my @ver2func = ( ^gsl_matrix_uint_scale_columns$ / ] + }, + "2.7" => { + new => [ + qw/ + / + ] } + ); my ( %index, @info, @versions ); diff --git a/swig/SparseMatrix.i b/swig/SparseMatrix.i index 0b2902e..5442473 100644 --- a/swig/SparseMatrix.i +++ b/swig/SparseMatrix.i @@ -10,6 +10,8 @@ %} #if MG_GSL_NUM_VERSION >= 002006 +// ignore gsl_spmatrix_uchar_norm1, gsl_spmatrix_char_norm1, ... + %rename("%(regex:/^gsl_spmatrix_u.*_norm1$/$ignore/)s") ""; %include "gsl/gsl_spmatrix.h" %include "gsl/gsl_spmatrix_double.h" %include "gsl/gsl_spmatrix_complex_long_double.h"