[Openmp-dev] Missed cmake change

Churbanov, Andrey Andrey.Churbanov at intel.com
Mon May 25 13:06:18 PDT 2015


Done,
Svn revision #238153.

Regards,
Andrey

> -----Original Message-----
> From: openmp-dev-bounces at cs.uiuc.edu [mailto:openmp-dev-
> bounces at cs.uiuc.edu] On Behalf Of C Bergstrom
> Sent: Monday, May 25, 2015 10:55 PM
> To: openmp-dev at dcs-maillist2.engr.illinois.edu
> Subject: [Openmp-dev] Missed cmake change
> 
> Someone missed this in the rename. It's breaking cross build so please push
> asap. (We have a work-around, but it's not clean)
> ----------
> --- a/runtime/cmake/HelperFunctions.cmake
> +++ b/runtime/cmake/HelperFunctions.cmake
> @@ -63,7 +63,7 @@ function(set_legal_arch return_arch_string)
>          set(${return_arch_string} "Intel(R) 64" PARENT_SCOPE)
>      elseif(${MIC})
>          set(${return_arch_string} "Intel(R) Many Integrated Core Architecture"
> PARENT_SCOPE)
> -    elseif(${arch} STREQUAL "l1")
> +    elseif(${LIBOMP_ARCH} STREQUAL "l1")
>          set(${return_arch_string} "L1OM" PARENT_SCOPE)
>      elseif(${ARM})
>          set(${return_arch_string} "ARM" PARENT_SCOPE)
> _______________________________________________
> Openmp-dev mailing list
> Openmp-dev at dcs-maillist2.engr.illinois.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/openmp-dev

--------------------------------------------------------------------
Closed Joint Stock Company Intel A/O
Registered legal address: Krylatsky Hills Business Park, 
17 Krylatskaya Str., Bldg 4, Moscow 121614, 
Russian Federation

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.





More information about the Openmp-dev mailing list