Re: [Numpy-discussion] numpy.distutils issue

2016-08-24 Thread Charles R Harris
On Wed, Aug 24, 2016 at 5:05 PM, Charles R Harris wrote: > > > On Wed, Aug 24, 2016 at 1:41 PM, Pavlyk, Oleksandr < > oleksandr.pav...@intel.com> wrote: > >> Hi All, >> >> >> >> According to the documentation page: >> >> >> >>

Re: [Numpy-discussion] numpy.distutils issue

2016-08-24 Thread Charles R Harris
On Wed, Aug 24, 2016 at 1:41 PM, Pavlyk, Oleksandr < oleksandr.pav...@intel.com> wrote: > Hi All, > > > > According to the documentation page: > > > >http://docs.scipy.org/doc/numpy/reference/distutils.html > > > > Function add_library allows the following keywords: > >

[Numpy-discussion] numpy.distutils issue

2016-08-24 Thread Pavlyk, Oleksandr
Hi All, According to the documentation page: http://docs.scipy.org/doc/numpy/reference/distutils.html Function add_library allows the following keywords: extra_f77_compiler_args extra_f90_compiler_args however setting them seem to have no effect for my extension. Digging deeper,