Skip to content

Commit

Permalink
Moved atlas patch to a new branch. See #15
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAssassin23 committed Sep 6, 2023
1 parent 9c619f8 commit 491a44c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
18 changes: 0 additions & 18 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,24 +82,6 @@
remote_src: true
creates: "{{ hpl_root }}/tmp/ATLAS/README"

# The source code for the configure script that ATLAS uses makes calls
# with fgrep to find information about the system from its various
# outputs to set the configuration accordingly. However,
# grep versions 3.8+ throw the following warning when calling fgrep:
# 'fgrep: warning: fgrep is obsolescent; using grep -F'
# This occurs as output from fgrep which causes the ATLAS configuration
# to get invalid return values, causing the configuration to fail
# due to it assuming the first value is the number it's looking for.
#
# If the version of grep is 3.8 or newer, we have to patch the ATLAS
# source code to get rid of the warning produced by fgrep.
- name: Checking installed software.
package_facts:
manager: auto

- include_tasks: patch-atlas-src.yml
when: ansible_facts.packages['grep'][0].version is version("3.8", ">=")

- name: Install ATLAS (takes a LONG time).
ansible.builtin.command: "{{ item }}"
args:
Expand Down
40 changes: 0 additions & 40 deletions patch-atlas-src.yml

This file was deleted.

0 comments on commit 491a44c

Please sign in to comment.