Skip to content

Commit

Permalink
Merge pull request #14 from hgreenlee/trunk
Browse files Browse the repository at this point in the history
Update root dependency for art v2_10.
  • Loading branch information
Drinking Kazu authored Mar 5, 2018
2 parents 367dc96 + 1cdb3f7 commit b00f4b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ups/larlite.table
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Qualifiers = "e15:prof"
fileTest( ${${UPS_PROD_NAME_UC}_FQ_DIR}, -d, "${${UPS_PROD_NAME_UC}_FQ_DIR} directory not found: SETUP ABORTED")

Action = GetProducts
setupRequired( root v6_10_08b -q +e15:+nu:+prof )
setupRequired( root v6_12_04e -q +e15:+prof )

Flavor = ANY
Qualifiers = "e15:debug"
Expand All @@ -29,7 +29,7 @@ Qualifiers = "e15:debug"
fileTest( ${${UPS_PROD_NAME_UC}_FQ_DIR}, -d, "${${UPS_PROD_NAME_UC}_FQ_DIR} directory not found: SETUP ABORTED")

Action = GetProducts
setupRequired( root v6_10_08b -q +e15:+nu:+debug )
setupRequired( root v6_12_04e -q +e15:+debug )

Flavor = ANY
Qualifiers = "e15:opt"
Expand All @@ -43,7 +43,7 @@ Qualifiers = "e15:opt"
fileTest( ${${UPS_PROD_NAME_UC}_FQ_DIR}, -d, "${${UPS_PROD_NAME_UC}_FQ_DIR} directory not found: SETUP ABORTED")

Action = GetProducts
setupRequired( root v6_10_08b -q +e15:+nu:+opt )
setupRequired( root v6_12_04e -q +e15:+opt )

Flavor = ANY
Qualifiers = "e14:prof"
Expand Down

0 comments on commit b00f4b4

Please sign in to comment.