Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,3 @@ To compile and execute the tests, do:
./test_erfa --verbose

where ``[CC]`` is replaced by your preferred C compiler.

Making single-file versions
---------------------------

`source_flattener.py` is provided to condense the source code into
a single file. Just do:

python source_flattener.py

to get out `erfa.c` and `erfa.h`. In general you probably do not want to
do this in the `erfa-fetch` repository, though, as it won't include any
bugfixes in ERFA that have not yet been included in SOFA. Instead, do this
in the actual `erfa` repository:

python source_flattener.py src -n erfa
215 changes: 0 additions & 215 deletions source_flattener.py

This file was deleted.