Skip to content

Commit

Permalink
update ups
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarren committed Dec 15, 2022
1 parent 0a48fa4 commit eefb233
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions releaseDB/CMakeLists.txt
Expand Up @@ -134,6 +134,7 @@ create_product_variables( libwda v2_30_0a )
create_product_variables( art_root_io v1_08_05 )
# temporary
#create_product_variables( cetpkgsupport v1_14_01 )
create_version_variables(ups v6_1_0)

# CMake, cetbuildtools, and cetmodules are special:
# define as many versions as necessary.
Expand Down
2 changes: 1 addition & 1 deletion releaseDB/lar_product_stack-cfg.in
Expand Up @@ -3,7 +3,7 @@
basequal=${1}

# specify version to bootstrap and setup ups
check_ups v6_0_8
check_ups @UPS_VERSION@

build_bundle nulite_base-@NULITE_DOT_VERSION@ ${basequal}
status=$?
Expand Down
2 changes: 1 addition & 1 deletion releaseDB/larbase-cfg.in
Expand Up @@ -10,7 +10,7 @@ basequal=${1}
fi

# specify version to bootstrap and setup ups
check_ups v6_0_8
check_ups @UPS_VERSION@

build_bundle nulite-@NULITE_DOT_VERSION@ ${basequal}
status=$?
Expand Down
2 changes: 1 addition & 1 deletion releaseDB/larsoft-cfg.in
Expand Up @@ -10,7 +10,7 @@ basequal=${1}
fi

# specify version to bootstrap and setup ups
check_ups v6_0_8
check_ups @UPS_VERSION@

build_bundle larbase-@LARDIST_DOT_VERSION@ ${basequal}
status=$?
Expand Down
2 changes: 1 addition & 1 deletion releaseDB/larsoftobj-cfg.in
Expand Up @@ -10,7 +10,7 @@ basequal=${1}
fi

# specify version to bootstrap and setup ups
check_ups v6_0_8
check_ups @UPS_VERSION@

build_bundle gallery-@GALLERY_DOT_VERSION@ ${basequal}
status=$?
Expand Down
2 changes: 1 addition & 1 deletion releaseDB/larwire-cfg.in
Expand Up @@ -3,7 +3,7 @@
basequal=${1}

# specify version to bootstrap and setup ups
check_ups v6_0_8
check_ups @UPS_VERSION@

build_bundle art-@ARTDIST_DOT_VERSION@ ${basequal}
status=$?
Expand Down
2 changes: 1 addition & 1 deletion releaseDB/stan-cfg.in
Expand Up @@ -3,7 +3,7 @@
basequal=${1}

# specify version to bootstrap and setup ups
check_ups v6_0_8
check_ups @UPS_VERSION@

# infrastructure
for cv in v3_18_2 v3_19_6; do
Expand Down

0 comments on commit eefb233

Please sign in to comment.