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.
2 parents b996bfe + 5bed959 commit 991057fCopy full SHA for 991057f
Dockerfile.gnu
@@ -57,3 +57,13 @@ RUN cd /tmp \
57
&& cd /tmp \
58
&& rm -rf libxc-5.1.5 \
59
&& rm libxc-5.1.5.tar.gz
60
+
61
+RUN cd /tmp \
62
+ && git clone https://github.com/llohse/libnpy.git \
63
+ && cp libnpy/include/npy.hpp /usr/local \
64
+ && rm -rf libnpy
65
66
67
+ && git clone https://github.com/google/googletest.git \
68
+ && cd googletest && cmake . && make install \
69
+ && rm -rf googletest
0 commit comments