Skip to content
Snippets Groups Projects
Commit aaa1e45f authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Update mantid-framework

Pin muparser to avoid:
libMantidGeometry.so: undefined symbol: _ZNK2mu11ParserError6GetMsgEv

See https://github.com/mantidproject/conda-recipes/issues/27
parent 1046dc19
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,8 @@ RUN conda create --quiet --yes \
python=3.6 \
ipykernel \
'ase=3.16*' \
'mantid-framework=3.12.*' \
'mantid-framework=3.13.*' \
'muparser=2.2.5=hfc679d8_1005' \
&& conda clean -tipsy
# Install kernel for mantid environment
......
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