Upcoming conda package changes may affect compiler detection.

Issue #79 closed
Former user created an issue

I am not sure how much of an effect it is. But I was notified of this document

https://docs.google.com/document/d/103QY204eD82fJzpT7eXy_rV2bKwe6Hx5uAnkMg_xwkI/edit?ts=59d3dfc1#heading=h.p4o4zy619i0w

They basically started to rely on the environment variables to specify a cross compilation compiler for compiling 'many-linux' binaries on the native platform.

We currently propagate the compiler settings reported by mpi4py to our Python extension modules.

Comments (5)

  1. Lisandro Dalcin

    We currently propagate the compiler settings reported by mpi4py to our Python extension modules. What do you mean? What compiler settings? Could you point me to a code snippet doing that?

  2. Log in to comment