Skip to content

Commit

Permalink
lar installation is added
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Jul 23, 2018
1 parent 8188f67 commit f86c67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inDockerBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "${VERSION}x" != "x" ]
then

(cd ../ITCLib && git pull) && (cd ../ITCFramework && git pull) && \
(cd ../utils && git pull) && (cd ../lar && git pull) && git pull && make CONF=Release.AVX2 clean build install-examples clone-luajit clone-libressl && \
(cd ../utils && git pull) && (cd ../lar && git pull && make install) && git pull && make CONF=Release.AVX2 clean build install-examples clone-luajit clone-libressl && \
make build-deb && mv /opt/distrib/lapps-${VERSION}-amd64.deb /opt/lapps/packages/

fi
2 changes: 1 addition & 1 deletion inDockerBuild.ssse3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "${VERSION}x" != "x" ]
then

(cd ../ITCLib && git pull) && (cd ../ITCFramework && git pull) && \
(cd ../utils && git pull) && (cd ../lar && git pull) && git pull && make CONF=Release.GENERIC clean build install-examples clone-luajit clone-libressl && \
(cd ../utils && git pull) && (cd ../lar && git pull && make install) && git pull && make CONF=Release.GENERIC clean build install-examples clone-luajit clone-libressl && \
make build-deb && mv /opt/distrib/lapps-${VERSION}-amd64.deb /opt/lapps/packages/

fi

0 comments on commit f86c67f

Please # to comment.