From f5faa2ef095f035110f83e17da0b35d3a34d6b97 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 17 Feb 2024 19:52:53 -0700 Subject: bump --- docs/posts/2020-05-31-compiling-open-babel-on-ios.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/posts/2020-05-31-compiling-open-babel-on-ios.html') diff --git a/docs/posts/2020-05-31-compiling-open-babel-on-ios.html b/docs/posts/2020-05-31-compiling-open-babel-on-ios.html index 4e26a74..812c599 100644 --- a/docs/posts/2020-05-31-compiling-open-babel-on-ios.html +++ b/docs/posts/2020-05-31-compiling-open-babel-on-ios.html @@ -26,7 +26,7 @@ - + @@ -35,6 +35,7 @@ home | about/links | posts | +3D designs | RSS Feed | -- cgit v1.2.3 From f6d2141a480dd6b5b8ee0e48d43bb64773232791 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 26 Mar 2024 23:38:14 -0600 Subject: add header ids --- .../2020-05-31-compiling-open-babel-on-ios.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/posts/2020-05-31-compiling-open-babel-on-ios.html') diff --git a/docs/posts/2020-05-31-compiling-open-babel-on-ios.html b/docs/posts/2020-05-31-compiling-open-babel-on-ios.html index 812c599..708d1bd 100644 --- a/docs/posts/2020-05-31-compiling-open-babel-on-ios.html +++ b/docs/posts/2020-05-31-compiling-open-babel-on-ios.html @@ -6,13 +6,13 @@ - Compiling Open Babel on iOS + id="compiling-open-babel-on-ios">Compiling Open Babel on iOS - - + Compiling Open Babel on iOS" /> + Compiling Open Babel on iOS" /> @@ -44,7 +44,7 @@
-

Compiling Open Babel on iOS

+

Compiling Open Babel on iOS

Due to the fact that my summer vacations started today, I had the brilliant idea of trying to run open babel on my iPad. @@ -52,17 +52,17 @@ To give a little background, I had tried to compile AutoDock Vina using a cross-

I am running the Checkr1n jailbreak on my iPad and the Unc0ver jailbreak on my phone.

-

But Why?

+

But Why?

Well, just because I can. This is literally the only reason I tried compiling it and also partially because in the long run I want to compile AutoDock Vina so I can do Molecular Docking on the go.

-

Let's Go!

+

Let's Go!

How hard can it be to compile open babel right? It is just a simple software with clear and concise build instructions. I just need to use cmake to build and the make to install.

It is 11 AM in the morning. I install clang, cmake and make from the Sam Bingner's repository, fired up ssh, downloaded the source code and ran the build command.`clang

-

Fail No. 1

+

Fail No. 1

I couldn't even get cmake to run, I did a little digging around StackOverflow and founf that I needed the iOS SDK, sure no problem. I waited for Xcode to update and transferred the SDKs to my iPad

@@ -71,7 +71,7 @@ To give a little background, I had tried to compile AutoDock Vina using a cross-

Them I told cmake that this is the location for my SDK 😠. Successful! Now I just needed to use make.

-

Fail No. 2

+

Fail No. 2

It was giving the error that thread-local-storage was not supported on this device.

@@ -125,11 +125,11 @@ make: *** [Makefile:129: all] Error 2

"Open-Babel running on my iPad"

-

Packaging as a deb

+

Packaging as a deb

This was pretty straight forward, I tried installing it on my iPad and it was working pretty smoothly.

-

Moment of Truth

+

Moment of Truth

So I airdropped the .deb to my phone and tried installing it, the installation was successful but when I tried obabel it just aborted.

@@ -147,7 +147,7 @@ make: *** [Makefile:129: all] Error 2

I spent 2 hours around this problem, only to see the documentation and realise I hadn't setup the environment variable 🤦‍♂️

-

The Final Fix ( For Now )

+

The Final Fix ( For Now )

export BABEL_DATADIR="/usr/share/openbabel/3.1.0"
 export BABEL_LIBDIR="/usr/lib/openbabel/3.1.0"
-- 
cgit v1.2.3


