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 f17beef commit 837b9a7Copy full SHA for 837b9a7
config.sh
@@ -86,6 +86,12 @@ function build_libs {
86
build_netcdf
87
}
88
89
+#function pre_build {
90
+# # Any stuff that you need to do before you start building the wheels
91
+# # Runs in the root directory of this repository.
92
+# build_zlib
93
+#}
94
+
95
function run_tests {
96
# Runs tests on installed distribution from an empty directory
97
pwd
0 commit comments