forked from M-Labs/artiq
windows: set package dependencies
This commit is contained in:
parent
a4bdc6c9cb
commit
546c0ed2c5
|
@ -3,6 +3,19 @@ pkgname="mingw-w64-x86_64-artiq"
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A leading-edge control system for quantum information experiments"
|
pkgdesc="A leading-edge control system for quantum information experiments"
|
||||||
license=("LGPL")
|
license=("LGPL")
|
||||||
depends=("mingw-w64-x86_64-python")
|
depends=(
|
||||||
|
"mingw-w64-x86_64-python"
|
||||||
|
"mingw-w64-x86_64-python-h5py"
|
||||||
|
"mingw-w64-x86_64-python-pyqt5"
|
||||||
|
# TODO "mingw-w64-x86_64-python-qasync"
|
||||||
|
# TODO "mingw-w64-x86_64-python-pyqtgraph"
|
||||||
|
"mingw-w64-x86_64-python-numpy"
|
||||||
|
"mingw-w64-x86_64-python-scipy"
|
||||||
|
"mingw-w64-x86_64-python-dateutil"
|
||||||
|
"mingw-w64-x86_64-python-prettytable"
|
||||||
|
"mingw-w64-x86_64-python-pygit2"
|
||||||
|
"mingw-w64-x86_64-python-sipyco"
|
||||||
|
"mingw-w64-x86_64-nac3artiq"
|
||||||
|
)
|
||||||
|
|
||||||
source PKGBUILD.common
|
source PKGBUILD.common
|
||||||
|
|
|
@ -3,6 +3,11 @@ pkgname="mingw-w64-x86_64-artiq-comtools"
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Lightweight ARTIQ communication tools"
|
pkgdesc="Lightweight ARTIQ communication tools"
|
||||||
license=("LGPL")
|
license=("LGPL")
|
||||||
depends=("mingw-w64-x86_64-python")
|
depends=(
|
||||||
|
"mingw-w64-x86_64-python"
|
||||||
|
"mingw-w64-x86_64-python-sipyco"
|
||||||
|
"mingw-w64-x86_64-python-numpy"
|
||||||
|
"mingw-w64-x86_64-python-aiohttp"
|
||||||
|
)
|
||||||
|
|
||||||
source PKGBUILD.common
|
source PKGBUILD.common
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
pkgbase="mingw-w64-sipyco"
|
pkgbase="mingw-w64-python-sipyco"
|
||||||
pkgname="mingw-w64-x86_64-sipyco"
|
pkgname="mingw-w64-x86_64-python-sipyco"
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Simple Python Communications"
|
pkgdesc="Simple Python Communications"
|
||||||
license=("LGPL")
|
license=("LGPL")
|
||||||
depends=("mingw-w64-x86_64-python")
|
depends=(
|
||||||
|
"mingw-w64-x86_64-python"
|
||||||
|
"mingw-w64-x86_64-python-numpy"
|
||||||
|
# TODO "mingw-w64-x86_64-python-pybase64"
|
||||||
|
)
|
||||||
|
|
||||||
source PKGBUILD.common
|
source PKGBUILD.common
|
||||||
|
|
Loading…
Reference in New Issue