Skip to content
Prev 17825 / 21312 Next

[Bioc-devel] is it possible to disable i386 builds on bioconductor

Thanks Herv? for your help with this.

Kevin has provided the *.deb package for installing OpenBabel 3.x on Ubuntu
18.04. Just in case, below is how we usually install OpenBabel 3.x.x across
different Ubuntu/Debian systems.

BTW: is it correct to assume that the Ubuntu 18.04 builds will be
discontinued in the next release in April?

Thanks,

Thomas


## Install ChemmineOB with OpenBabel 3.x from source



## First uninstall libopenbabel-dev (which is version 2.x.x) if already
installed via
sudo apt-get remove libopenbabel-dev; sudo apt-get purge libopenbabel-dev;
sudo apt-get --purge autoremove libopenbabel-dev


## Some dependencies to install


sudo apt install cmake libeigen3-dev libboost-all-dev


## Clone OpenBabel 3.x.x from GitHub here:
https://github.com/openbabel/openbabel

git clone git at github.com:openbabel/openbabel.git


mkdir build; cd build


cmake ../openbabel


make


sudo make install


## Install ChemmineOB where you provide environment variables including
header files and ChemmineOB package iprovided as *.tar.gz (adjust paths if
not correct)
R CMD INSTALL
--configure-args='--with-openbabel-include=/usr/local/include/openbabel3/
--with-openbabel-lib=/usr/local/lib/openbabel/3.1.1'
ChemmineOB_1.28.0.tar.gz
On Mon, Mar 15, 2021 at 1:12 PM Kevin Horan <khoran at cs.ucr.edu> wrote: