Skip to content

Commit d21b4a0

Browse files
committed
wrong meson check
1 parent d6bc4ed commit d21b4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/gitcompile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
scriptpath = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
1111
# Python packages needed to compile
1212
# in addition git, gfortran, gcc or clang are needed, which can be installed via conda or not
13-
CompilePackages = ['cython', 'numpy', 'meson']
13+
CompilePackages = ['cython', 'numpy', 'mesonbuild']
1414
# packages that GSAS-II needs to run
1515
RunReqPackages = ['git','numpy','matplotlib','wx','OpenGL','scipy','CifFile', 'conda']
1616
# packages that are optional but should be present for GSAS-II

0 commit comments

Comments
 (0)