[jira] [Updated] (ARROW-10489) [C++] Unable to configure or make with intel compiler

2021-04-18 Thread Krisztian Szucs (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-10489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Krisztian Szucs updated ARROW-10489:

Fix Version/s: (was: 3.0.0)
   4.0.0

> [C++] Unable to configure or make with intel compiler
> -
>
> Key: ARROW-10489
> URL: https://issues.apache.org/jira/browse/ARROW-10489
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Affects Versions: 2.0.0
> Environment: SUSE Linux Enterprise Server 12 SP3 with Intel compiler 
> stack.
>Reporter: Jensen Richardson
>Assignee: Jensen Richardson
>Priority: Major
>  Labels: build, newbie, pull-request-available
> Fix For: 4.0.0
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> I am attempting to compile the Arrow C++ libraries for use in an HPC 
> environment, and as such I need to use the Intel compilers to be compatible 
> with all of my other software packages. However, when I try to compile 
> (having set CC=icc, CXX=icpc, and CFORT=ifort), cmake throws the following 
> error:
> {code:java}
> CMake Error at cmake_modules/SetupCxxFlags.cmake:269 (message):   
>Unknown compiler: 18.0.2.20180210 18.0.2.20180210 
> Call Stack (most recent call first):   
>CMakeLists.txt:437 (include)
> {code}
> The interesting thing to me is that it thinks that 18.0.2.20180210 is the 
> name of the compiler, when earlier it output:
>  
> {code:java}
> -- Building using CMake version: 3.16.1 
> -- The C compiler identification is Intel 18.0.2.20180210
> -- The CXX compiler identification is Intel 18.0.2.20180210
> {code}
>  
> So I don't know why it's taking the 18.0.2.20180210 portion, instead of the 
> intel portion. Either way, it leaves me unable to build the libraries.
> I can provide the whole cmake log/error file if necessary.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ARROW-10489) [C++] Unable to configure or make with intel compiler

2020-11-05 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-10489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ARROW-10489:
---
Labels: build newbie pull-request-available  (was: build newbie)

> [C++] Unable to configure or make with intel compiler
> -
>
> Key: ARROW-10489
> URL: https://issues.apache.org/jira/browse/ARROW-10489
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Affects Versions: 2.0.0
> Environment: SUSE Linux Enterprise Server 12 SP3 with Intel compiler 
> stack.
>Reporter: Jensen Richardson
>Priority: Major
>  Labels: build, newbie, pull-request-available
> Fix For: 3.0.0
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> I am attempting to compile the Arrow C++ libraries for use in an HPC 
> environment, and as such I need to use the Intel compilers to be compatible 
> with all of my other software packages. However, when I try to compile 
> (having set CC=icc, CXX=icpc, and CFORT=ifort), cmake throws the following 
> error:
> {code:java}
> CMake Error at cmake_modules/SetupCxxFlags.cmake:269 (message):   
>Unknown compiler: 18.0.2.20180210 18.0.2.20180210 
> Call Stack (most recent call first):   
>CMakeLists.txt:437 (include)
> {code}
> The interesting thing to me is that it thinks that 18.0.2.20180210 is the 
> name of the compiler, when earlier it output:
>  
> {code:java}
> -- Building using CMake version: 3.16.1 
> -- The C compiler identification is Intel 18.0.2.20180210
> -- The CXX compiler identification is Intel 18.0.2.20180210
> {code}
>  
> So I don't know why it's taking the 18.0.2.20180210 portion, instead of the 
> intel portion. Either way, it leaves me unable to build the libraries.
> I can provide the whole cmake log/error file if necessary.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ARROW-10489) [C++] Unable to configure or make with intel compiler

