artiq/windows/PKGBUILD.artiq

25 lines
709 B
Plaintext
Raw Normal View History

2022-04-05 10:12:29 +08:00
pkgbase="mingw-w64-artiq"
pkgname="mingw-w64-x86_64-artiq"
pkgrel=1
pkgdesc="A leading-edge control system for quantum information experiments"
license=("LGPL")
2022-04-05 10:27:47 +08:00
depends=(
"mingw-w64-x86_64-python"
"mingw-w64-x86_64-python-h5py"
"mingw-w64-x86_64-python-pyqt5"
2022-11-18 18:19:58 +08:00
"mingw-w64-x86_64-qt5-svg"
2022-04-05 17:02:26 +08:00
"mingw-w64-x86_64-python-qasync"
2022-04-05 16:26:08 +08:00
"mingw-w64-x86_64-python-pyqtgraph"
2022-04-05 10:27:47 +08:00
"mingw-w64-x86_64-python-numpy"
"mingw-w64-x86_64-python-scipy"
"mingw-w64-x86_64-python-dateutil"
"mingw-w64-x86_64-python-prettytable"
2022-05-24 11:15:23 +08:00
"mingw-w64-x86_64-python-tqdm"
2022-04-05 10:27:47 +08:00
"mingw-w64-x86_64-python-pygit2"
"mingw-w64-x86_64-python-sipyco"
"mingw-w64-x86_64-nac3artiq"
2022-04-05 17:10:57 +08:00
"mingw-w64-x86_64-artiq-comtools"
2022-04-05 10:27:47 +08:00
)
2022-04-05 10:12:29 +08:00
source PKGBUILD.common