We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f724e8 commit a05cf63Copy full SHA for a05cf63
bin/build_aomp.sh
@@ -16,12 +16,6 @@ function build_aomp_component() {
16
echo "OS version 7 found $(cat /etc/os-release)"
17
# shellcheck disable=1091
18
[ -f /opt/rh/devtoolset-7/enable ] && . /opt/rh/devtoolset-7/enable
19
- elif [[ $osversion =~ \"8\. ]]; then
20
- echo "OS version 8 found $(cat /etc/os-release)"
21
- echo
22
- echo "Get updated gcc 8: export PATH=/usr/bin:\$PATH"
23
- export PATH=/usr/bin:$PATH
24
- gcc --version
25
fi
26
27
_stats_dir=$AOMP_INSTALL_DIR/.aomp_component_stats
0 commit comments