From 066b42390267358dc390d59fb462ad12f01ba48b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Tue, 15 Jan 2019 21:22:41 +0100
Subject: [PATCH] add temp fix in openbabel install procedure for broken 2Dgen

---
 ippisite/docs/source/install.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ippisite/docs/source/install.rst b/ippisite/docs/source/install.rst
index 07d5ffff..2e9f4acc 100644
--- a/ippisite/docs/source/install.rst
+++ b/ippisite/docs/source/install.rst
@@ -21,6 +21,9 @@ Important note: for now official openbabel distributions are bugged, especially
     sudo apt install cmake
     git clone https://github.com/openbabel/openbabel.git
     cd openbabel
+    #use a PR fixing the 2D layout problem, until it gets fixed
+    git fetch origin pull/1902/head:pr1902
+    git checkout pr1902
     mkdir build
     cd build
     cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python3 -DPYTHON_BINDINGS=ON -DRUN_SWIG=ON
-- 
GitLab