summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3332b7fe63c..79eeaec425a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-unet
pkgdesc = PyTorch Implementation of 2D and 3D U-Net
pkgver = 0.7.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fepegar/unet
arch = any
license = MIT
checkdepends = python-pytest
+ makedepends = numactl
makedepends = python-setuptools
depends = python-pytorch
source = python-unet-0.7.9.tar.gz::https://github.com/fepegar/unet/archive/v0.7.9.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 964d18296c73..1282a766fd9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-unet
_pkgname=unet
pkgver=0.7.9
-pkgrel=1
+pkgrel=2
pkgdesc='PyTorch Implementation of 2D and 3D U-Net'
arch=(any)
url='https://github.com/fepegar/unet'
@@ -12,6 +12,7 @@ depends=(
python-pytorch
)
makedepends=(
+ numactl
python-setuptools
)
checkdepends=(