Re: [Avogadro-devel] Conda builds?

2017-04-19 Thread Rick Muller
I ended up setting -D USE_SYSTEM_YAEHMOP=ON, which stopped the configure process from trying to re-download the tarball. Don't know why this is hanging when I run cmake from conda build, but it didn't do it when I ran cmake by hand. Probably has something to do with Sandia's proxies. On Wed, Apr

Re: [Avogadro-devel] Conda builds?

2017-04-19 Thread Marcus D. Hanwell
On Wed, Apr 19, 2017 at 7:17 AM, Rick Muller wrote: > I took the easy way out and just uninstalled numpy and boost from my build > environment, so that python wasn't autoconfigured by cmake. The build just > completed successfully. I'll test it out when I get into work this >

Re: [Avogadro-devel] Conda builds?

2017-04-19 Thread Rick Muller
I took the easy way out and just uninstalled numpy and boost from my build environment, so that python wasn't autoconfigured by cmake. The build just completed successfully. I'll test it out when I get into work this afternoon. If all goes well, I'll post the recipe here. It's pretty easy. On

Re: [Avogadro-devel] Conda builds?

2017-04-18 Thread Rick Muller
Thanks. Since I'm a little new to CMAKE, is there an easy flag to do this? Like -D PYTHON=OFF?? On Tue, Apr 18, 2017 at 5:12 PM Geoffrey Hutchison < geoff.hutchi...@gmail.com> wrote: > I had been trying to compile v1.1.1 with eigen3. Just switched to the > github version and it passed the cmake

Re: [Avogadro-devel] Conda builds?

2017-04-18 Thread Geoffrey Hutchison
> I had been trying to compile v1.1.1 with eigen3. Just switched to the github > version and it passed the cmake step and is now compiling. Fingers crossed! > > Argh. Hopes dashed. > [ 4%] Generating moc_pythonengine_p.cxx >

Re: [Avogadro-devel] Conda builds?

2017-04-18 Thread Rick Muller
I had been trying to compile v1.1.1 with eigen3. Just switched to the github version and it passed the cmake step and is now compiling. Fingers crossed! Argh. Hopes dashed. [ 4%] Generating moc_pythonengine_p.cxx

Re: [Avogadro-devel] Conda builds?

2017-04-18 Thread Rick Muller
Marcus, Thanks for the quick response. I'll respond to the list, since the topic may be of general interest, although I'm happy to just email between the two of us. I'm fairly new to conda myself, but I'm really impressed thus far. It makes software development much easier and reproducible --

Re: [Avogadro-devel] Conda builds?

2017-04-18 Thread Marcus D. Hanwell
On Tue, Apr 18, 2017 at 7:09 AM, Rick Muller wrote: > Hi, > > Long time user, first time caller ;-). I'm interested in building avogadro > under conda, but I haven't found any existing projects under the usual > channels. Has anyone started anything like this with either

[Avogadro-devel] Conda builds?

2017-04-18 Thread Rick Muller
Hi, Long time user, first time caller ;-). I'm interested in building avogadro under conda, but I haven't found any existing projects under the usual channels. Has anyone started anything like this with either avogadro or avogadro2? Any suggestions for getting started? One thing I've had a hard