Skip to content

Commit

Permalink
Merge pull request #16 from hgreenlee/trunk
Browse files Browse the repository at this point in the history
Update root version to v6_12_06a.
  • Loading branch information
twongjirad authored May 7, 2018
2 parents cfd8e2e + c880ba6 commit 6123778
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_12_04e -q +c2:+prof )
setupRequired( root v6_12_06a -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_12_04e -q +c2:+debug )
setupRequired( root v6_12_06a -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_12_04e -q +c2:+opt )
setupRequired( root v6_12_06a -q +c2:+opt )

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

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

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

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

0 comments on commit 6123778

Please sign in to comment.