Skip to content

Instantly share code, notes, and snippets.

@jaimergp
Created January 30, 2019 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaimergp/c9d3f0f54bcd4bdaa56e06d2f946c66d to your computer and use it in GitHub Desktop.
Save jaimergp/c9d3f0f54bcd4bdaa56e06d2f946c66d to your computer and use it in GitHub Desktop.
Build all Tangram packages (https://github.com/insilichem/tangram)
#!/bin/bash
set -e
## Build all recipes in the adequate order
conda build --python=2.7 -c local -c insilichem tangram_libtangram
echo "*************************************"
echo "*************************************"
echo "*************************************"
conda build --python=2.7 -c local -c insilichem tangram_gaudiview
echo "*************************************"
echo "*************************************"
echo "*************************************"
conda build --python=2.7 -c local -c insilichem -c rdkit tangram_bondorder
echo "*************************************"
echo "*************************************"
echo "*************************************"
conda build --python=2.7 -c local -c insilichem tangram_cauchian
echo "*************************************"
echo "*************************************"
echo "*************************************"
conda build --python=2.7 -c local -c insilichem -c omnia tangram_dummyatoms
echo "*************************************"
echo "*************************************"
echo "*************************************"
conda build --python=2.7 -c local -c insilichem tangram_nciplot
echo "*************************************"
echo "*************************************"
echo "*************************************"
conda build --python=2.7 -c local -c insilichem tangram_normalmodes
echo "*************************************"
echo "*************************************"
echo "*************************************"
conda build --python=2.7 -c local -c insilichem -c omnia tangram_mmsetup
echo "*************************************"
echo "*************************************"
echo "*************************************"
conda build --python=2.7 -c local -c insilichem tangram_orbitraj
echo "*************************************"
echo "*************************************"
echo "*************************************"
## # Currently failing! Openbabel requires pcre >= 8.41, pychimera uses pcre <=8.39
## conda build --python=2.7 -c local -c insilichem -c openbabel -c schrodinger -c plip tangram_plipgui
## echo "*************************************"
## echo "*************************************"
## echo "*************************************"
conda build --python=2.7 -c local -c insilichem tangram_propkagui
echo "*************************************"
echo "*************************************"
echo "*************************************"
conda build --python=2.7 -c local -c insilichem tangram_selection
echo "*************************************"
echo "*************************************"
echo "*************************************"
conda build --python=2.7 -c local -c insilichem tangram_snfg
echo "*************************************"
echo "*************************************"
echo "*************************************"
conda build --python=2.7 -c local -c insilichem -c rdkit tangram_subalign
echo "*************************************"
echo "*************************************"
echo "*************************************"
conda build --python=2.7 -c local -c insilichem tangram_vinarelaunch
echo "*************************************"
echo "*************************************"
echo "*************************************"
conda build --python=2.7 -c local -c insilichem -c omnia -c rdkit conda-recipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment