-
Notifications
You must be signed in to change notification settings - Fork 6
autowig
Christophe Pradal edited this page Oct 3, 2018
·
3 revisions
First, we will generate the wrappers for Python 2.7
conda create -n autowig2 fp17=1.0.0 python=2.7 -c statiskit -c defaults --override-channels -f
conda activate autowig2
git clone https://github.com/pfernique/StructureAnalysis.git
cd StructureAnalysis
git checkout fp17
conda build --python=2.7 stat_tool/bin/conda/libstat_tool -c statiskit -c defaults --override-channels
conda install -y libstat_tool --use-local -c statiskit -c defaults --override-channels
Script to copy in StructureAnalysis dir
conda build --python=2.7 stat_tool/bin/conda/python-stat_tool -c statiskit -c defaults --override-channels
conda install -y python-stat_tool --use-local -c statiskit -c defaults --override-channels