We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24a2c75 + 3367eb8 commit 1088637Copy full SHA for 1088637
tasks/Darwin.yml
@@ -1,7 +1,10 @@
1
---
2
-- name: Install required libraries
3
- homebrew:
4
- name:
5
- - libomp # Used by xgboost: pip packages require this library, while conda packages of xgboost don't
6
- - tcl-tk # used by the base python builds
7
- state: present
+- name: Install Homebrew + required libraries
+ ansible.builtin.include_role:
+ name: geerlingguy.mac.homebrew
+ vars:
+ homebrew_installed_packages:
+ - libomp
8
+ - tcl-tk
9
+ when: not cpp_buildmachine
10
+# This is overwritten by our group_vars (cpp.build-machines)
0 commit comments