Skip to content

Commit

Permalink
ci: disable fortran on ppc64
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Jun 27, 2023
1 parent a69b3b8 commit 1d5042e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ppc64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ppc64le Ubuntu Autotools
name: ppc64le Autotools

on:
workflow_dispatch:
Expand Down Expand Up @@ -34,14 +34,14 @@ jobs:
install: |
apt-get update -q -y
apt-get install -q -y --no-install-recommends \
automake autoconf gcc gfortran \
automake autoconf gcc \
libc6-dev libjpeg-dev libtool libtool-bin \
make sudo zlib1g zlib1g-dev
run: |
./autogen.sh
./configure --prefix=/usr/local \
--enable-shared --enable-hdf4-xdr --enable-fortran \
--disable-netcdf
--enable-shared --enable-hdf4-xdr \
--disable-fortran --disable-netcdf
make
sudo make install

0 comments on commit 1d5042e

Please sign in to comment.