From 9e620084e57378952c1a7f8e0a772ebebd18932b Mon Sep 17 00:00:00 2001
From: Navan Chauhan 
Date: Wed, 27 Mar 2024 20:35:09 -0600
Subject: quick fix

---
 docs/posts/2020-05-31-compiling-open-babel-on-ios.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'docs/posts/2020-05-31-compiling-open-babel-on-ios.html')

diff --git a/docs/posts/2020-05-31-compiling-open-babel-on-ios.html b/docs/posts/2020-05-31-compiling-open-babel-on-ios.html
index 708d1bd..f9a5cb4 100644
--- a/docs/posts/2020-05-31-compiling-open-babel-on-ios.html
+++ b/docs/posts/2020-05-31-compiling-open-babel-on-ios.html
@@ -6,13 +6,13 @@
     
     
     
-    id="compiling-open-babel-on-ios">Compiling Open Babel on iOS
+    Compiling Open Babel on iOS
     
     
     
-    Compiling Open Babel on iOS" />
-    Compiling Open Babel on iOS" />
+    
+    
     
     
     
-- 
cgit v1.2.3


From 01ff93c9c16867216f2d249664803860e1d6d5eb Mon Sep 17 00:00:00 2001
From: Navan Chauhan 
Date: Wed, 27 Mar 2024 22:49:40 -0600
Subject: generate new theme

---
 .../2020-05-31-compiling-open-babel-on-ios.html    | 55 +++++++++++++++-------
 1 file changed, 37 insertions(+), 18 deletions(-)

(limited to 'docs/posts/2020-05-31-compiling-open-babel-on-ios.html')

diff --git a/docs/posts/2020-05-31-compiling-open-babel-on-ios.html b/docs/posts/2020-05-31-compiling-open-babel-on-ios.html
index f9a5cb4..427cc86 100644
--- a/docs/posts/2020-05-31-compiling-open-babel-on-ios.html
+++ b/docs/posts/2020-05-31-compiling-open-babel-on-ios.html
@@ -2,14 +2,26 @@
 
 
     
-    
+    
+    
+    
+
+    Compiling Open Babel on iOS
+
+    
+
+    
+
+    
+
     
     
     
-    Compiling Open Babel on iOS
     
     
-    
     
     
     
@@ -29,21 +41,27 @@
     
     
 
-
-    
-
+ + +
-
- +

Compiling Open Babel on iOS

Due to the fact that my summer vacations started today, @@ -161,14 +179,15 @@ export BABEL_LIBDIR="/usr/lib/openbabel/3.1.0"

Edit 1: Added Screenshots, had to replicate the errors.

+
If you have scrolled this far, consider subscribing to my mailing list here. You can subscribe to either a specific type of post you are interested in, or subscribe to everything with the "Everything" list.
-
+
-- cgit v1.2.3 From de19543d7fb44d343b052dc9b34ede78620c4a46 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 27 Mar 2024 23:36:55 -0600 Subject: Generate --- docs/posts/2020-05-31-compiling-open-babel-on-ios.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'docs/posts/2020-05-31-compiling-open-babel-on-ios.html') diff --git a/docs/posts/2020-05-31-compiling-open-babel-on-ios.html b/docs/posts/2020-05-31-compiling-open-babel-on-ios.html index 427cc86..873f7b8 100644 --- a/docs/posts/2020-05-31-compiling-open-babel-on-ios.html +++ b/docs/posts/2020-05-31-compiling-open-babel-on-ios.html @@ -46,7 +46,7 @@ + +
-- cgit v1.2.3 From a982ceab0b45609991179b3020a00260eed6f798 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 27 Mar 2024 23:45:59 -0600 Subject: css --- docs/posts/2020-05-31-compiling-open-babel-on-ios.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/posts/2020-05-31-compiling-open-babel-on-ios.html') diff --git a/docs/posts/2020-05-31-compiling-open-babel-on-ios.html b/docs/posts/2020-05-31-compiling-open-babel-on-ios.html index 873f7b8..056e7e9 100644 --- a/docs/posts/2020-05-31-compiling-open-babel-on-ios.html +++ b/docs/posts/2020-05-31-compiling-open-babel-on-ios.html @@ -5,6 +5,7 @@ + Compiling Open Babel on iOS -- cgit v1.2.3