summaryrefslogtreecommitdiff
path: root/homebrew/cuba
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/cuba')
-rw-r--r--homebrew/cuba/.beer19
-rw-r--r--homebrew/cuba/.make.sh-auto5
-rw-r--r--homebrew/cuba/_metadata/description1
-rw-r--r--homebrew/cuba/_metadata/homepage1
-rw-r--r--homebrew/cuba/_metadata/name1
-rw-r--r--homebrew/cuba/_metadata/version1
-rwxr-xr-xhomebrew/cuba/download.sh1
7 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/cuba/.beer b/homebrew/cuba/.beer
new file mode 100644
index 000000000..aa588aad6
--- /dev/null
+++ b/homebrew/cuba/.beer
@@ -0,0 +1,19 @@
+{
+ "name": "Cuba",
+ "description": "Library for multidimensional numerical integration",
+ "url": "http://www.feynarts.de/cuba/Cuba-4.2.tar.gz",
+ "mirror": null,
+ "homepage": "http://www.feynarts.de/cuba/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.deparallelize ",
+ "system \"./configure\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\"",
+ "pkgshare.install \"demo\""
+ ],
+ "version": "4.2",
+ "file": "cuba.rb"
+} \ No newline at end of file
diff --git a/homebrew/cuba/.make.sh-auto b/homebrew/cuba/.make.sh-auto
new file mode 100644
index 000000000..ea18a3ac6
--- /dev/null
+++ b/homebrew/cuba/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+ENV.deparallelize
+pkg:configure
+make DESTDIR=${PKG_DEST} install
+pkgshare.install "demo"
diff --git a/homebrew/cuba/_metadata/description b/homebrew/cuba/_metadata/description
new file mode 100644
index 000000000..bf875a1ce
--- /dev/null
+++ b/homebrew/cuba/_metadata/description
@@ -0,0 +1 @@
+Library for multidimensional numerical integration
diff --git a/homebrew/cuba/_metadata/homepage b/homebrew/cuba/_metadata/homepage
new file mode 100644
index 000000000..715aa99be
--- /dev/null
+++ b/homebrew/cuba/_metadata/homepage
@@ -0,0 +1 @@
+http://www.feynarts.de/cuba/
diff --git a/homebrew/cuba/_metadata/name b/homebrew/cuba/_metadata/name
new file mode 100644
index 000000000..f2dfa73bf
--- /dev/null
+++ b/homebrew/cuba/_metadata/name
@@ -0,0 +1 @@
+Cuba
diff --git a/homebrew/cuba/_metadata/version b/homebrew/cuba/_metadata/version
new file mode 100644
index 000000000..bf77d5496
--- /dev/null
+++ b/homebrew/cuba/_metadata/version
@@ -0,0 +1 @@
+4.2
diff --git a/homebrew/cuba/download.sh b/homebrew/cuba/download.sh
new file mode 100755
index 000000000..a8676a69b
--- /dev/null
+++ b/homebrew/cuba/download.sh
@@ -0,0 +1 @@
+wget http://www.feynarts.de/cuba/Cuba-4.2.tar.gz \ No newline at end of file