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 104bd95 commit 53cb058Copy full SHA for 53cb058
1 file changed
recipe/build.sh
@@ -4,7 +4,7 @@
4
./configure PYTHON CXXFLAGS='-O1'
5
make -C Python
6
make -C Python wheel
7
-pip install Python/dist/QuantLib-*.whl
+pip install Python/dist/*.whl
8
9
# testing
10
pushd Python
0 commit comments