Skip to content

Commit c29ff5c

Browse files
Merge pull request #21 from jchristopherson/v1.4.0
V1.4.0
2 parents 8a8d7b3 + 1b7264b commit c29ff5c

File tree

170 files changed

+29020
-33060
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+29020
-33060
lines changed

.github/workflows/fpm.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -50,34 +50,34 @@ jobs:
5050
gfortran --version
5151
fpm test
5252
53-
msys2-build:
54-
runs-on: windows-latest
55-
defaults:
56-
run:
57-
shell: msys2 {0}
53+
# msys2-build:
54+
# runs-on: windows-latest
55+
# defaults:
56+
# run:
57+
# shell: msys2 {0}
5858

59-
steps:
60-
- uses: actions/checkout@v2
61-
- uses: msys2/setup-msys2@v2
62-
with:
63-
msystem: MINGW64
64-
update: true
65-
path-type: inherit
66-
install: |
67-
mingw-w64-x86_64-gcc-fortran
68-
mingw-w64-x86_64-fpm
69-
mingw-w64-x86_64-openblas
70-
mingw-w64-x86_64-lapack
71-
72-
- name: fpm build
73-
run: |
74-
gfortran --version
75-
fpm --version
76-
fpm build
77-
78-
- name: fpm test
79-
run: |
80-
fpm test
59+
# steps:
60+
# - uses: actions/checkout@v2
61+
# - uses: msys2/setup-msys2@v2
62+
# with:
63+
# msystem: MINGW64
64+
# update: true
65+
# path-type: inherit
66+
# install: |
67+
# mingw-w64-x86_64-gcc-fortran
68+
# mingw-w64-x86_64-fpm
69+
# mingw-w64-x86_64-openblas
70+
# mingw-w64-x86_64-lapack
71+
72+
# - name: fpm build
73+
# run: |
74+
# gfortran --version
75+
# fpm --version
76+
# fpm build
77+
78+
# - name: fpm test
79+
# run: |
80+
# fpm test
8181

8282
# intel-build:
8383
# runs-on: ubuntu-latest

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
33
project(
44
fstats
55
LANGUAGES Fortran
6-
VERSION 1.3.2
6+
VERSION 1.4.0
77
)
88

99
# Confgiure everything

0 commit comments

Comments
 (0)