Created
January 30, 2019 14:58
-
-
Save jaimergp/c9d3f0f54bcd4bdaa56e06d2f946c66d to your computer and use it in GitHub Desktop.
Build all Tangram packages (https://github.com/insilichem/tangram)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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