diff --git a/content/opensource_packages/bcache.md b/content/opensource_packages/bcache.md new file mode 100644 index 00000000..5d249eb9 --- /dev/null +++ b/content/opensource_packages/bcache.md @@ -0,0 +1,29 @@ +--- +name: Bcache +category: Miscellaneous +description: Bcache is a block layer cache in the Linux kernel, that allows fast disk drives such as flash-based SSDs to act as a cache for the slower HDDs. +download_url: https://github.com/g2p/bcache-tools/tags +works_on_arm: true +supported_minimum_version: + version_number: 1.0.7 + release_date: 2014/05/10 + + +optional_info: + homepage_url: https://bcache.evilpiepirate.org/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://bcache.evilpiepirate.org/#index3h1 + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: There are no release notes for Linux/ARM64. Installation is done via "apt-get install bcache-tools". Minimum version 1.0.7 corresponds to ubuntu:14.04 and version 1.0.8 corresponds to ubuntu:24.04. + +--- diff --git a/content/opensource_packages/figtree.md b/content/opensource_packages/figtree.md new file mode 100644 index 00000000..0bd0d1e6 --- /dev/null +++ b/content/opensource_packages/figtree.md @@ -0,0 +1,29 @@ +--- +name: FigTree +category: Miscellaneous +description: FigTree is a program for producing publication-ready figures, and is designed as a graphical viewer of phylogenetic trees. +download_url: https://github.com/rambaut/figtree/releases +works_on_arm: true +supported_minimum_version: + version_number: 1.4.3 + release_date: 2016/10/04 + + +optional_info: + homepage_url: https://github.com/rambaut/figtree + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: There are no release notes for Linux/ARM64. No official website or documentation is linked on the GitHub page. However, we build the package from source using "ant", following an issue [here](https://github.com/rambaut/figtree/pull/182/files). Built successfully the minimum version available on the github releases, i.e. version 1.4.3, on the Neoverse N1. + +---