From 12335518ab39608d58370c85ff9f5384ad2aa5f7 Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Sat, 20 Apr 2019 20:49:46 -0500 Subject: Ported in the homebrew-marauder for a hacky update/import system. TODO: Maybe add a license & fix up messy code. --- homebrew/sundials/_metadata/description | 1 + homebrew/sundials/_metadata/homepage | 1 + homebrew/sundials/_metadata/name | 1 + homebrew/sundials/_metadata/version | 1 + 4 files changed, 4 insertions(+) create mode 100644 homebrew/sundials/_metadata/description create mode 100644 homebrew/sundials/_metadata/homepage create mode 100644 homebrew/sundials/_metadata/name create mode 100644 homebrew/sundials/_metadata/version (limited to 'homebrew/sundials/_metadata') diff --git a/homebrew/sundials/_metadata/description b/homebrew/sundials/_metadata/description new file mode 100644 index 000000000..44fd93336 --- /dev/null +++ b/homebrew/sundials/_metadata/description @@ -0,0 +1 @@ +Nonlinear and differential/algebraic equations solver diff --git a/homebrew/sundials/_metadata/homepage b/homebrew/sundials/_metadata/homepage new file mode 100644 index 000000000..bd267d6d7 --- /dev/null +++ b/homebrew/sundials/_metadata/homepage @@ -0,0 +1 @@ +https://computation.llnl.gov/casc/sundials/main.html diff --git a/homebrew/sundials/_metadata/name b/homebrew/sundials/_metadata/name new file mode 100644 index 000000000..fecdc44c6 --- /dev/null +++ b/homebrew/sundials/_metadata/name @@ -0,0 +1 @@ +Sundials diff --git a/homebrew/sundials/_metadata/version b/homebrew/sundials/_metadata/version new file mode 100644 index 000000000..ee74734aa --- /dev/null +++ b/homebrew/sundials/_metadata/version @@ -0,0 +1 @@ +4.1.0 -- cgit v1.2.3