Opened 11 years ago

Last modified 11 years ago

#5918 new Bugs

Py3k MPI build failure

Reported by: Dan Eicher <dan@…> 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)

5918.patch (458 bytes ) - added by Dan Eicher <dan@…> 11 years ago.

Download all attachments as: .zip

Change History (3)

by Dan Eicher <dan@…>, 11 years ago

Attachment: 5918.patch added

comment:1 by Dan Eicher <dan@…>, 11 years ago

Apparently a (partial) dupe of https://svn.boost.org/trac/boost/ticket/4657

comment:2 by Ralf W. Grosse-Kunstleve, 11 years ago

Component: Pythonmpi
Owner: changed from Ralf W. Grosse-Kunstleve to Douglas Gregor

changing to component mpi

Note: See TracTickets for help on using tickets.