Skip to content
Snippets Groups Projects
Unverified Commit aa435b57 authored by Pete Peterson's avatar Pete Peterson Committed by GitHub
Browse files

Merge pull request #24349 from mantidproject/macos_build

Fix MacOS packaging
parents da9ab7a8 dcdd73bb
No related branches found
No related tags found
No related merge requests found
......@@ -339,8 +339,8 @@ system_python_extras = "/System/Library/Frameworks/Python.framework/Versions/2.7
pip_site_packages = "/Library/Python/2.7/site-packages"
directories = ["sphinx","sphinx_bootstrap_theme","IPython","zmq","pygments","backports", "qtawesome", "qtpy",
"certifi","tornado","markupsafe","matplotlib","mpl_toolkits", "jinja2","jsonschema","functools32",
"ptyprocess","CifFile","yaml","requests","cloudpickle","dask","networkx","PIL","dateutil","pytz",
"pywt","toolz","skimage"]
"ptyprocess","CifFile","yaml","requests","networkx","PIL","dateutil","pytz",
"pywt","skimage"]
directories.each do |directory|
module_dir = "#{pip_site_packages}/#{directory}"
if !File.exist?(module_dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment