MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015809 | CMake | CMake | public | 2015-10-26 11:54 | 2016-03-07 09:12 |
Reporter | Nuno | ||||
Assigned To | Brad King | ||||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | CMake 3.3.2 | ||||
Target Version | CMake 3.4 | Fixed in Version | CMake 3.4 | ||
Summary | 0015809: Add support for Intel Fortran 2016 | ||||
Description | In my setup I have installed VS 2010 through VS 2015 (except VS2012) and for some reason when using the VS 2015 command line and the NMake generator the value of MSVC_VERSION comes as 1800 instead of 1900. Also I have Intel Fortran 2013 and 2016 installed. I have traced this issue to the file "Modules/Platform/windows-MSVC.cmake" around line 62 where the variable MSVC_VERSION is set. The IF() statements fail except the Fortran one. And on that one CMAKE_Fortran_SIMULATE_VERSION has a value of 18.0 and then this value is used. It seems that this comes from Modules/CMakeFortranCompilerId.F.in. I suggest that the Modules/CMakeFortranCompilerId.F.in gets updated. There is an if statement where it checks for _MSC_VER >= 1800. The check for _MSC_VER >= 1900 should be added here for Visual Studio 2015 full support. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-10-26 11:54 | Nuno | New Issue | |||
2015-10-26 13:01 | Brad King | Severity | major => feature | ||
2015-10-26 13:01 | Brad King | Summary | MSVC_VERSION is wrong => Add support for Intel Fortran 2016 | ||
2015-10-26 13:03 | Brad King | Note Added: 0039680 | |||
2015-10-29 13:42 | Brad King | Note Added: 0039704 | |||
2015-10-29 13:42 | Brad King | Assigned To | => Brad King | ||
2015-10-29 13:42 | Brad King | Status | new => resolved | ||
2015-10-29 13:42 | Brad King | Resolution | open => fixed | ||
2015-10-29 13:42 | Brad King | Fixed in Version | => CMake 3.4 | ||
2015-10-29 13:42 | Brad King | Target Version | => CMake 3.4 | ||
2016-03-07 09:12 | Robert Maynard | Note Added: 0040633 | |||
2016-03-07 09:12 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|