forked from pool/suse-hpc
Egbert Eich
c9d411738c
- Expand modules handling (bsc#1116458): * add %%hpc_modules_init to store the list of modules * if a modules list is available, use environment during dependency generation to exclude objects which will be found thru environment modules. * bump package version. OBS-URL: https://build.opensuse.org/request/show/650047 OBS-URL: https://build.opensuse.org/package/show/science:HPC/suse-hpc?expand=0&rev=35
21 lines
827 B
Plaintext
21 lines
827 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/openSUSE/hpc.git</param>
|
|
<param name="package-meta">no</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">suse-hpc</param>
|
|
<param name="versionformat">0.4.%h</param>
|
|
<param name="revision">87f3f2c336d9dc5f9e8874e7639459371cfae3b0</param>
|
|
<param name="extract">general/dlinfo.c</param>
|
|
<param name="extract">general/macros.hpc</param>
|
|
<param name="extract">general/hpc_elf.pl</param>
|
|
<param name="extract">general/hpc_elf.attr</param>
|
|
<param name="extract">general/hpc_elflib.attr</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">suse-hpc*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|