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 5be0def commit 8babdc0Copy full SHA for 8babdc0
1 file changed
recipe/build.sh
@@ -3,8 +3,10 @@
3
./autogen.sh
4
./configure PYTHON CXXFLAGS='-O1'
5
make -C Python
6
+make -C Python wheel
7
+pip install Python/dist/QuantLib-*.whl
8
+
9
+# testing
10
pushd Python
11
pytest
12
popd
-make -C Python wheel
-pip install Python/dist/QuantLib-*.whl
0 commit comments