Building with Intel compilers

15 views
Skip to first unread message

Jan-Philip Gehrcke

unread,
Feb 19, 2014, 6:38:37 AM2/19/14
to bottl...@googlegroups.com
Hello,

what would be the recommended way for building with icc? Should that be configured in setup.py?


Thanks for any pointers,

Jan-Philip

Keith Goodman

unread,
Feb 19, 2014, 2:08:17 PM2/19/14
to bottl...@googlegroups.com
On Wed, Feb 19, 2014 at 3:38 AM, Jan-Philip Gehrcke <jgeh...@googlemail.com> wrote:
 
what would be the recommended way for building with icc? Should that be configured in setup.py?

I am not familiar with icc. I use gcc.

Skipper Seabold

unread,
Feb 19, 2014, 2:14:10 PM2/19/14
to bottl...@googlegroups.com
On Wed, Feb 19, 2014 at 6:38 AM, Jan-Philip Gehrcke <jgeh...@googlemail.com> wrote:
Hello,

what would be the recommended way for building with icc? Should that be configured in setup.py?


Python should respect the CC and CXX environmental variables.

from sysconfig import get_config_vars
get_config_vars('CC', 'CXX', 'LDSHARED')

Skipper
Reply all
Reply to author
Forward
0 new messages