eggplantbren / DNest4

Diffusive Nested Sampling
MIT License
62 stars 22 forks source link

Add a scons SConstruct file for building and installing the library #11

Closed mattpitkin closed 6 years ago

mattpitkin commented 8 years ago

Hi Brendon,

I've created a SContruct file for installing and building the library with scons in case this is useful to people. Running with scons install will install in /usr/local by default (provided root permissions are available), but otherwise the install location can be set with the --prefix command. At the moment this does not compile the examples.

Cheers,

Matt

mattpitkin commented 6 years ago

Hi @eggplantbren - do you think you'll consider adding this scons build method, or should I close the request? I can update the README file to describe the installation method (and its current limitations).

eggplantbren commented 6 years ago

Sorry for the delay. If you put a section in the README about this way of building it then I'll check it out, try it, and probably merge.

mattpitkin commented 6 years ago

I've updated the README file. Let me know if it looks ok.

eggplantbren commented 6 years ago

All good; merged.

mattpitkin commented 6 years ago

Great, thanks very much.