summaryrefslogtreecommitdiff
path: root/homebrew/wcslib/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/wcslib/.beer')
-rw-r--r--homebrew/wcslib/.beer30
1 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/wcslib/.beer b/homebrew/wcslib/.beer
new file mode 100644
index 000000000..6c816c17f
--- /dev/null
+++ b/homebrew/wcslib/.beer
@@ -0,0 +1,30 @@
+{
+ "name": "Wcslib",
+ "description": "Library and utilities for the FITS World Coordinate System",
+ "url": "https://www.atnf.csiro.au/pub/software/wcslib/wcslib-6.2.tar.bz2",
+ "mirror": null,
+ "homepage": "https://www.atnf.csiro.au/people/mcalabre/WCS/",
+ "depends": [
+ {
+ "depend": "cfitsio",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--with-cfitsiolib=#{Formula[\"cfitsio\"].opt_lib}\",",
+ "\"--with-cfitsioinc=#{Formula[\"cfitsio\"].opt_include}\",",
+ "\"--without-pgplot\",",
+ "\"--disable-fortran\"",
+ "ENV.deparallelize",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "6.2",
+ "file": "wcslib.rb"
+} \ No newline at end of file