summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kalentev2024-11-15 10:18:35 +0100
committerAlexander Kalentev2024-11-15 10:18:35 +0100
commite54c4071fa76e0f97dfeadf2144835d859df3fa0 (patch)
tree5e9bd72ec3fee1348896974c1685922b967649d1
parent521120f37b3a5fa26b053a12279fcb99db7250c0 (diff)
downloadaur-e54c4071fa76e0f97dfeadf2144835d859df3fa0.tar.gz
+.gitignore,+.SRCINFO
-rw-r--r--.SRCINFO17
-rw-r--r--.gitignore7
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