forked from pool/juliaup
- Update to version 1.8.7:
* Fix bug in release workflow * Fix typo * In the "Update Version DB" PRs, add a note that the user must close and reopen the PR to trigger CI * Update version db * chore: Release juliaup version 1.8.5 * Add musl builds * Fix some final things for the CI update story * Use local version db if newer than bundled * Fix a renaming bug * Update version db * Tweak cache update algorithm * Fix a bug * Trigger version db update from launcher * Add download of version db * Track latest structure in build.rs * Update version db (#468) * Delete tempfile * Update version db * Add tempfile * Use correct platform strings * Update version db workflow * chore: Release juliaup version 1.8.1 * Remove diagnostic output * chore: Release juliaup version 1.8.0 * Move LTS version to top in version udpate script * Delete versions.json * Replace build.rs logic * Update version db * New updatedb script OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=63
This commit is contained in:
parent
6d4395226b
commit
368124ed71
8
_constraints
Normal file
8
_constraints
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<constraints>
|
||||||
|
<hardware>
|
||||||
|
<memory>
|
||||||
|
<size unit="G">12</size>
|
||||||
|
</memory>
|
||||||
|
</hardware>
|
||||||
|
</constraints>
|
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 25 09:08:07 UTC 2022 - socvirnyl.estela@gmail.com
|
Fri Nov 25 09:08:07 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
- Update to version 1.8.7:
|
- Update to version 1.8.7:
|
||||||
* Fix bug in release workflow
|
* Fix bug in release workflow
|
||||||
@ -48,8 +48,10 @@ Fri Nov 25 09:08:07 UTC 2022 - socvirnyl.estela@gmail.com
|
|||||||
- Update specfile. Remove the update-alternatives requirement
|
- Update specfile. Remove the update-alternatives requirement
|
||||||
It does not make sense since juliaup can have multiple julia versions.
|
It does not make sense since juliaup can have multiple julia versions.
|
||||||
|
|
||||||
|
- Add _constraints file to fix out of memory issues.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 24 13:59:02 UTC 2022 - socvirnyl.estela@gmail.com
|
Thu Nov 24 13:59:02 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
- Update to version 1.7.35:
|
- Update to version 1.7.35:
|
||||||
* Delete another file at self uninstall
|
* Delete another file at self uninstall
|
||||||
|
@ -55,7 +55,7 @@ cp %{SOURCE2} .cargo/config
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%{cargo_install} --no-default-features
|
%{cargo_install} --no-default-features
|
||||||
ln -sfv %{buildroot}%{_bindir}/julialauncher %{_bindir}/julia
|
ln -sfv "%{_bindir}/julialauncher" "%{buildroot}/%{_bindir}/julia"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f13b7fcb2419360e3fcf5100d7fd4cda223ef621534c5f8d5ba7f8cc71673195
|
oid sha256:e55d5dcd1c6389e23f91681ae879efd0f330a68259daea2784b18c40aa155210
|
||||||
size 51348048
|
size 51346808
|
||||||
|
Loading…
Reference in New Issue
Block a user