New in version 2.1.
parameter | required | default | choices | comments |
---|---|---|---|---|
chdir |
yes | cd into this directory before running make | ||
params |
no | none | Any extra parameters to pass to make | |
target |
no | none | The target to run |
# Build the default target - make: chdir: /home/ubuntu/cool-project # Run `install` target as root - make: chdir: /home/ubuntu/cool-project target: install become: yes # Pass in extra arguments to build - make: chdir: /home/ubuntu/cool-project target: all params: NUM_THREADS: 4 BACKEND: lapack
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
This module is community maintained without core committer oversight.
For more information on what this means please read Module Support
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Helping Testing PRs and Developing Modules.