https://github.com/feelpp/feelpp
Raw File
Tip revision: 9ed5998afabc741f6dc9d76725c4ef2904f7dc4d authored by Christophe Prud'homme on 20 August 2019, 09:48:40 UTC
Fixes for #1351
Tip revision: 9ed5998
.gitmodules
[submodule "contrib/nlopt"]
	path = feelpp/contrib/nlopt
	url = https://github.com/feelpp/nlopt.git
[submodule "contrib/hpddm"]
	path = feelpp/contrib/hpddm
	url = https://github.com/feelpp/hpddm.git
[submodule "contrib/jsonlab"]
	path = feelpp/contrib/jsonlab
	url = https://github.com/fangq/jsonlab.git
[submodule "contrib/ipopt"]
	path = feelpp/contrib/ipopt
	url = https://github.com/feelpp/ipopt.git
[submodule "contrib/pybind11"]
	path = feelpp/contrib/pybind11
	url = https://github.com/feelpp/pybind11.git
[submodule "contrib/mongodb"]
	path = feelpp/contrib/mongocxx
	url = https://github.com/feelpp/mongo-cxx-driver.git
[submodule "contrib/kwsys"]
	path = feelpp/contrib/kwsys
	url = https://github.com/feelpp/kwsys.git
[submodule "contrib/viewer"]
	path = contrib/viewer
	url = https://github.com/feelpp/viewer.git
[submodule "benchmarks/benchmark"]
	path = benchmarks/benchmark
	url = https://github.com/feelpp/benchmark
back to top