We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a161fb5 commit cdcf106Copy full SHA for cdcf106
.github/workflows/wheels.yaml
@@ -53,12 +53,19 @@ jobs:
53
echo "FC = $FC"
54
echo "CFLAGS = $CFLAGS"
55
echo "FFLAGS = $FFLAGS"
56
+ echo "ARCHFLAGS = $ARCHFLAGS"
57
58
- name: Fixing fortran for cross-compilation
59
uses: myci-actions/export-env-var@1
60
with:
61
name: FFLAGS
62
value: $FFLAGS $ARCHFLAGS
63
+
64
+ - name: Fixing cmake arguments
65
+ uses: myci-actions/export-env-var@1
66
+ with:
67
+ name: SKBUILD_CMAKE_ARGS
68
+ value: -DCMAKE_Fortran_COMPILER=$FC;-DCMAKE_C_COMPILER=$CC
69
70
# We use the cibuildwheel action to take care of everything
71
- name: Build wheels
0 commit comments