Replies: 1 comment 1 reply
-
Hi! cppimport is built on top of distutils so you should be able to set the compiler in the same way that you would with distutils: https://stackoverflow.com/questions/16737260/how-to-tell-distutils-to-use-gcc |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to ask cppimport to use specific c++ compiler during the compile/import process? cppimport works fine when I attempted to import a module which contains cpp files in Ubuntu, but it failed to import the exact same module in Mac. It looks like clang cannot compile the cpp files but the g++/c++ on Ubuntu had no issue. Thinking maybe forcing cppimport to use g++/c++ on Mac might work...
Beta Was this translation helpful? Give feedback.
All reactions