Skip to content

Commit

Permalink
Merge pull request #9163 from cms-sw/smuzaffar-patch-2
Browse files Browse the repository at this point in the history
[14.0.X] config/Self.xml format update/fix
  • Loading branch information
smuzaffar authored Apr 28, 2024
2 parents 5aa89b7 + 769e119 commit fccbcf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SCRAMV1.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### RPM lcg SCRAMV1 V3_00_70
### RPM lcg SCRAMV1 V3_00_71
## NOCOMPILER
## NO_VERSION_SUFFIX

%define tag 121148347412a0362c99139de0aa67e06171909d
%define tag d9563d4cdabd86a8fc3ef56dd59621747d3db670
%define branch SCRAMV3
%define github_user cms-sw
Source: git+https://github.com/%{github_user}/SCRAM.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}-%{tag}.tgz
Expand Down
2 changes: 1 addition & 1 deletion scram-project-build.file
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ echo %{configtag} > %_builddir/config/config_tag

%if "%{?vectorized_build:set}" == "set"
sed -i -e 's| SCRAM_TARGETS=.*"| SCRAM_TARGETS="%{package_vectorization}"|' %_builddir/config/Self.xml
sed -i -e 's|</tool>|<runtime name="SCRAM_TARGET" value="%{scram_target_default}"/><runtime name="USER_TARGETS_ALL" value="1"/></tool>|' %_builddir/config/Self.xml
sed -i -e 's|</tool>| <runtime name="SCRAM_TARGET" value="%{scram_target_default}"/>\n <runtime name="USER_TARGETS_ALL" value="1"/>\n</tool>|' %_builddir/config/Self.xml
%endif

%if "%{?release_usercxxflags:set}" == "set"
Expand Down

0 comments on commit fccbcf5

Please sign in to comment.