You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Mike Beckerle (Jira)" <ji...@apache.org> on 2021/04/21 19:49:00 UTC

[jira] [Updated] (DAFFODIL-2500) Remove dependence on argp and gcc

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

Mike Beckerle updated DAFFODIL-2500:
------------------------------------
    Component/s:     (was: Integrations)
                 Back End C-Generator

> Remove dependence on argp and gcc
> ---------------------------------
>
>                 Key: DAFFODIL-2500
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2500
>             Project: Daffodil
>          Issue Type: Dependency upgrade
>          Components: Back End C-Generator
>    Affects Versions: 3.1.0
>            Reporter: John Interrante
>            Priority: Blocker
>             Fix For: 3.1.0
>
>
> Update BUILD.md and the github actions to use clang instead of gcc. Will have to find the correct steps on Fedora / Linux / Windows and check they work (e.g., install clang-10 package on Ubuntu and set CC=clang-10 and AR=llvm-ar-10 environment variables).
> Likewise, replace argp calls with getopt calls in daffodil_main.c and daffodil_argp.c even though it means giving up long options and other nice features that argp has.  Remove argp dependency from BUILD.md and the github actions.



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