Skip to content

Instantly share code, notes, and snippets.

@ndevenish
Last active June 13, 2018 16:39
Show Gist options
  • Save ndevenish/3edcff636bc750590d7474fa70b06db0 to your computer and use it in GitHub Desktop.
Save ndevenish/3edcff636bc750590d7474fa70b06db0 to your computer and use it in GitHub Desktop.
mkdir modules
git clone https://github.com/benjaminhwilliams/cctbx_project.git modules/cctbx_project
ln -s modules/cctbx_project/libtbx/auto_build/bootstrap.py
python bootstrap.py --builder=dials hot base update build
cd modules/cctbx_project/ && \
git remote set-url origin [email protected]:cctbx/cctbx_project.git && \
git fetch && \
git reset --hard origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment