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 71d1612 commit 1cefc2bCopy full SHA for 1cefc2b
bin/build_dependencies_unix.sh
@@ -178,12 +178,11 @@ cd arb-$ARBVER
178
make -j3
179
make install
180
#
181
- # Here make check passes for Linux and OSX but fails for Windows probably
182
- # because of a linker error or something like that. It would be nice to
183
- # enable this check when it can work for Windows but for now we disable it
184
- # because if it fails then we don't get any wheels built.
+ # Set PATH so that DLLs are picked up on Windows.
185
186
- # ARB_TEST_MULTIPLIER=0.1 make check
+ PATH=$PATH:$PREFIX/lib:$PREFIX/bin \
+ ARB_TEST_MULTIPLIER=0.1 \
+ make check
187
cd ..
188
189
# ------------------------------------------------------------------------- #
0 commit comments