summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-05-09 04:40:30 +0800
committerlilac2023-05-09 04:40:30 +0800
commit0b743a4189def3227604798df654bb9f3810275c (patch)
treed851c1e2b5f196a5ad63dc5a47930e5e87960554
parent47b2f6069f7cf15323153e67e59dd05098af0b56 (diff)
downloadaur-0b743a4189def3227604798df654bb9f3810275c.tar.gz
[lilac] updated to 0.6-8
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43f6bb29de11..e9b94bba20f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-detectron2
pkgdesc = FAIR's next-generation platform for object detection and segmentation
pkgver = 0.6
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/facebookresearch/detectron2
arch = x86_64
license = Apache
makedepends = cuda
+ makedepends = numactl
makedepends = python-setuptools
makedepends = python-pytorch-cuda
depends = python-cloudpickle
diff --git a/PKGBUILD b/PKGBUILD
index f9d5288aa95e..89e8fb00aee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _CUDA_ARCH_LIST="6.0;6.1;6.2;7.0;7.2;7.5;8.0;8.6;8.6;8.9;9.0;9.0+PTX"
pkgname=(python-detectron2 python-detectron2-cuda)
_pkgname=detectron2
pkgver=0.6
-pkgrel=7
+pkgrel=8
pkgdesc="FAIR's next-generation platform for object detection and segmentation"
arch=('x86_64')
url='https://github.com/facebookresearch/detectron2'
@@ -31,6 +31,7 @@ depends=(
)
makedepends=(
cuda
+ numactl
python-setuptools
python-pytorch-cuda
)