Skip to content

Commit 1088637

Browse files
Merge pull request #16 from ccdc-opensource/layfield-ccdc-patch-1
updates to new homebrew DO-659
2 parents 24a2c75 + 3367eb8 commit 1088637

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

tasks/Darwin.yml

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
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
2+
- name: Install Homebrew + required libraries
3+
ansible.builtin.include_role:
4+
name: geerlingguy.mac.homebrew
5+
vars:
6+
homebrew_installed_packages:
7+
- libomp
8+
- tcl-tk
9+
when: not cpp_buildmachine
10+
# This is overwritten by our group_vars (cpp.build-machines)

0 commit comments

Comments
 (0)