File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ if [ ! -d "${HOME}/libxsmm" ]; then
3535fi
3636cd " ${HOME} /libxsmm"
3737git fetch
38- git checkout d009b33e8742a93c9e1549323587fb6197451294
38+ git checkout 6e6e718566679c73e248902e68f02683feca1885
3939make -j
4040cd ..
4141
Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ RUN set -ex ; \
5555 git-archive-all \
5656 ;
5757
58- ARG libxsmm_version=1.17
58+ ARG libxsmm_version=6e6e718566679c73e248902e68f02683feca1885
5959
6060RUN set -ex ; \
61- curl -LsS https://github.com/hfp /libxsmm/archive/${libxsmm_version}.tar.gz | tar -xz -C /opt ; \
61+ curl -LsS https://github.com/libxsmm /libxsmm/archive/${libxsmm_version}.tar.gz | tar -xz -C /opt ; \
6262 ln -s libxsmm-${libxsmm_version} /opt/libxsmm ; \
63- make -j -C /opt/libxsmm MALLOC =0
63+ make -j -C /opt/libxsmm WRAP =0
6464
6565ENV PKG_CONFIG_PATH="/opt/libxsmm/lib:${PKG_CONFIG_PATH}"
6666
Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ RUN set -ex ; \
4646 git-archive-all \
4747 ;
4848
49- ARG libxsmm_version=1.17
49+ ARG libxsmm_version=6e6e718566679c73e248902e68f02683feca1885
5050
5151RUN set -ex ; \
52- curl -LsS https://github.com/hfp /libxsmm/archive/${libxsmm_version}.tar.gz | tar -xz -C /opt ; \
52+ curl -LsS https://github.com/libxsmm /libxsmm/archive/${libxsmm_version}.tar.gz | tar -xz -C /opt ; \
5353 ln -s libxsmm-${libxsmm_version} /opt/libxsmm ; \
54- make -j -C /opt/libxsmm MALLOC =0
54+ make -j -C /opt/libxsmm WRAP =0
5555
5656ENV PKG_CONFIG_PATH="/opt/libxsmm/lib:${PKG_CONFIG_PATH}"
5757
You can’t perform that action at this time.
0 commit comments