summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bf21edff665a4494fba463c41850267990fe5a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Hongbin Ma <mathmhb@139.com>

_pkgname=open3d
pkgname=python-${_pkgname}-bin
provides=(${_pkgname} python-${_pkgname})
conflicts=(${_pkgname} ${_pkgname}-git  python-${_pkgname} python-${_pkgname}-git  )
pkgver=0.16.0
pkgrel=1
_file=
pkgdesc="Open3D: A Modern Library for 3D Data Processing"
url="https://pypi.org/project/${_pkgname//_/-}/"
arch=('any')
license=('MIT')
depends=('python' 'python-pytorch' 'python-dash' 'python-plotly')
makedepends=('python-setuptools')
#source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
#sha256sums=('SKIP')

package() {
#  cd ${_pkgname}-${pkgver}
  opt_mirror='-i https://pypi.tuna.tsinghua.edu.cn/simple '
  /usr/bin/pip install ${opt_mirror} --no-deps --root="${pkgdir}" --prefix=/usr -U ${_pkgname}
}