Has anyone got this up and running? After running python setup.py wrap
I get the following error when running: python setup.py build
------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
If I just run ./configure and make -C Python I get:
creating build/temp.linux-x86_64-3.5/QuantLib On Friday, May 20, 2016 12:57:13 AM EDT Ali Hassani wrote: Has anyone got this up and running? After running python setup.py wrap
I get the following error when running: python setup.py build
------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
For what is worth, I just compiled it successfully in a Docker container based on Ubuntu 16.04 (Python 3.5.1, gcc 5.3.1). Let me know if you manage to make it work. Luigi On Fri, May 20, 2016 at 7:20 AM Ali Hassani <[hidden email]> wrote:
------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi there,
I'm trying to install Quanlib-Python in a Fedora23 with Anaconda as Python 3 distribution. I followed all the steps in the installation page but when I tried: make -C Python --help throws cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ and got stuck. Same with python setup.py build Any hint? Thanks in advance. |
This should be just a warning. Are you (or Anaconda) passing any flags to the compiler that causes it to treat warnings as errors? Luigi On Thu, Jul 14, 2016 at 10:41 AM Jay-Jay-D <[hidden email]> wrote: Hi there, ------------------------------------------------------------------------------ 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 [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
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). |
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 <[hidden email]> wrote: How can I know if I or Anaconda / are passing any flags to the compiler that ------------------------------------------------------------------------------ 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 [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
I tried with your suggestion, but the outcome is the same.
I also tried in in the same Fedora but with out Anaconda, and same problem. Maybe my machine is to small? It has only 2 GB RAM. |
Apologies for the delay. Yes, more RAM would help... On Sat, Jul 16, 2016 at 4:10 PM Jay-Jay-D <[hidden email]> wrote: I tried with your suggestion, but the outcome is the same. ------------------------------------------------------------------------------ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |