You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Douglas Creager (JIRA)" <ji...@apache.org> on 2012/05/20 15:46:40 UTC

[jira] [Created] (AVRO-1096) Don't set default CMAKE_OSX_ARCHITECTURES

Douglas Creager created AVRO-1096:
-------------------------------------

             Summary: Don't set default CMAKE_OSX_ARCHITECTURES
                 Key: AVRO-1096
                 URL: https://issues.apache.org/jira/browse/AVRO-1096
             Project: Avro
          Issue Type: Bug
          Components: c
    Affects Versions: 1.6.3
            Reporter: Douglas Creager
             Fix For: 1.7.0


Our CMake build scripts set CMAKE_OSX_ARCHITECTURES to a default value, and don't let the user override this value.  It should really be left up to the user to choose whether to build a universal binary or not.  (Especially since the list of supported platforms differs depending on which OS X version you're running.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AVRO-1096) Don't set default CMAKE_OSX_ARCHITECTURES

Posted by "Bruce Mitchener (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279758#comment-13279758 ] 

Bruce Mitchener commented on AVRO-1096:
---------------------------------------

+1 ... although would be nice if the build instructions could tell how to set the architectures being built.

                
> Don't set default CMAKE_OSX_ARCHITECTURES
> -----------------------------------------
>
>                 Key: AVRO-1096
>                 URL: https://issues.apache.org/jira/browse/AVRO-1096
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>    Affects Versions: 1.6.3
>            Reporter: Douglas Creager
>             Fix For: 1.7.0
>
>         Attachments: 0001-No-default-for-CMAKE_OSX_ARCHITECTURES.patch
>
>
> Our CMake build scripts set CMAKE_OSX_ARCHITECTURES to a default value, and don't let the user override this value.  It should really be left up to the user to choose whether to build a universal binary or not.  (Especially since the list of supported platforms differs depending on which OS X version you're running.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (AVRO-1096) Don't set default CMAKE_OSX_ARCHITECTURES

Posted by "Douglas Creager (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Douglas Creager resolved AVRO-1096.
-----------------------------------

    Resolution: Fixed

Committed to SVN
                
> Don't set default CMAKE_OSX_ARCHITECTURES
> -----------------------------------------
>
>                 Key: AVRO-1096
>                 URL: https://issues.apache.org/jira/browse/AVRO-1096
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>    Affects Versions: 1.6.3
>            Reporter: Douglas Creager
>             Fix For: 1.7.0
>
>         Attachments: 0001-No-default-for-CMAKE_OSX_ARCHITECTURES.patch
>
>
> Our CMake build scripts set CMAKE_OSX_ARCHITECTURES to a default value, and don't let the user override this value.  It should really be left up to the user to choose whether to build a universal binary or not.  (Especially since the list of supported platforms differs depending on which OS X version you're running.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AVRO-1096) Don't set default CMAKE_OSX_ARCHITECTURES

Posted by "Douglas Creager (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Douglas Creager updated AVRO-1096:
----------------------------------

    Attachment: 0001-No-default-for-CMAKE_OSX_ARCHITECTURES.patch

Patch for this issue
                
> Don't set default CMAKE_OSX_ARCHITECTURES
> -----------------------------------------
>
>                 Key: AVRO-1096
>                 URL: https://issues.apache.org/jira/browse/AVRO-1096
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>    Affects Versions: 1.6.3
>            Reporter: Douglas Creager
>             Fix For: 1.7.0
>
>         Attachments: 0001-No-default-for-CMAKE_OSX_ARCHITECTURES.patch
>
>
> Our CMake build scripts set CMAKE_OSX_ARCHITECTURES to a default value, and don't let the user override this value.  It should really be left up to the user to choose whether to build a universal binary or not.  (Especially since the list of supported platforms differs depending on which OS X version you're running.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AVRO-1096) Don't set default CMAKE_OSX_ARCHITECTURES

Posted by "Douglas Creager (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279768#comment-13279768 ] 

Douglas Creager commented on AVRO-1096:
---------------------------------------

Good idea, Bruce.  Just updated the INSTALL file to describe this option and list the usual suspects that might be available, depending on which OS X you're running.
                
> Don't set default CMAKE_OSX_ARCHITECTURES
> -----------------------------------------
>
>                 Key: AVRO-1096
>                 URL: https://issues.apache.org/jira/browse/AVRO-1096
>             Project: Avro
>          Issue Type: Bug
>          Components: c
>    Affects Versions: 1.6.3
>            Reporter: Douglas Creager
>             Fix For: 1.7.0
>
>         Attachments: 0001-No-default-for-CMAKE_OSX_ARCHITECTURES.patch
>
>
> Our CMake build scripts set CMAKE_OSX_ARCHITECTURES to a default value, and don't let the user override this value.  It should really be left up to the user to choose whether to build a universal binary or not.  (Especially since the list of supported platforms differs depending on which OS X version you're running.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira