From 508785192c53e559e7bbed475c4911beac21145f Mon Sep 17 00:00:00 2001 From: Brent Huisman Date: Fri, 11 Feb 2022 22:08:49 +0100 Subject: [PATCH] docs: add Arbor (#1016) * Add Arbor * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update docs/data/projects.yml Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner --- docs/data/projects.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/data/projects.yml b/docs/data/projects.yml index 48ea5143..ba49e9b1 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -510,3 +510,15 @@ notes: A modern implementation of a PostgreSQL adapter for Python ci: [github] os: [windows, apple, linux] + +- name: Arbor + gh: arbor-sim/arbor + ci: [github] + os: [apple, linux] + pypi: arbor + notes: > + Arbor is a multi-compartment neuron simulation library; compatible with + next-generation accelerators; best-practices applied to research software; + focused on community-driven development. Includes a + [small script](https://github.com/arbor-sim/arbor/blob/master/scripts/patchwheel.py) + patching `rpath` in bundled libraries.