Skip to content

Commit

Permalink
Merge pull request #2150 from smuzaffar/utm-with-xsd-type-dir-installed
Browse files Browse the repository at this point in the history
updated utm: include installation of xsd-type and UTM_XSD_DIR env
  • Loading branch information
smuzaffar committed Feb 17, 2016
2 parents 4c3be37 + 2490ad1 commit 89b0793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion utm-toolfile.spec
@@ -1,4 +1,4 @@
### RPM external utm-toolfile 1.0
### RPM external utm-toolfile 1.1
Requires: utm
%prep

Expand All @@ -20,6 +20,7 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/utm.xml
<environment name="INCLUDE" default="$UTM_BASE/include"/>
</client>
<runtime name="ROOT_INCLUDE_PATH" value="$INCLUDE" type="path"/>
<runtime name="UTM_XSD_DIR" value="$UTM_BASE/xsd-type"/>
<use name="root_cxxdefaults"/>
</tool>
EOF_TOOLFILE
Expand Down
3 changes: 2 additions & 1 deletion utm.spec
@@ -1,4 +1,4 @@
### RPM external utm r41757-xsd310-patch
### RPM external utm r42528-xsd310-patch
Source: git+https://gitlab.cern.ch/cms-l1t-utm/utm.git?obj=master/%{realversion}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz
BuildRequires: gmake
Requires: xerces-c
Expand All @@ -16,4 +16,5 @@ make %{makeprocesses} -f Makefile.standalone install
%install
cp -r lib %{i}/lib
cp -r include %{i}/include
cp -r xsd-type %{i}/xsd-type

0 comments on commit 89b0793

Please sign in to comment.