2020-11-04 Thread Wes McKinney (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-10489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-10489:
-
Fix Version/s: 3.0.0

> [C++] Unable to configure or make with intel compiler
> -
>
> Key: ARROW-10489
> URL: https://issues.apache.org/jira/browse/ARROW-10489
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Affects Versions: 2.0.0
> Environment: SUSE Linux Enterprise Server 12 SP3 with Intel compiler 
> stack.
>Reporter: Jensen Richardson
>Priority: Major
>  Labels: build, newbie
> Fix For: 3.0.0
>
>
> I am attempting to compile the Arrow C++ libraries for use in an HPC 
> environment, and as such I need to use the Intel compilers to be compatible 
> with all of my other software packages. However, when I try to compile 
> (having set CC=icc, CXX=icpc, and CFORT=ifort), cmake throws the following 
> error:
> {code:java}
> CMake Error at cmake_modules/SetupCxxFlags.cmake:269 (message):   
>Unknown compiler: 18.0.2.20180210 18.0.2.20180210 
> Call Stack (most recent call first):   
>CMakeLists.txt:437 (include)
> {code}
> The interesting thing to me is that it thinks that 18.0.2.20180210 is the 
> name of the compiler, when earlier it output:
>  
> {code:java}
> -- Building using CMake version: 3.16.1 
> -- The C compiler identification is Intel 18.0.2.20180210
> -- The CXX compiler identification is Intel 18.0.2.20180210
> {code}
>  
> So I don't know why it's taking the 18.0.2.20180210 portion, instead of the 
> intel portion. Either way, it leaves me unable to build the libraries.
> I can provide the whole cmake log/error file if necessary.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ARROW-10489) [C++Unable to configure or make with intel compiler

2020-11-03 Thread Wes McKinney (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-10489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-10489:
-
Summary: [C++Unable to configure or make with intel compiler  (was: Unable 
to configure or make with intel compiler)

> [C++Unable to configure or make with intel compiler
> ---
>
> Key: ARROW-10489
> URL: https://issues.apache.org/jira/browse/ARROW-10489
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Affects Versions: 2.0.0
> Environment: SUSE Linux Enterprise Server 12 SP3 with Intel compiler 
> stack.
>Reporter: Jensen Richardson
>Priority: Major
>  Labels: build, newbie
>
> I am attempting to compile the Arrow C++ libraries for use in an HPC 
> environment, and as such I need to use the Intel compilers to be compatible 
> with all of my other software packages. However, when I try to compile 
> (having set CC=icc, CXX=icpc, and CFORT=ifort), cmake throws the following 
> error:
> {code:java}
> CMake Error at cmake_modules/SetupCxxFlags.cmake:269 (message):   
>Unknown compiler: 18.0.2.20180210 18.0.2.20180210 
> Call Stack (most recent call first):   
>CMakeLists.txt:437 (include)
> {code}
> The interesting thing to me is that it thinks that 18.0.2.20180210 is the 
> name of the compiler, when earlier it output:
>  
> {code:java}
> -- Building using CMake version: 3.16.1 
> -- The C compiler identification is Intel 18.0.2.20180210
> -- The CXX compiler identification is Intel 18.0.2.20180210
> {code}
>  
> So I don't know why it's taking the 18.0.2.20180210 portion, instead of the 
> intel portion. Either way, it leaves me unable to build the libraries.
> I can provide the whole cmake log/error file if necessary.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ARROW-10489) [C++] Unable to configure or make with intel compiler

2020-11-03 Thread Wes McKinney (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-10489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-10489:
-
Summary: [C++] Unable to configure or make with intel compiler  (was: 
[C++Unable to configure or make with intel compiler)

> [C++] Unable to configure or make with intel compiler
> -
>
> Key: ARROW-10489
> URL: https://issues.apache.org/jira/browse/ARROW-10489
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: C++
>Affects Versions: 2.0.0
> Environment: SUSE Linux Enterprise Server 12 SP3 with Intel compiler 
> stack.
>Reporter: Jensen Richardson
>Priority: Major
>  Labels: build, newbie
>
> I am attempting to compile the Arrow C++ libraries for use in an HPC 
> environment, and as such I need to use the Intel compilers to be compatible 
> with all of my other software packages. However, when I try to compile 
> (having set CC=icc, CXX=icpc, and CFORT=ifort), cmake throws the following 
> error:
> {code:java}
> CMake Error at cmake_modules/SetupCxxFlags.cmake:269 (message):   
>Unknown compiler: 18.0.2.20180210 18.0.2.20180210 
> Call Stack (most recent call first):   
>CMakeLists.txt:437 (include)
> {code}
> The interesting thing to me is that it thinks that 18.0.2.20180210 is the 
> name of the compiler, when earlier it output:
>  
> {code:java}
> -- Building using CMake version: 3.16.1 
> -- The C compiler identification is Intel 18.0.2.20180210
> -- The CXX compiler identification is Intel 18.0.2.20180210
> {code}
>  
> So I don't know why it's taking the 18.0.2.20180210 portion, instead of the 
> intel portion. Either way, it leaves me unable to build the libraries.
> I can provide the whole cmake log/error file if necessary.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)