diff --git a/README.md b/README.md index db8c7269517adb8a06e628a226e70bc7757ce99c..c4d0bf993ee86f734c6ec91a812fbff9fef6fa62 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ LCGPackage_Add( ``` # Pre-requisites -The page lists the prerequisite packages that need to be installed on the different platforms to be able to configure and to build basic ROOT. If more advanced ROOT plugins are required look at the  `cmake` or `./configure` output and add the desired third party packages before configuring again. +The page lists the prerequisite packages that need to be installed on the different platforms to be able to configure and to build basic ROOT. If more advanced ROOT plugins are required look at the `cmake` or `./configure` output and add the desired third party packages before configuring again. - [Fedora family](#fedora) - [Ubuntu family](#ubuntu) diff --git a/projects/CMakeLists.txt b/projects/CMakeLists.txt index 1ec2b2514f7dffdc802f265927dda305fbcfcc77..446b6a3e14f156efe07d136722a4019fc94c7f46 100644 --- a/projects/CMakeLists.txt +++ b/projects/CMakeLists.txt @@ -114,8 +114,11 @@ LCGPackage_Add( IF LCG_TARGET MATCHES x86_64-slc THEN CASTOR dcap gfal srm_ifce ENDIF + IF LCG_TARGET MATCHES slc OR LCG_TARGET MATCHES centos AND NOT LCG_TARGET MATCHES "aarch64" THEN + oracle + ENDIF IF LCG_TARGET MATCHES slc OR LCG_TARGET MATCHES centos THEN - oracle Qt + Qt ENDIF IF LCG_TARGET MATCHES "mac" AND NOT LCG_TARGET MATCHES "mac109|mac1010" THEN Qt