Skip to content

Commit

Permalink
update wfmash
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Jan 31, 2024
1 parent 0317e7f commit 980069a
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 0b191bb84ffdfd257354c1aa82a7f1e13dc536d0 \
&& git checkout e7850f9e9ba743a350b36b5e51ae8c414fba717d \
&& 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 980069a

Please sign in to comment.