forked from pool/HepMC
- Disable pythia interface, pythia now includes HepMC interface by
default; this avoids a build cycle (boo#1204987,
9827d5fb95).
- Add _constraints file to ensure builds do not OOM on some
workers.
OBS-URL: https://build.opensuse.org/request/show/1033771
OBS-URL: https://build.opensuse.org/package/show/science/HepMC?expand=0&rev=28
16 lines
278 B
XML
16 lines
278 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<constraints>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="G">2</size>
|
|
</memory>
|
|
<disk>
|
|
<size unit="G">4</size>
|
|
</disk>
|
|
<memoryperjob>
|
|
<size unit="M">1536</size>
|
|
</memoryperjob>
|
|
</hardware>
|
|
</constraints>
|
|
|