Engine
Engine copied to clipboard
Latest release tag has submodule commit which is not public
ORE-SWIG submodule points to a commit which is not in public repo.
The following URIs on tag v1.8.13.1 are wrong
[submodule "QuantLib"]
path = QuantLib
url = [email protected]:qs/quantlib.git
branch = master
ignore = dirty
[submodule "ORE-SWIG/QuantLib-SWIG"]
path = ORE-SWIG/QuantLib-SWIG
url = [email protected]:qs/QuantLib-SWIG.git
They should be
[submodule "QuantLib"]
path = QuantLib
url = https://github.com/OpenSourceRisk/QuantLib
branch = master
ignore = dirty
[submodule "ORE-SWIG/QuantLib-SWIG"]
path = ORE-SWIG/QuantLib-SWIG
url = https://github.com/OpenSourceRisk/QuantLib-SWIG