Opened 11 years ago
Last modified 11 years ago
#5918 new Bugs
Py3k MPI build failure
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | To Be Determined | Component: | mpi |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
MPI building fails on a reference to PyInt_Type that no longer exists in py3k.
Attached patch does a PyInt_Type -> PyLong_Type (which is probably what it should have been in the first place since it uses long(0)).
Attachments (1)
Change History (3)
by , 11 years ago
Attachment: | 5918.patch added |
---|
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Component: | Python → mpi |
---|---|
Owner: | changed from | to
changing to component mpi
Note:
See TracTickets
for help on using tickets.
Apparently a (partial) dupe of https://svn.boost.org/trac/boost/ticket/4657