We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6bc4ed commit d21b4a0Copy full SHA for d21b4a0
install/gitcompile.py
@@ -10,7 +10,7 @@
10
scriptpath = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
11
# Python packages needed to compile
12
# in addition git, gfortran, gcc or clang are needed, which can be installed via conda or not
13
-CompilePackages = ['cython', 'numpy', 'meson']
+CompilePackages = ['cython', 'numpy', 'mesonbuild']
14
# packages that GSAS-II needs to run
15
RunReqPackages = ['git','numpy','matplotlib','wx','OpenGL','scipy','CifFile', 'conda']
16
# packages that are optional but should be present for GSAS-II
0 commit comments