Skip to content

Commit 89120fe

Browse files
committed
try exporting FC
1 parent 4e8f021 commit 89120fe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/environment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ dependencies:
55
- swig
66
- meson >=1.3.2
77
- meson-python
8-
- compilers
8+
- c-compiler
9+
- cxx-compiler
910
- pip
1011
- setuptools
1112
- build
12-
- flang=5
13+
- flang=20
1314
- libpgmath
1415
# runtime
1516
- packaging

.github/workflows/windows-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
:: debug - list environment vars
3737
set
3838
39+
set FC=flang.exe
40+
3941
python -m build -n -x .
4042
4143
pip install --no-deps --no-index --find-links dist pyoptsparse

0 commit comments

Comments
 (0)