forked from pool/julia
00ab71f55b
- Update rpmlintrc file - Improve specfile - Just use unit G and number 8 for constraints file - Fix issue looking for libLLVM-14jl.so by updating julia-hardcoded-libs.patch - Include LD_LIBRARY_PATH - Also prepare for update-alternatives since juliaup is the other provider of julia - Do not use system llvm. Use the one provided by julia as a bundled tarball - Comment out llvm specific patchsets. OBS-URL: https://build.opensuse.org/request/show/1132331 OBS-URL: https://build.opensuse.org/package/show/science/julia?expand=0&rev=118
16 lines
274 B
XML
16 lines
274 B
XML
<?xml version="1.0"?>
|
|
<constraints>
|
|
<sandbox>kvm</sandbox>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="G">8</size>
|
|
</memory>
|
|
</hardware>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>i586</arch>
|
|
<arch>x86_64</arch>
|
|
</conditions>
|
|
</overwrite>
|
|
</constraints>
|