Skip to content

Commit

Permalink
Merge pull request #8452 from cms-sw/smuzaffar-patch-5
Browse files Browse the repository at this point in the history
[13.0][BuildRules] Improved unit testing for gpu/rocm/alpaka based tests
  • Loading branch information
smuzaffar authored Apr 20, 2023
2 parents 9a9bd9d + 2b8dd82 commit 475583f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scram-project-build.file
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ BuildRequires: dwz
%endif

%if "%{?configtag:set}" != "set"
%define configtag V07-07-03
%define configtag V08-00-04
%endif

%if "%{?cvssrc:set}" != "set"
Expand Down Expand Up @@ -120,6 +120,7 @@ echo %{configtag} > %_builddir/config/config_tag
%_builddir/config/updateConfig.py -p %{ucprojtype} -v %v -s $SCRAMV1_VERSION -t ${%{toolconf}} \
--keys SCRAM_COMPILER=%{scram_compiler} \
--keys ENABLE_LTO=%{enable_lto} \
--keys ENABLE_PGO=0 \
%if "%{?gitcommit:set}" == "set"
--keys PROJECT_GIT_HASH=%{gitcommit}
%else
Expand Down

0 comments on commit 475583f

Please sign in to comment.