moxgreen
moxgreen
I had the same issue and I solved by modifying the container. I added this rule to dockerfile: `RUN mkdir /.cache; chmod a+rwX /.cache`
+1 I'm a first time user and I would be facilitated by this feature.
Many thanks, I will try basset.
I solved a similar problem by doing: ``` conda create -n gcc_49 -c serge-sans-paille gcc_49 conda activate gcc_49 make CXX=g++-4.9 ``` but then I get ``` bin/meshclust: /lib64/libstdc++.so.6: version `CXXABI_1.3.8'...