I've put together a chroot environment of Ubuntu 7.04 that is
currently running off of the master branch. This is useful for those
of us on GNU/Linux who wish to develop against NE and move it on to
new libraries.
On a related note, I have mirrored the repository on github, and added
a central README. I think this file could be improved a lot, I just
wanted something resembling a start to an overview of this project.
But there's obviously a lot missing (like acknowledgements, examples,
usage, etc.).
I am also open to ideas about recovering the wiki from the spam storm.
Mark, maybe you have some ideas about that? Are there any long-term
plans for keeping the wiki hosted and operational?
First of all, thanks for the great job! Finally someone got it to work on
linux!
There are a couple of inaccuracies though: 1) the archive is actually tar,
not tar.gz, and 2) python ~/code/nanoengineer/cad/src/main.py (you had
"nanoengineeruser")
Other than that, it seems to work fine, albeit maybe a little slower than I
remember it run under Win7 back before SP1 came out and broke everything...
On Mon, Apr 30, 2012 at 11:36 AM, Bryan Bishop <kanz...@gmail.com> wrote:
> On Mon, Apr 30, 2012 at 2:13 AM, Bryan Bishop <kanz...@gmail.com> wrote:
> > Oops, I forgot to include usage instructions. Something like this:
Fantastic! I want to run it on Linux as well. Another effort that is needed
is to make NanoEngineer-1 independent of the add in packages
that are deprecated. I will be working on an interface to LAMMPS this
summer along with some other projects in MD.
On Wed, May 2, 2012 at 9:57 AM, Vasilii Artyukhov <darth.va...@gmail.com>wrote:
> First of all, thanks for the great job! Finally someone got it to work on
> linux!
> There are a couple of inaccuracies though: 1) the archive is actually tar,
> not tar.gz, and 2) python ~/code/nanoengineer/cad/src/main.py (you had
> "nanoengineeruser")
> Other than that, it seems to work fine, albeit maybe a little slower than
> I remember it run under Win7 back before SP1 came out and broke
> everything...
> Cheers,
> Vasya
> On Mon, Apr 30, 2012 at 11:36 AM, Bryan Bishop <kanz...@gmail.com> wrote:
>> On Mon, Apr 30, 2012 at 2:13 AM, Bryan Bishop <kanz...@gmail.com> wrote:
>> > Oops, I forgot to include usage instructions. Something like this:
On Wed, May 9, 2012 at 2:52 PM, Bruce Allen <claude...@gmail.com> wrote:
> Fantastic! I want to run it on Linux as well. Another effort that is needed
> is to make NanoEngineer-1 independent of the add in packages
> that are deprecated. I will be working on an interface to LAMMPS this summer
> along with some other projects in MD.
My current plan is to slowly upgrade the chroot from ubuntu 7.04 to
whatever the next version was. Then, based on whatever errors show up,
I will be adding in new unit tests and fixing the deprecations. I
think there are a few unit tests (from what I've seen), but not
extensive coverage. It would be really great to just dist-upgrade
ubuntu, run tests, check everything out, upgrade again, but this task
will probably be more involved.