Skip to content

Commit

Permalink
remove cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
UnsignedByte committed Oct 31, 2024
1 parent 4de093f commit b2b453a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ RUN apt update && \
liblapack-dev liblpsolve55-dev libsollya-dev libtool lp-solve ninja-build \
pkg-config sollya wget


# Install latest cmake from source
RUN wget https://github.com/Kitware/CMake/releases/download/v3.28.0-rc3/cmake-3.28.0-rc3.tar.gz && \
tar -xvf cmake-3.28.0-rc3.tar.gz && \
cd cmake-3.28.0-rc3 && ./bootstrap &&\
make && make install

# Install FloPoCo 4.1
WORKDIR /home
RUN git clone https://gitlab.com/flopoco/flopoco &&\
Expand Down

0 comments on commit b2b453a

Please sign in to comment.