MantisBT - CMake
View Issue Details
0009903CMakeModulespublic2009-11-16 04:002016-06-10 14:31
Nils Gladitz 
Bill Hoffman 
normalfeaturealways
closedmoved 
CMake-2-8 
 
0009903: InstallRequiredSystemLibraries.cmake should also install intel runtime library
When the intel c++ compiler is used the generated binaries per default depend on intel's math library.

For /MD these are libmmd.dll (Release) and libmmdd.dll (Debug).
( http://software.intel.com/en-us/articles/libraries-provided-by-intelr-c-compiler-for-windows-and-intel-parallel-composer/ [^] )

On my system these files (for intel c++ 11.1.038 32 bit) are located in:
%PROGRAMFILES%\Intel\Compiler\11.1\038\lib\ia32
No tags attached.
Issue History
2009-11-16 04:00Nils GladitzNew Issue
2009-12-09 15:27Alex NeundorfNote Added: 0018752
2009-12-14 02:28Nils GladitzNote Added: 0018840
2010-12-15 07:13David ColeAssigned To => Bill Hoffman
2010-12-15 07:13David ColeStatusnew => assigned
2016-06-10 14:27Kitware RobotNote Added: 0041620
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0018752)
Alex Neundorf   
2009-12-09 15:27   
Is this still necessary if you link with -static-intel (or was it -intel-static) ?

Alex
(0018840)
Nils Gladitz   
2009-12-14 02:28   
The option (-static-intel) only seems to exist for Linux and Mac OS X:
http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/cpp/win/compiler_c/copts/common_options/option_i_static.htm [^]
(0041620)
Kitware Robot   
2016-06-10 14:27   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.