URDME / urdme

Stochastic reaction-diffusion simulation on unstructured meshes.
www.urdme.org
GNU General Public License v3.0
28 stars 12 forks source link

install.sh should not copy examples folder #12

Closed ahellander closed 11 years ago

ahellander commented 11 years ago

Nope. It should not. But where should they go? Probably not anywhere.

briandrawert commented 11 years ago

I propose that we create a new folder "urdme" in the root of the repository, and move all folders from the top level to that folder that need to be moved by the install script. So the the repository would have the following structure: AUTHORS LICENCE README.md examples install.sh set_matlab_path.pl urdme urdme/include urdme/msrc urdme/sbml urdme/src urdme/bin urdme/build urdme/comsol urdme/doc

ahellander commented 11 years ago

I think this is the correct solution. This also means that the directory structure will be exactly as in Pavols urdme12 branch.

Whoever implements this, remember to update install.sh accordingly.