diff options
author | Alexander Kalentev | 2024-11-15 10:18:35 +0100 |
---|---|---|
committer | Alexander Kalentev | 2024-11-15 10:18:35 +0100 |
commit | e54c4071fa76e0f97dfeadf2144835d859df3fa0 (patch) | |
tree | 5e9bd72ec3fee1348896974c1685922b967649d1 | |
parent | 521120f37b3a5fa26b053a12279fcb99db7250c0 (diff) | |
download | aur-e54c4071fa76e0f97dfeadf2144835d859df3fa0.tar.gz |
+.gitignore,+.SRCINFO
-rw-r--r-- | .SRCINFO | 17 | ||||
-rw-r--r-- | .gitignore | 7 |
2 files changed, 24 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..3247c9fd93ac --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,17 @@ +pkgbase = metis-git + pkgdesc = Serial Graph Partitioning and Fill-reducing Matrix Ordering + pkgver = 5.2.1.r4.ge0f1b88 + pkgrel = 1 + url = https://github.com/KarypisLab/METIS + arch = x86_64 + license = Apache + makedepends = cmake + depends = glibc + depends = gklib + provides = metis + conflicts = metis + options = docs + source = git+https://github.com/KarypisLab/METIS.git#branch=master + sha512sums = SKIP + +pkgname = metis-git diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..3b8b1893fb74 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +pkg/ +src/ +*.pkg.tar +*.log +*.tar.gz +*.tgz +*.sh |