forked from mantidproject/mantid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mantid-developer-linux.yml
79 lines (71 loc) · 2.42 KB
/
mantid-developer-linux.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name: mantid-developer
channels:
- conda-forge
dependencies:
# Common packages
- boost=1.77.* # Also pulls in boost-cpp. 1.78 clashes with icu version from Qt
- ccache
- cmake=3.19.*|>=3.21.0 # Avoid bug in 3.20.* with updating external projects
- doxygen>=1.9.*
- eigen=3.4.*
- euphonic>=1.2.1,<2.0
- graphviz>=2.47.0
- gsl=2.7 # Keep gsl a specific version to reduce changes in our fitting
- h5py
- hdf5>=1.12,<1.13
- jemalloc=5.2.0 # We have noticed 5.2.1 can cause a hang on older glibc versions (Cent OS 7, Ubuntu 18.04). Observed with import CaChannel and also our MeierTest.
- jsoncpp>=1.9.4,<2
- libopenblas!=0.3.23,!=0.3.24 # pinned the same as macOS for consistency
- librdkafka>=1.6.0
- matplotlib=3.6.*
- muparser>=2.3.2
- nexus=4.4.*
- ninja>=1.10.2
- numpy>=1.22,<1.25
- occt
- pip>=21.0.1
- poco=1.12.1|>=1.12.5 # 1.12.2 introduced an unguarded #define NOMINMAX which causes a compiler warning. It's resolved on their devel branch so should be fine after 1.12.4
- psutil>=5.8.0
- pycifrw==4.4.1 # Force to 4.4.1 as later versions cause issues with loading CIF files
- pyqt>=5.15,<6
- python-dateutil>=2.8.1
- python=3.10.*
- pyyaml>=5.4.1
- qscintilla2
- qt=5.15.8 # Avoid unexpected qt upgrades
- qtconsole!=5.4.2 # 5.4.2 crashes the jupyter console. Bug was fixed in 5.4.3
- qtpy>=1.9.0
- qt-gtk-platformtheme # Use native theme on GTK-based systems, which provides a significantly better performing file browser.
- requests>=2.25.1
- scipy>=1.10.0
- setuptools
- sphinx>=4.5.*
- sphinx_bootstrap_theme>=0.8.1
- tbb-devel=2021.*
- texlive-core>=20180414
- toml>=0.10.2
- versioningit>=2.1
- joblib
# Not Windows, OpenGL implementation:
- mesalib>=18.0.0
- mesa-libgl-devel-cos7-x86_64>=18.3.4
- mesa-libgl-cos7-x86_64>=18.3.4
# Linux only
- gxx_linux-64==10.3.*
- libglu>=9.0.0
- readline<8.2
- filelock<3.10.2 # Pinned to prevent a segmentation fault when running doc tests
# Needed for test suite on Linux
- pciutils-libs-cos7-x86_64>=3.5.1
- xorg-libxcomposite>=0.4.5
- xorg-libxcursor>=1.2.0
- xorg-libxdamage>=1.1.5
- xorg-libxi>=1.7.10
- xorg-libxscrnsaver>=1.2.3
- xorg-libxtst>=1.2.3
# Development tooling
- black # may be out of sync with pre-commit
- cppcheck==2.10.3
- pygments==2.11.2 # Had to pin back to 2.11 due to cppcheck error which is only fixed in cppcheck>=2.8
- gcovr>=4.2
- pre-commit>=2.12.0