summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Munari2021-02-03 12:53:52 +0100
committerMarco Munari2021-02-03 22:52:56 +0100
commit56a34e1845f28944ef67e85aca2ea64fd39903c7 (patch)
tree0360afa07d6e51e5ae27daf4c2b012b428a06fb1
parentd1fb1a99ba731edd4b7027bf1b08697a90ff470c (diff)
downloadaur-56a34e1845f28944ef67e85aca2ea64fd39903c7.tar.gz
NOP: put in comparable order depends according to Make.user
add also a comment with a command to extract depends information grep =1 Make.user|cut -c 11-|cut -d: -f1|tr _A-Z \\ta-z Note that this is inconsistent change in produced binary and is in preparation of precise and clear maintainance of dependencies, however depends isn't currently in sync with what specified in Make.user
-rw-r--r--PKGBUILD23
1 files changed, 12 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e2cb89505a1..83bffb29ce7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,31 +5,32 @@
_pkgbase=julia
pkgbase=${_pkgbase}-git
pkgname=(julia-git julia-git-docs)
-pkgver=1.7.0.DEV.r48868.g7ecdcc53400
+pkgver=1.7.0.DEV.r48883.gd3012d7b6c2
pkgrel=1
arch=(x86_64)
pkgdesc='High-level, high-performance, dynamic programming language'
url='https://julialang.org/'
license=(MIT)
-depends=(
- cblas
- hicolor-icon-theme
- libgit2
+depends=(#compare with grep =1 Make.user|cut -c 11-|cut -d: -f1|tr _A-Z \\ta-z
libunwind
- libutf8proc
+ pcre2
+ openlibm
openblas
- libssh2
+ cblas
lapack
- curl
gmp
+ mpfr
suitesparse
+ libutf8proc
mbedtls
- mpfr
- openlibm
- pcre2
+ libssh2
+ curl
+ libgit2
zlib p7zip
+
xdg-utils desktop-file-utils
gtk-update-icon-cache
+ hicolor-icon-theme
)
makedepends=(
patchelf