3 echo "--- Building nightly Mac OS X hoomd package on `date`"
5 # get up to the root of the tree
9 # update to the latest rev
11 git checkout
${BRANCH}
14 new_rev
=`git describe`
16 # up another level out of the source repository
19 #check the previous version built
20 atrev
=`cat mac_old_revision || echo 0`
21 echo "Last revision built was $atrev"
22 echo "Current repository revision is $new_rev"
24 if [ "$atrev" = "$new_rev" ];then
27 echo $new_rev > mac_old_revision
29 # build the new package
34 cmake
-DENABLE_DOXYGEN=OFF
-DENABLE_APP_BUNDLE_INSTALL=ON
-DBOOST_ROOT=/opt
/boost-1.48
.0/ -DBoost_NO_SYSTEM_PATHS=ON
-DPYTHON_EXECUTABLE=/usr
/bin
/python ..
/code
37 mv hoomd-
*.dmg
/Users
/joaander
/devel
/incoming
/mac