Skip to content

Commit

Permalink
Update version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eflumerf committed Nov 20, 2023
1 parent 3721252 commit 663d3ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cmake_minimum_required (VERSION 3.19 FATAL_ERROR)

find_package(cetmodules 3.16.00 REQUIRED)

project(otsdaq_mu2e_crv VERSION 1.03.02)
project(otsdaq_mu2e_crv VERSION 1.04.00)

include(CetCMakeEnv)
cet_cmake_env()
Expand Down
19 changes: 9 additions & 10 deletions ups/product_deps
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,26 @@ fcldir fq_dir fcl

#
product version optional
otsdaq_mu2e v1_03_02
cetmodules v3_21_02 - only_for_build
otsdaq_mu2e v1_04_00
cetmodules v3_22_02 - only_for_build
end_product_list

# -nq- here means there is no qualifier
# a "-" here means the dependent product is not required by the parent and will not be setup
qualifier otsdaq_mu2e notes
e28:s126:prof e28:s126:prof -std=c++20
e28:s126:debug e28:s126:debug -std=c++20
e26:s126:prof e26:s126:prof -std=c++17
e26:s126:debug e26:s126:debug -std=c++17
e20:s126:prof e20:s126:prof -std=c++17
e20:s126:debug e20:s126:debug -std=c++17

e28:s124:prof e28:s124:prof -std=c++20
e28:s124:debug e28:s124:debug -std=c++20
e26:s124:prof e26:s124:prof -std=c++17
e26:s124:debug e26:s124:debug -std=c++17
e20:s124:prof e20:s124:prof -std=c++17
e20:s124:debug e20:s124:debug -std=c++17

e26:s123:prof e26:s123:prof -std=c++17
e26:s123:debug e26:s123:debug -std=c++17
e20:s123:prof e20:s123:prof -std=c++17
e20:s123:debug e20:s123:debug -std=c++17

e20:s112:prof e20:s112:prof -std=c++17
e20:s112:debug e20:s112:debug -std=c++17
end_qualifier_list

# Preserve tabs and formatting in emacs and vi / vim:
Expand Down

0 comments on commit 663d3ea

Please sign in to comment.