We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8f021 commit 89120feCopy full SHA for 89120fe
.github/environment.yml
@@ -5,11 +5,12 @@ dependencies:
5
- swig
6
- meson >=1.3.2
7
- meson-python
8
- - compilers
+ - c-compiler
9
+ - cxx-compiler
10
- pip
11
- setuptools
12
- build
- - flang=5
13
+ - flang=20
14
- libpgmath
15
# runtime
16
- packaging
.github/workflows/windows-build.yml
@@ -36,6 +36,8 @@ jobs:
36
:: debug - list environment vars
37
set
38
39
+ set FC=flang.exe
40
+
41
python -m build -n -x .
42
43
pip install --no-deps --no-index --find-links dist pyoptsparse
0 commit comments