Skip to content
Snippets Groups Projects
Commit 09bd9add authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

try upgrading yaz

parent 910642c4
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@ RUN yum -y install glibc-devel ncurses-devel libzip-devel
# External library builds
COPY usr/local/src/ /usr/local/src/
WORKDIR /usr/local/src
RUN tar zxf yaz-5.31.1.tar.gz && \
cd yaz-5.31.1 && \
RUN tar zxf yaz-*.tar.gz && \
cd yaz-*/ && \
./configure && \
CORECOUNT=$(cat /proc/cpuinfo|egrep '^processor'|wc -l) nice make -j$(( $CORECOUNT + 1 )) && \
make install
......
No preview for this file type
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