summaryrefslogtreecommitdiff
path: root/homebrew/pdal
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/pdal')
-rw-r--r--homebrew/pdal/.beer58
-rw-r--r--homebrew/pdal/.make.sh-auto4
-rw-r--r--homebrew/pdal/_metadata/description1
-rw-r--r--homebrew/pdal/_metadata/homepage1
-rw-r--r--homebrew/pdal/_metadata/name1
-rw-r--r--homebrew/pdal/_metadata/version1
-rwxr-xr-xhomebrew/pdal/download.sh1
7 files changed, 67 insertions, 0 deletions
diff --git a/homebrew/pdal/.beer b/homebrew/pdal/.beer
new file mode 100644
index 000000000..591510273
--- /dev/null
+++ b/homebrew/pdal/.beer
@@ -0,0 +1,58 @@
+{
+ "name": "Pdal",
+ "description": "Point data abstraction library",
+ "url": "https://github.com/PDAL/PDAL/releases/download/1.9.0/PDAL-1.9.0-src.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.pdal.io/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "gdal",
+ "build-depend": false
+ },
+ {
+ "depend": "hdf5",
+ "build-depend": false
+ },
+ {
+ "depend": "laszip",
+ "build-depend": false
+ },
+ {
+ "depend": "numpy",
+ "build-depend": false
+ },
+ {
+ "depend": "pcl",
+ "build-depend": false
+ },
+ {
+ "depend": "postgresql",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \".\", *std_cmake_args,",
+ "\"-DWITH_LASZIP=TRUE\",",
+ "\"-DBUILD_PLUGIN_GREYHOUND=ON\",",
+ "\"-DBUILD_PLUGIN_ICEBRIDGE=ON\",",
+ "\"-DBUILD_PLUGIN_PCL=ON\",",
+ "\"-DBUILD_PLUGIN_PGPOINTCLOUD=ON\",",
+ "\"-DBUILD_PLUGIN_PYTHON=ON\",",
+ "\"-DBUILD_PLUGIN_SQLITE=ON\"",
+ "system \"make\", \"install\"",
+ "doc.install \"examples\", \"test\""
+ ],
+ "version": "1.9.0",
+ "file": "pdal.rb"
+} \ No newline at end of file
diff --git a/homebrew/pdal/.make.sh-auto b/homebrew/pdal/.make.sh-auto
new file mode 100644
index 000000000..b393217fb
--- /dev/null
+++ b/homebrew/pdal/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+cmake . -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} -DWITH_LASZIP=TRUE -DBUILD_PLUGIN_GREYHOUND=ON -DBUILD_PLUGIN_ICEBRIDGE=ON -DBUILD_PLUGIN_PCL=ON -DBUILD_PLUGIN_PGPOINTCLOUD=ON -DBUILD_PLUGIN_PYTHON=ON -DBUILD_PLUGIN_SQLITE=ON
+make DESTDIR=${PKG_DEST} install
+doc.install "examples", "test"
diff --git a/homebrew/pdal/_metadata/description b/homebrew/pdal/_metadata/description
new file mode 100644
index 000000000..78a2852c1
--- /dev/null
+++ b/homebrew/pdal/_metadata/description
@@ -0,0 +1 @@
+Point data abstraction library
diff --git a/homebrew/pdal/_metadata/homepage b/homebrew/pdal/_metadata/homepage
new file mode 100644
index 000000000..7989a9877
--- /dev/null
+++ b/homebrew/pdal/_metadata/homepage
@@ -0,0 +1 @@
+https://www.pdal.io/
diff --git a/homebrew/pdal/_metadata/name b/homebrew/pdal/_metadata/name
new file mode 100644
index 000000000..47f3ff31e
--- /dev/null
+++ b/homebrew/pdal/_metadata/name
@@ -0,0 +1 @@
+Pdal
diff --git a/homebrew/pdal/_metadata/version b/homebrew/pdal/_metadata/version
new file mode 100644
index 000000000..f8e233b27
--- /dev/null
+++ b/homebrew/pdal/_metadata/version
@@ -0,0 +1 @@
+1.9.0
diff --git a/homebrew/pdal/download.sh b/homebrew/pdal/download.sh
new file mode 100755
index 000000000..73848cb97
--- /dev/null
+++ b/homebrew/pdal/download.sh
@@ -0,0 +1 @@
+wget https://github.com/PDAL/PDAL/releases/download/1.9.0/PDAL-1.9.0-src.tar.gz \ No newline at end of file