Skip to content

Commit

Permalink
set 6.30 as min version for centos7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
harrypuuter committed Jul 23, 2024
1 parent 8e90105 commit 9be028c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/AddRoot.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
find_package(ROOT 6.32 REQUIRED COMPONENTS ROOTVecOps ROOTDataFrame RooFit ROOTNTuple GenVector)
find_package(ROOT 6.30 REQUIRED COMPONENTS ROOTVecOps ROOTDataFrame RooFit GenVector)

message(STATUS "")
message(STATUS "Found ROOT with following settings:")
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# start from rootproject/root:6.30.04-ubuntu22.04
FROM rootproject/root:6.32.02-ubuntu22.04
# start from rootproject/root:6.30.04-ubuntu22.04 to be changed to rootproject/root:6.32.02-ubuntu22.04
FROM rootproject/root:6.30.04-ubuntu22.04

# Install necessary packages
RUN apt-get update -y
Expand Down

0 comments on commit 9be028c

Please sign in to comment.