Search Criteria
Package Details: plink1.9-git 1:1.9.b.7.11.r7.g281b4937-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/plink1.9-git.git (read-only, click to copy) |
---|---|
Package Base: | plink1.9-git |
Description: | whole-genome association analysis toolset, version 1.9 |
Upstream URL: | https://www.cog-genomics.org/plink/1.9/ |
Keywords: | genomics gwas plink |
Licenses: | GPL-3.0-only |
Provides: | plink1.9 |
Submitter: | viralstitch |
Maintainer: | adityaruplaha |
Last Packager: | adityaruplaha |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-10-27 18:32 (UTC) |
Last Updated: | 2025-08-27 14:32 (UTC) |
Dependencies (4)
- cblas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-mklAUR, blas-openblas-gitAUR, aocl-blisAUR, openblas-lapackAUR, blas-gitAUR, blas-openblas)
- lapack (aocl-libflame-aoccAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas-gitAUR, openblas-lapackAUR, lapack-gitAUR, blas-openblas)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
adityaruplaha commented on 2025-08-27 13:54 (UTC)
I decided using
--match
is probably the way to go; better safe than sorry. Also, it looks like the convention isr#.g...
, so I switched back to that.adityaruplaha commented on 2025-08-25 07:10 (UTC) (edited on 2025-08-25 07:13 (UTC) by adityaruplaha)
I believe with how the upstream repo is structured, the
1.9/
folder should only ever yield tags matchingv1.9*
. Still, will check in detail.Also, would it be more appropriate to have
r#_g...
orr#.g...
in thepkgver()
?a821 commented on 2025-08-25 06:48 (UTC)
Thanks for updating!
Concerning the version, it really looks like upstream never heard of branches... I suggest to pass the
--match
option togit describe
to match only the1.9
tags inpkgver()
, for example (the rest of the line is omitted).adityaruplaha commented on 2025-08-24 12:08 (UTC) (edited on 2025-08-24 14:13 (UTC) by adityaruplaha)
I'm still not sure if this is the correct way to version given what upstream does.
adityaruplaha commented on 2025-08-24 12:08 (UTC)
Should be fixed now, along with versioning updates from upstream.
a821 commented on 2025-08-22 10:59 (UTC)
Hi, this needs
git
inmakedepends
, otherwise I cannot compile it in a clean chroot.