Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
3.1.0
-
None
Description
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.