Package Details: h2o-ai-bin 3.40.0.4-1

Git Clone URL: https://aur.archlinux.org/h2o-ai-bin.git (read-only, click to copy)
Package Base: h2o-ai-bin
Description: Open source machine learning API
Upstream URL: https://www.h2o.ai/h2o/
Licenses: Apache
Submitter: None
Maintainer: badelf
Last Packager: badelf
Votes: 0
Popularity: 0.000000
First Submitted: 2017-05-31 21:23 (UTC)
Last Updated: 2023-05-07 23:07 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

badelf commented on 2020-09-18 15:32 (UTC)

From 56b64eb90646f4b44776c24a7c9357a6274533da Mon Sep 17 00:00:00 2001 From: badelf Date: Fri, 18 Sep 2020 10:55:37 -0400 Subject: [PATCH] Patched the AUR version for h2o 30.1.2

---
 PKGBUILD  | 11 ++++++-----
 h2o-ai.sh |  2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 5ef8702..8290308 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
 # Maintainer: Michał Sidor (Michcioperz) <packages at meekchopp dot es>
 pkgname=h2o-ai-bin
 # this _ver mess is there to make it easier to understand how to update the version and how various updates affect the url
+# http://h2o-release.s3.amazonaws.com/h2o/rel-zeno/2/h2o-3.30.1.2.zip
 _ver1=3
-_ver2=14
-_ver3=0
+_ver2=30
+_ver3=1
 # codename changes when one of the first three numbers changes
-_vercodename=weierstrass
+_vercodename=zeno
 _ver4=2
 pkgver=$_ver1.$_ver2.$_ver3.$_ver4
 source=("http://h2o-release.s3.amazonaws.com/h2o/rel-$_vercodename/$_ver4/h2o-$pkgver.zip"
@@ -24,5 +25,5 @@ package() {
   install -Dm755 $srcdir/h2o-ai.sh "$pkgdir/usr/bin/h2o-ai"
 }

-md5sums=('6ddc368402fda286a34fd1f65ff9a1ba'
-         '008aadd36da7ad0d0b8a31a21ac3975d')
+md5sums=('16ae5b0e4f2dd18e30e91ccabbfacbe5'
+         'be58746df5ba4913ea335a3adc08814a')
diff --git a/h2o-ai.sh b/h2o-ai.sh
index b3de577..1ac32ba 100644
--- a/h2o-ai.sh
+++ b/h2o-ai.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec /usr/bin/java -jar '/usr/share/java/h2o-ai/h2o.jar' "$@"
+exec /usr/bin/java -Xmx64G -jar '/usr/share/java/h2o-ai/h2o.jar' -ip localhost "$@"
-- 
2.27.0