File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1010 versionSpec : ' 3.6'
1111 addToPath : true
1212 - script : |
13- sudo apt install -yq --no-install-recommends gfortran
13+ sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
14+ sudo apt update -q
15+ sudo apt install -yq --no-install-recommends gfortran-6
1416 curl -Ls https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip -o ninja-linux.zip
1517 sudo unzip ninja-linux.zip -d /usr/local/bin/
1618 python -m pip install meson
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ if fc.get_id() == 'pgi'
44 subdir_done ()
55endif
66
7+ if os == ' darwin'
8+ message (' cxx: Meson build on Mac' )
9+ subdir_done ()
10+ endif
711
812call_f = library (' call_f' , ' c_call_f.f90' )
913c_call_f = executable (' c_call_f' , ' cxx_call_f.cxx' , link_with : call_f)
You can’t perform that action at this time.
0 commit comments