Skip to content

Commit

Permalink
Merge pull request #10 from JeffersonLab/two_stage_build
Browse files Browse the repository at this point in the history
Do build in two stages. First stage contains packages that contain
  • Loading branch information
markito3 authored Oct 10, 2018
2 parents b68831a + 5757494 commit 58f78d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions gluex_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ else
echo getting version.xml from halldweb.jlab.org
wget --no-check-certificate https://halldweb.jlab.org/dist/version.xml
fi
source $BUILD_SCRIPTS/gluex_env_version.sh
make -f $BUILD_SCRIPTS/Makefile_all gluex2
source setup.sh
make -f $BUILD_SCRIPTS/Makefile_all gluex_pass1
source $BUILD_SCRIPTS/gluex_env_clean.sh
source setup.sh
make -f $BUILD_SCRIPTS/Makefile_all gluex_pass2
popd

0 comments on commit 58f78d9

Please sign in to comment.