From 546c0ed2c50997ef6946fa3dc2028544ae555595 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 5 Apr 2022 10:27:47 +0800 Subject: [PATCH] windows: set package dependencies --- windows/PKGBUILD.artiq | 15 ++++++++++++++- windows/PKGBUILD.artiq-comtools | 7 ++++++- windows/PKGBUILD.sipyco | 10 +++++++--- 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/windows/PKGBUILD.artiq b/windows/PKGBUILD.artiq index 6f6aefaa1..be0a4a5c2 100644 --- a/windows/PKGBUILD.artiq +++ b/windows/PKGBUILD.artiq @@ -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 diff --git a/windows/PKGBUILD.artiq-comtools b/windows/PKGBUILD.artiq-comtools index 370c7436d..2bd5f3e64 100644 --- a/windows/PKGBUILD.artiq-comtools +++ b/windows/PKGBUILD.artiq-comtools @@ -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 diff --git a/windows/PKGBUILD.sipyco b/windows/PKGBUILD.sipyco index d835bd1f3..dddeb4a34 100644 --- a/windows/PKGBUILD.sipyco +++ b/windows/PKGBUILD.sipyco @@ -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