From 6924d667805a13a2a50a2ba85af222a9b27fab4f Mon Sep 17 00:00:00 2001 From: odidev Date: Fri, 4 Oct 2024 10:06:50 +0000 Subject: [PATCH] Add Xcelium and Apbs files Signed-off-by: odidev --- content/commercial_packages/xcelium.md | 24 +++++++++++++++++++++ content/opensource_packages/apbs.md | 29 ++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 content/commercial_packages/xcelium.md create mode 100644 content/opensource_packages/apbs.md diff --git a/content/commercial_packages/xcelium.md b/content/commercial_packages/xcelium.md new file mode 100644 index 00000000..a802a524 --- /dev/null +++ b/content/commercial_packages/xcelium.md @@ -0,0 +1,24 @@ +--- +name: Xcelium Logic Simulator +vendor: Cadence +category: Miscellaneous +description: Xcelium simulator is a powerful tool for debugging and simulating digital designs. +product_url: https://www.cadence.com/en_US/home/tools/system-design-and-verification/simulation-and-testbench-verification/xcelium-simulator.html +works_on_arm: true +release_date_on_arm: 2017/10/24 + + +optional_info: + homepage_url: https://www.cadence.com/en_US/home/tools/system-design-and-verification/simulation-and-testbench-verification/xcelium-simulator.html + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + vendor_announcement: https://community.cadence.com/cadence_blogs_8/b/breakfast-bytes/posts/xcelium-on-arm-servers + official_docs: + + +optional_hidden_info: + other_info: + +--- diff --git a/content/opensource_packages/apbs.md b/content/opensource_packages/apbs.md new file mode 100644 index 00000000..58188095 --- /dev/null +++ b/content/opensource_packages/apbs.md @@ -0,0 +1,29 @@ +--- +name: Apbs +category: Miscellaneous +description: Apbs software helps with solvation calculations and biomolecular electrostatics. +download_url: https://github.com/Electrostatics/apbs/releases +works_on_arm: FALSE +supported_minimum_version: + version_number: + release_date: + + +optional_info: + homepage_url: https://www.poissonboltzmann.org/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://apbs.readthedocs.io/en/latest/getting/source.html#get-source-directly-from-github + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Apbs fails to build on Linux/ARM64 for locating BLAS. The maintainer had a comment in one of the tickets raised for Mac AArch64 support, explaining they will probably never add additional platform support as they lack financial support and volunteers. Kindly find the conversation [here](https://github.com/Electrostatics/apbs/issues/289#issuecomment-2073988774). + +---