Coder Social home page Coder Social logo

Comments (8)

pdimov avatar pdimov commented on May 20, 2024 1

Applied your suggestion on develop, 56f7c5d. Sorry that didn't happen earlier; the notification must have come in an inopportune time so I've missed it.

It's a bit too late now for 1.81, the beta is already on its way, but I'll see if this can be applied post-beta.

from boost_install.

pdimov avatar pdimov commented on May 20, 2024 1

Should be the proper fix.

from boost_install.

pdimov avatar pdimov commented on May 20, 2024 1

Merged to master, should be in the final 1.81 release.

from boost_install.

pdimov avatar pdimov commented on May 20, 2024

@grafikrobot @grisumbras What is the correct b2 toolset name for the new LLVM-based Intel compiler?

from boost_install.

grafikrobot avatar grafikrobot commented on May 20, 2024

@pdimov it's just intel as before. Not sure which of the four platform variants of it support the new compiler though.

from boost_install.

mablanchard avatar mablanchard commented on May 20, 2024

For reference, the hack below seems to be working here:

--- lib/cmake/BoostDetectToolset-1.77.0.cmake	(revision 2786)
+++ lib/cmake/BoostDetectToolset-1.77.0.cmake	(working copy)
@@ -32,7 +32,7 @@
     set(_BOOST_COMPILER_VERSION_MINOR)
   endif()
 
-elseif(CMAKE_CXX_COMPILER_ID STREQUAL "Intel")
+elseif(CMAKE_CXX_COMPILER_ID STREQUAL "Intel" OR CMAKE_CXX_COMPILER_ID STREQUAL "IntelLLVM")
 
   if(WIN32)

from boost_install.

mablanchard avatar mablanchard commented on May 20, 2024

My bad, I should have created a PR but felt like this was more of a hack rather than a proper fix. I never took the time to actually look at the CMake logic here...

from boost_install.

mablanchard avatar mablanchard commented on May 20, 2024

Thanks!

from boost_install.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.