Search Criteria
Package Details: julia-nightly-bin 20200701-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/julia-nightly-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | julia-nightly-bin |
| Description: | High-level, high-performance, dynamic programming language - official nightly binaries |
| Upstream URL: | https://julialang.org/ |
| Licenses: | MIT |
| Conflicts: | julia, julia-beta-bin, julia-bin, julia-git |
| Provides: | julia |
| Submitter: | fusion809 |
| Maintainer: | fusion809 |
| Last Packager: | fusion809 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-06-21 15:42 (UTC) |
| Last Updated: | 2020-12-09 13:29 (UTC) |
Dependencies (4)
- gmp (gmp-hgAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libssh2 (libssh2-gitAUR)
- suitesparse
Required by (21)
- cantor-git (requires julia) (make)
- cantor-git (requires julia) (optional)
- gmsh (requires julia) (optional)
- gmsh-bin (requires julia) (optional)
- gmsh-git (requires julia) (optional)
- helix-ext (requires julia) (optional)
- julia-loadpath (requires julia) (optional)
- libcurl-julia-bin (requires julia)
- libcxxwrap-julia (requires julia)
- meep (requires julia)
- meep-python (requires julia)
- mlpack (requires julia) (optional)
- neovim-cmp-latex-symbols-git (requires julia) (make)
- neovim-sniprun (requires julia) (optional)
- nteract (requires julia) (optional)
- nteract-bin (requires julia) (optional)
- octave-hg (requires julia)
- onelab (requires julia) (optional)
- python-einsteinpy_geodesics (requires julia)
- python-juliapkg (requires julia)
- Show 1 more...
Latest Comments
vitaliikuzhdin commented on 2025-10-25 17:11 (UTC)
Given that there are often multiple commits per day, using the date as the version isn’t ideal. You could instead generate something closer to a
git describeoutput by using the tarball for the hash along withjulia --print 'VERSION'for the version and the revision count.fusion809 commented on 2020-12-10 14:03 (UTC)
@dfk I made the change you requested. The checksum for the tarball now says SKIP. I didn't update the package version because I realize not everyone will necessarily want the update if the package built correctly the first time.
dfk commented on 2020-12-08 23:23 (UTC)
The sha256 is hard coded but changes with every new release (e.g. every day). Maybe put 'SKIP' a la a VCS package?
Also the version is hard-coded as 2020-07-01. You can automatically set the version today's date by including a
pkgver()function, like