Skip to content

Commit

Permalink
Update root version to v6_18_02a.
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreenlee committed Sep 13, 2019
1 parent dd1736b commit 7ad3127
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ups/larlite.table
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Qualifiers = "c2: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_16_00 -q +c2:+prof )
setupRequired( root v6_18_02a -q +c2:+prof )

Flavor = ANY
Qualifiers = "c2:debug"
Expand All @@ -29,7 +29,7 @@ Qualifiers = "c2: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_16_00 -q +c2:+debug )
setupRequired( root v6_18_02a -q +c2:+debug )

Flavor = ANY
Qualifiers = "c2:opt"
Expand All @@ -43,7 +43,7 @@ Qualifiers = "c2: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_16_00 -q +c2:+opt )
setupRequired( root v6_18_02a -q +c2:+opt )

Flavor = ANY
Qualifiers = "e17:prof"
Expand All @@ -57,7 +57,7 @@ Qualifiers = "e17: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_16_00 -q +e17:+prof )
setupRequired( root v6_18_02a -q +e17:+prof )

Flavor = ANY
Qualifiers = "e17:debug"
Expand All @@ -71,7 +71,7 @@ Qualifiers = "e17: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_16_00 -q +e17:+debug )
setupRequired( root v6_18_02a -q +e17:+debug )

Flavor = ANY
Qualifiers = "e17:opt"
Expand All @@ -85,7 +85,7 @@ Qualifiers = "e17: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_16_00 -q +e17:+opt )
setupRequired( root v6_18_02a -q +e17:+opt )

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

0 comments on commit 7ad3127

Please sign in to comment.