cctbx / cctbx_project

Computational Crystallography Toolbox
https://cci.lbl.gov/docs/cctbx
Other
215 stars 112 forks source link

Update Boost to 1.56 #23

Closed Anthchirp closed 7 years ago

Anthchirp commented 7 years ago

Issue to track boost 1.56 update.

DIALS 1.5 is now branched, so proceed when ready.

luc-j-bourhis commented 7 years ago

I would be more than happy to do it. If I understand correctly, I need to copy boost.gz to

/net/boa/srv/html/cci/dials_backup_server/repositories_public

But that directory is sauter:cci so I don't have the rights to do that.

bkpoon commented 7 years ago

I placed the standard boost_1_56_0.tar.gz file into /net/cci-filer2/raid1/auto_build/repositories directory. The update would just require changing the symbolic link for boost_hot.tar.gz. Also, for our automated build system, we will update the boost_hot directory to be the extracted copy of the tarball.

-- Billy K. Poon Research Scientist, Molecular Biophysics and Integrated Bioimaging Lawrence Berkeley National Laboratory 1 Cyclotron Road, M/S 33R0345 Berkeley, CA 94720 Tel: (510) 486-5709 Fax: (510) 486-5909 Web: https://phenix-online.org

On Thu, Apr 6, 2017 at 6:20 AM, Luc J. Bourhis notifications@github.com wrote:

I would be more than happy to do it but I am not sure where I should copy boost.gz on cci.lbl.gov. Do I even have enough rights to do that?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cctbx/cctbx_project/issues/23#issuecomment-292172039, or mute the thread https://github.com/notifications/unsubscribe-auth/AM1y6fv7gumvr5MhzXEwNNjDpk1rkMJYks5rtOaagaJpZM4M1YQX .

bkpoon commented 7 years ago

Boost 1.56 is live and the tests have been updated. To update your installation, you must delete the "build" directory first, then run bootstrap.py.

cd <installation directory>
rm -fr build
python bootstrap.py hot update build --builder=cctbx --nproc=<# cpus>
bkpoon commented 7 years ago

No new problems seem to have popped up from the upgrade, so I'll close this issue.