Skip to content

Commit

Permalink
Fix default filter for blis install.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Oct 29, 2024
1 parent 383cb9f commit 1d0d329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/algebra_blis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
chdir: "{{ hpl_root }}/tmp/blis-build"
creates: "{{ hpl_root }}/tmp/COMPILE_BLIS_COMPLETE"
loop:
- ./configure --prefix=/opt/blis {{ blis_configure_options | default('auto') }}
- ./configure --prefix=/opt/blis {{ blis_configure_options | default('auto', true) }}
- make -j{{ ansible_processor_vcpus }}
- make install
become: true
Expand Down

0 comments on commit 1d0d329

Please sign in to comment.