Skip to content

Commit 0c3f743

Browse files
author
Dilawar Singh
committed
setup.py seems to be building just fine. Needs tweaking in the tests.
1 parent 3667a00 commit 0c3f743

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.docker/centos/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ RUN yum install -y python3-matplotlib python3-networkx graphviz python3-scipy \
1515
RUN yum install -y python-matplotlib python-networkx python-scipy python-numpy \
1616
&& yum -y clean all --enablerepo='*'
1717
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake
18+
RUN ln -s /usr/bin/ctest3 /usr/bin/ctest
1819
WORKDIR /home/root
1920
# RUN git clone https://github.com/dilawar/moose-core -b devel
2021
# Run docker build from outside
2122
COPY . moose-core
22-
RUN cd moose-core && python3 setup.py build test install
23-
RUN cd moose-core && python2 setup.py build test install
23+
RUN cd moose-core && python3 setup.py build test install
24+
RUN cd moose-core && python2 setup.py build test install
2425
CMD ["/usr/bin/python3", "-c", "'import moose;moose.test()'"]

0 commit comments

Comments
 (0)