~maddevelopers/mg5amcnlo/2.7.4_array

« back to all changes in this revision

Viewing changes to Template/LO/bin/internal/Gridpack/compile

  • Committer: olivier-mattelaer
  • Date: 2019-10-16 11:38:38 UTC
  • mfrom: (282.1.28 2.6.7)
  • Revision ID: olivier-mattelaer-20191016113838-6u4j5u3hn06rq2wc
pass to 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
if [[ -d Source ]]; then
65
65
    cd Source
66
 
    for i in ../bin/internal/gen_ximprove all ../bin/internal/combine_events; do
 
66
    for i in ../bin/internal/gen_ximprove all; do
67
67
    make $i -j 1 > /dev/null
68
68
    if [[ $? -ne 0 ]];then
69
69
        # Make didn't exit successfully