Using a mix of GCC and Intel compilers for build #344
Unanswered
snps-etowie
asked this question in
Q&A
Replies: 1 comment
-
Could you provide an example project that demonstrates what you want to build? Are you wanting to use the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi there,
I have a project where I currently use the GCC toolset for all compilation. This is a mix of C/C++ and Fortran source files.
What I'd like to achieve is to specify that GCC is used for C/C++ compilation, and that Intel Fortran is used for Fortran compilation but I'm not clear on how to do this?
Ideally I want to define a default custom toolset that combines these two in the user config Jam file, but other than specify versions of toolsets I can't find much documentation.
Thanks,
Ewan
Beta Was this translation helpful? Give feedback.
All reactions