Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intel compiler not detected #51

Open
olk opened this issue Jun 4, 2017 · 5 comments
Open

intel compiler not detected #51

olk opened this issue Jun 4, 2017 · 5 comments
Assignees

Comments

@olk
Copy link
Member

olk commented Jun 4, 2017

Intel compiler 17 is not detected

$ icc -v
icc version 17.0.4 (gcc version 7.1.1 compatibility)

unit-test/info_as_cpp (b2 toolset=intel):
** Detected **
BOOST_COMP_EDG = 41100000 (4,11,0) | EDG C++ Frontend
** Not Detected **
BOOST_COMP_INTEL = 0 | Intel C/C++

@grafikrobot grafikrobot self-assigned this Jun 4, 2017
@grafikrobot grafikrobot added this to the boost-1.65.0 milestone Jun 4, 2017
@grafikrobot
Copy link
Member

At least on the regression tests it's detected as EDG and Intel emulated:

BOOST_COMP_EDG = 41100000 (4,11,0) | EDG C++ Frontend
BOOST_COMP_GNUC_EMULATED = 40800005 (4,8,5) | Gnu GCC C/C++
BOOST_COMP_INTEL_EMULATED = 170000002 (17,0,2) | Intel C/C++

Which is the best we can do until I resolve #28, but don't have the time to do that for the next release. I'll schedule that for the Fall release.

@grafikrobot grafikrobot modified the milestones: boost-1.66.0, boost-1.65.0 Jun 4, 2017
@olk
Copy link
Member Author

olk commented Jun 4, 2017

BOOST_COMP_INTEL || BOOST_COMP_INTEL_EMULATED helps, ty

@jeking3
Copy link
Contributor

jeking3 commented Nov 10, 2017

This is marked as 1.66.0, but it's being closed; does it need to move to 1.67.0?

@jeking3
Copy link
Contributor

jeking3 commented Jan 23, 2018

@grafikrobot This is marked as 1.66.0, but it's being closed; does it need to move to 1.67.0?

@jeking3
Copy link
Contributor

jeking3 commented Dec 22, 2018

Still happening in 19 Update 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants