Skip to content

Commit

Permalink
update re-fixed wfmash
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Nov 28, 2023
1 parent fde3211 commit 406b88a
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 2b42cba6a6623d7838605679dbce73b6fc2bde33 \
&& git checkout 6c7a9b463b94155cf2e1df476e6335f7f6eeac47 \
&& 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 406b88a

Please sign in to comment.