Skip to content

Commit

Permalink
turning on fortran build for autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 31, 2020
1 parent dd9d7dd commit 0876585
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
tar -xzvf pnetcdf-1.11.0.tar.gz
ls -l
pushd pnetcdf-1.11.0
./configure --prefix=/usr --enable-shared
./configure --prefix=/usr --enable-shared --disable-cxx
make
sudo make install
popd
- name: autoreconf
run: autoreconf -i
- name: configure
- name: configure --enable-fortran
run: ./configure
- name: make distcheck
run: make distcheck
- name: make check
run: make -j check
7 changes: 1 addition & 6 deletions .github/workflows/autotools_2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: autotools_2
name: autotools_docs

on:
push:
Expand All @@ -15,9 +15,6 @@ jobs:
CC: mpicc
FC: mpifort
CPPFLAGS: "-I/usr/include -I/usr/local/include"
# CFLAGS: "-std=c99 -fsanitize=address -fno-omit-frame-pointer -Werror"
# FFLAGS: "-fsanitize=address -fno-omit-frame-pointer"
# FCFLAGS: "-fsanitize=address -fno-omit-frame-pointer -Werror"

steps:
- uses: actions/checkout@v2
Expand All @@ -40,8 +37,6 @@ jobs:
run: autoreconf -i
- name: configure
run: |
doxygen --version
./configure --enable-docs --enable-fortran
cat config.log
- name: make check
run: make check

0 comments on commit 0876585

Please sign in to comment.