From b4f3e5854a115c18ed72219afec3d87fbaa9f3be Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Fri, 5 Jun 2020 21:13:32 +0200 Subject: [CI|gfortran] Install gfortran for OSX and Linux CI (#11693) * [CI|gfortran] Install gfortran for OSX and Linux CI * [osx] use cask --- scripts/azure-pipelines/linux/provision-image.sh | 2 +- scripts/azure-pipelines/osx/azure-pipelines.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/azure-pipelines/linux/provision-image.sh b/scripts/azure-pipelines/linux/provision-image.sh index 55f3ce638..dccf28691 100755 --- a/scripts/azure-pipelines/linux/provision-image.sh +++ b/scripts/azure-pipelines/linux/provision-image.sh @@ -6,7 +6,7 @@ sudo apt -y update sudo apt -y dist-upgrade # Install common build dependencies and partitioning tools -sudo apt -y install at curl unzip tar libxt-dev gperf libxaw7-dev cifs-utils build-essential g++ zip libx11-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev mesa-common-dev libxinerama-dev libxcursor-dev yasm libnuma1 libnuma-dev python-six python3-six python-yaml flex libbison-dev autoconf libudev-dev libncurses5-dev libtool libxrandr-dev xutils-dev dh-autoreconf libgles2-mesa-dev ruby-full pkg-config +sudo apt -y install at curl unzip tar libxt-dev gperf libxaw7-dev cifs-utils build-essential g++ gfortran zip libx11-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev mesa-common-dev libxinerama-dev libxcursor-dev yasm libnuma1 libnuma-dev python-six python3-six python-yaml flex libbison-dev autoconf libudev-dev libncurses5-dev libtool libxrandr-dev xutils-dev dh-autoreconf libgles2-mesa-dev ruby-full pkg-config # Required by qt5-x11extras sudo apt -y install libxkbcommon-dev libxkbcommon-x11-dev # Required by libhdfs3 diff --git a/scripts/azure-pipelines/osx/azure-pipelines.yml b/scripts/azure-pipelines/osx/azure-pipelines.yml index be410e6a2..a73a102a4 100644 --- a/scripts/azure-pipelines/osx/azure-pipelines.yml +++ b/scripts/azure-pipelines/osx/azure-pipelines.yml @@ -23,6 +23,7 @@ jobs: brew list autoconf || brew install autoconf brew list automake || brew install automake brew list libtool || brew install libtool + brew list gfortran || brew cask install gfortran displayName: 'Install brew dependencies' - bash: | df -h -- cgit v1.2.3