fixed broken aquamarine build
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
@@ -1,18 +1,18 @@
|
|||||||
# vim: set filetype=yaml.ansible :
|
# vim: set filetype=yaml.ansible :
|
||||||
---
|
---
|
||||||
- name: Configure {{ repo.git_path }}
|
- name: "Configure {{ repo.git_path }}"
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
creates: "{{ src_path }}/build"
|
creates: "{{ src_path }}/build"
|
||||||
chdir: "{{ src_path }}"
|
chdir: "{{ src_path }}"
|
||||||
argv: "{{ configure }}"
|
argv: "{{ configure }}"
|
||||||
|
|
||||||
- name: Build {{ repo.git_path }}
|
- name: "Build {{ repo.git_path }}"
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
creates: "{{ build_creates }}"
|
creates: "{{ build_creates }}"
|
||||||
chdir: "{{ src_path }}"
|
chdir: "{{ src_path }}"
|
||||||
argv: "{{ build }}"
|
argv: "{{ build }}"
|
||||||
|
|
||||||
- name: Install {{ repo.git_push }}
|
- name: "Install {{ repo.git_push }}"
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
creates: "{{ install_creates }}"
|
creates: "{{ install_creates }}"
|
||||||
chdir: "{{ src_path }}"
|
chdir: "{{ src_path }}"
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ aquamarine:
|
|||||||
- all
|
- all
|
||||||
- -j
|
- -j
|
||||||
- "{{ ansible_processor_nproc | int }}"
|
- "{{ ansible_processor_nproc | int }}"
|
||||||
build_installs: "{{ root_prefix }}/{{ lib_path }}/libaquamarine.so"
|
install_creates: "{{ root_prefix }}/{{ lib_path }}/libaquamarine.so"
|
||||||
install:
|
install:
|
||||||
- cmake
|
- cmake
|
||||||
- --install
|
- --install
|
||||||
|
|||||||
Reference in New Issue
Block a user