File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 QT_VERSION : " 6.10.2-msvc"
66 LIBSBML_VERSION : " v5.20.5"
77 LIBEXPAT_VERSION : " R_2_7_3"
8- SYMENGINE_VERSION : " add_metalcode_printer "
8+ SYMENGINE_VERSION : " support_inv_trig_functions_in_codegen "
99 GMP_VERSION : " 6.3.0"
1010 MPFR_VERSION : " 4.2.1"
1111 MPIR_MSVC_VERSION : " f84ce09218b91d4c4fdf26e75093918c9fdb7046"
Original file line number Diff line number Diff line change @@ -396,6 +396,7 @@ Download-File "https://www.qcustomplot.com/release/$($env:QCUSTOMPLOT_VERSION)/Q
396396tar - xf " qcustomplot-source.tar.gz"
397397Copy-Item - Path " .\qcustomplot-source\*" - Destination " .\qcustomplot" - Recurse - Force
398398Push-Location " qcustomplot"
399+ git apply -- ignore- space- change -- ignore- whitespace -- verbose " ..\qcustomplot.diff"
399400New-Directory " build"
400401Push-Location " build"
401402$qcustomplotArgs = @ (
Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ wget https://www.qcustomplot.com/release/${QCUSTOMPLOT_VERSION}/QCustomPlot-sour
220220tar xf QCustomPlot-source.tar.gz
221221cp qcustomplot-source/* qcustomplot/.
222222cd qcustomplot
223+ git apply --ignore-space-change --ignore-whitespace --verbose ../qcustomplot.diff
223224mkdir build
224225cd build
225226cmake -GNinja .. \
You can’t perform that action at this time.
0 commit comments