|
From: Luigi B. <lui...@gm...> - 2016-07-15 08:52:06
|
Oh, ok. You're right, an error would stop the build immediately. The build
is probably just taking a lot of memory (the wrappers are very large) and
your computer is swapping. Decreasing the optimization level might help the
compiler use less resources; you can try running
CXXFLAGS='-O0' python setup.py build
and see if it works.
Luigi
On Fri, Jul 15, 2016 at 10:29 AM Jay-Jay-D <jjd...@gm...> wrote:
> How can I know if I or Anaconda / are passing any flags to the compiler
> that
> causes it to treat warnings as errors/?
>
> By the way, I don't think the warning is treated as error because it
> doesn't
> kill the make, just makes it hang. When I check the make status with htop,
> after the warning is thrown the make start to consume more and more memory
> (even 2 GB in swap), but the status is 'D' (sleeping in disk).
>
>
>
> --
> View this message in context:
> http://quantlib.10058.n7.nabble.com/Quantlib-1-8-Python-SWIG-on-Linux-Python-3-5-1-tp17463p17597.html
> Sent from the quantlib-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning
> reports.http://sdm.link/zohodev2dev
> _______________________________________________
> QuantLib-users mailing list
> Qua...@li...
> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>
|