File _service of Package mpich-gnu12
xxxxxxxxxx
1
<!-- OpenHPC OBS configuration files -->
2
3
<!--
4
Licensed under the Apache License, Version 2.0 (the "License"); you
5
may not use this file except in compliance with the License. You may
6
obtain a copy of the License at
7
8
http://www.apache.org/licenses/LICENSE-2.0
9
10
Unless required by applicable law or agreed to in writing, software
11
distributed under the License is distributed on an "AS IS" BASIS,
12
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13
implied. See the License for the specific language governing
14
permissions and limitations under the License.
15
-->
16
17
<services>
18
19
<service name="tar_scm">
20
21
<!-- Begin INPUT ###################################### -->
22
<!-- Update following lines to define the -->
23
<!-- correct component path in git and desired branch -->
24
25
<param name="subdir">components</param>
26
<param name="revision">3.x</param>
27
<param name="include">mpi[-]families</param>
28
<param name="include">OHPC_macros</param>
29
30
<!-- End INPUT ###################################### -->
31
32
<param name="scm">git</param>
33
<param name="url">https://github.com/openhpc/ohpc.git</param>
34
<param name="filename">git-infra</param>
35
<param name="changesgenerate">enable</param>
36
</service>
37
38
<service name="extract_file">
39
40
<!-- Begin INPUT 2 #################################### -->
41
<!-- Update the following lines to define files to -->
42
<!-- extract for package tarball -->
43
44
<param name="files">
45
*/mpi[-]families/mpich/SPECS/*.spec
46
*/mpi[-]families/mpich/SOURCES/*
47
*/OHPC_macros
48
</param>
49
50
<!-- End INPUT 2 ###################################### -->
51
52
<param name="archive">*.tar</param>
53
</service>
54
55
<service name="download_files">
56
<param name="enforceupstream">yes</param>
57
</service>
58
59
</services>