Skip to content

Commit

Permalink
update wfmash
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Jan 13, 2023
1 parent d23567d commit a9a04cf
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 @@ -44,7 +44,7 @@ RUN apt-get update \
RUN git clone --recursive https://github.com/waveygang/wfmash \
&& cd wfmash \
&& git pull \
&& git checkout cb0ce952a9bec3f2c8c78b98679375e5275e05db \
&& git checkout 2aaba270406b3088bca2a5ed61f2c8105db25c72 \
&& 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 a9a04cf

Please sign in to comment.