mirror of https://github.com/m-labs/artiq.git
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
|
||||
pkgdesc="A leading-edge control system for quantum information experiments"
|
||||
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
|
||||
|
|
|
@ -3,6 +3,11 @@ pkgname="mingw-w64-x86_64-artiq-comtools"
|
|||
pkgrel=1
|
||||
pkgdesc="Lightweight ARTIQ communication tools"
|
||||
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
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
pkgbase="mingw-w64-sipyco"
|
||||
pkgname="mingw-w64-x86_64-sipyco"
|
||||
pkgbase="mingw-w64-python-sipyco"
|
||||
pkgname="mingw-w64-x86_64-python-sipyco"
|
||||
pkgrel=1
|
||||
pkgdesc="Simple Python Communications"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue