|
From: <seb...@sc...> - 2016-02-22 06:52:01
|
Hi, I am struggling a bit with the reorganization of QuantLib and QuantLibXL projects. I would like to follow updates in the official QuantLib repo. Also, I have several ql developments which are exported to Excel via gensrc which I want to keep. Currently, I forked Luigi's quantlib-old repo and merged my stuff (available at https://github.com/sschlenkrich/quantlib-old.git). I understand that I need to split up my repo into individual repos and then fork the new QuantLib repo. But what is the best practice for the remaining folders required to export QuantLib to Excel (via gensrc)? It seems a bit tedious to create individual repositories for each folder. I was thinking to keep quantlib-old and include QuantLib as a submodule. Are there any experiences with that? Alternatively, are there some official repos for the other folders (QuantLibAddin, QuantLibXL, etc.) which I can fork? I understand that for example Eric’s QuantLibAddin repository is already based on reposit. So I can’t use this unless I port everything to reposit. Any advice and suggestions are appreciated. Thanks Sebastian |