Hi folks, We're starting to need to write some EasyBuild configs for applications not in EB at the moment (we're on 2.2.0), and the first of these is LAMMPS.
Currently our existing build script does: [...] cp -v ../../Makefile.vlsci MAKE/ || exit 1 make yes-all make no-gpu make no-reax make no-meam make no-user-awpmd make no-user-cuda # needs compatible hardware make no-user-quip # new and troublesome make no-user-colvars make no-poems make no-kim make no-user-reaxc make no-voronoi make -j 8 vlsci [...] Looking at the available generic easyblocks I'm struggling to see one that fits this sort of workflow, but of course I'm still coming to terms with EB. Has anyone attempted this before? Any guidance that people can offer please? Thanks! Chris -- Christopher Samuel Senior Systems Administrator VLSCI - Victorian Life Sciences Computation Initiative Email: [email protected] Phone: +61 (0)3 903 55545 http://www.vlsci.org.au/ http://twitter.com/vlsci

