Skip to content

Commit

Permalink
WIP towards 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Jul 17, 2019
1 parent 237bea1 commit 1948b92
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions inDockerBuild.avx.sh
@@ -0,0 +1,19 @@
#!/bin/bash

export VERSION=$(cat VERSION)
if [ "${VERSION}x" != "x" ]
then

rm -f /opt/lapps/bin/lapps*

(cd ../ITCLib && git pull) && (cd ../ITCFramework && git pull) && \
(cd ../utils && git pull) && (cd ../lar && git pull && make install) && git pull &&\
make CONF=Release.AVX clean &&\
make CONF=Release.AVX build install &&\
make CONF=Release.AVX.NO_STATS build install &&\
make CONF=Release.AVX.NO_STATS.NO_TLS build install &&\
make CONF=Release.AVX.NO_STATS.NO_TLS install-examples clone-usr-local

ls -la /opt/lapps/bin

fi
2 changes: 1 addition & 1 deletion inDockerBuild.avx2.sh
Expand Up @@ -12,7 +12,7 @@ then
make CONF=Release.AVX2 build install &&\
make CONF=Release.AVX2.NO_STATS build install &&\
make CONF=Release.AVX2.NO_STATS.NO_TLS build install &&\
make CONF=Release.AVX2.NO_STATS.NO_TLS install-examples clone-luajit clone-libressl
make CONF=Release.AVX2.NO_STATS.NO_TLS install-examples clone-usr-local

ls -la /opt/lapps/bin

Expand Down
2 changes: 1 addition & 1 deletion inDockerBuild.sse2.sh
Expand Up @@ -12,7 +12,7 @@ then
make CONF=Release.SSE2 build install &&\
make CONF=Release.SSE2.NO_STATS build install &&\
make CONF=Release.SSE2.NO_STATS.NO_TLS build install &&\
make CONF=Release.SSE2.NO_STATS.NO_TLS install-examples clone-luajit clone-libressl
make CONF=Release.SSE2.NO_STATS.NO_TLS install-examples clone-usr-local

ls -la /opt/lapps/bin

Expand Down
2 changes: 1 addition & 1 deletion inDockerBuild.ssse3.sh
Expand Up @@ -10,7 +10,7 @@ then
make CONF=Release.SSSE3 clean &&\
make CONF=Release.SSSE3 build install &&\
make CONF=Release.SSSE3.NO_STATS build install &&\
make CONF=Release.SSSE3.NO_STATS.NO_TLS build install install-examples clone-luajit clone-libressl
make CONF=Release.SSSE3.NO_STATS.NO_TLS build install install-examples clone-usr-local

ls -lrt /opt/lapps/bin

Expand Down

0 comments on commit 1948b92

Please sign in to comment.