Skip to content

Commit

Permalink
fixed wfmash
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Nov 27, 2023
1 parent 97979e5 commit fde3211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN apt-get update \
RUN git clone --recursive https://github.com/waveygang/wfmash \
&& cd wfmash \
&& git pull \
&& git checkout 180455df2aaa298fbe2dafb1ddfc2796c78b3fcd \
&& git checkout 2b42cba6a6623d7838605679dbce73b6fc2bde33 \
&& git submodule update --init --recursive \
&& sed -i 's/-march=native/-march=sandybridge/g' src/common/wflign/deps/WFA2-lib/Makefile \
&& cmake -H. -DCMAKE_BUILD_TYPE=Generic -DEXTRA_FLAGS='-march=sandybridge -Ofast' -Bbuild && cmake --build build -- -j $(nproc) \
Expand Down

0 comments on commit fde3211

Please sign in to comment.