Git Product home page Git Product logo

Comments (4)

pastewka avatar pastewka commented on July 30, 2024

Oops, this is related to how different compiler handle C++11. James had looked at this in detail and probably knows the answer.

James, should we think about disabling the ring statistics part on some platforms?

Lars

from matscipy.

jameskermode avatar jameskermode commented on July 30, 2024

I've locally resolved this with Christoph but we still need a general solution. It seems C++11 is sufficiently well supported, the only problem is getting Python distutils to pass different flags when compiling C and C++ code, as passing -std-c++0 with C input files causes errors with some compilers. Setting the CXXFLAGS environment variable should work, but doesn't because of this bug:
http://bugs.python.org/issue1222585

from matscipy.

jameskermode avatar jameskermode commented on July 30, 2024

Should now be fixed. I had to delve deeper into numpy.distutils than I would like, but I've found a way to pass different options to C and C++ compilers which is working on our Travis-CI build slaves with g++ and clang++ and on Linux and OS X. There are now dictionaries of C and C++ options at the top of setup.py that can be customised on a per-compiler basis if this issue recurs.

Christoph, it would be great if you could revert the local changes made to setup.py (with git checkout setup.py) then pull again and check it now compiles out of the box for you with anaconda Python. I will then close the issue.

from matscipy.

cortner avatar cortner commented on July 30, 2024

It builds and installs. If I run into any issues in usage, I'll open another report. Many thanks!

from matscipy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.