File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 34
34
mingw-w64-${{ matrix.arch }}-gcc
35
35
mingw-w64-${{ matrix.arch }}-gcc-fortran
36
36
mingw-w64-${{ matrix.arch }}-python
37
- mingw-w64-${{ matrix.arch }}-python-pip
37
+ mingw-w64-${{ matrix.arch }}-python-fypp
38
38
mingw-w64-${{ matrix.arch }}-python-setuptools
39
39
mingw-w64-${{ matrix.arch }}-cmake
40
40
mingw-w64-${{ matrix.arch }}-ninja
@@ -51,16 +51,11 @@ jobs:
51
51
mingw-w64-x86_64-gcc
52
52
mingw-w64-x86_64-gcc-fortran
53
53
python
54
- python-pip
55
54
mingw-w64-x86_64-python-fypp
56
55
cmake
57
56
ninja
58
57
mingw-w64-x86_64-minizip-ng
59
58
60
- - name : Install fypp (MinGW)
61
- if : contains(matrix.msystem, 'MINGW')
62
- run : pip install fypp
63
-
64
59
- run : >-
65
60
PATH=$PATH:/mingw64/bin/ cmake
66
61
-Wdev
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ copyright = "2019-2021 stdlib contributors"
9
9
test-drive.git = " https://github.com/fortran-lang/test-drive"
10
10
test-drive.tag = " v0.4.0"
11
11
12
- [build ]
13
- link = [" minizip-ng" ]
14
-
15
12
[preprocess ]
16
13
[preprocess .cpp ]
17
14
suffixes = [" .F90" , " .f90" ]
You can’t perform that action at this time.
0 commit comments