From: Aditya G. <adi...@ya...> - 2012-11-29 05:09:00
|
Dear Chaitanya, Subhasis and I looked at this issue. Moose debian package is linked against libhdf5-serial-1.8.4 . Apparently fenics requires libhdf5-openmpi-1.8.4 which conflicts with libhdf5-serial-1.8.4. Releasing a deb package linked against the openmpi version will require openmpi dependencies etc. for moose which are not relevant. Presently, your best course will be to uninstall moose, install fenics, then compile and install moose from source. Subha expects that moose should compile against the openmpi version of libhdf5. You'll need libhdf5-openmpi-dev installed. Mostly make and make install should work fine, if the names of libraries, headers etc are same across the serial and openmpi versions. There is another libhdf5 issue that Alex reported, but that seems to be different from yours. Let us know how the source compile goes. Cheers, Aditya. >________________________________ > From: Chaitanya <cc...@gm...> >To: moo...@li... >Sent: Thursday, 29 November 2012 4:17 AM >Subject: [moose-generic] Installing moose with fenics > > >Hi guys, > >I am using moose 2.0.0 python 2.7 debian 32 bit version. I installed this on a new machine (Ubuntu 12.04) > >I do this via ubuntu software manager (basically click the above deb). And in resolving the dependencies, it removes fenics (http://fenicsproject.org/) without any warning. > >When I try to reinstall fenics via synaptic, it demands me to remove the following packages as they are in conflict. > >libhdf5-serial-1.8.4 >libhdf5-serial-dev >moose > >How do I proceed? > >Cheers! >Chaitanya > >------------------------------------------------------------------------------ >Keep yourself connected to Go Parallel: >INSIGHTS What's next for parallel hardware, programming and related areas? >Interviews and blogs by thought leaders keep you ahead of the curve. >http://goparallel.sourceforge.net >_______________________________________________ >moose-generic mailing list >moo...@li... >https://lists.sourceforge.net/lists/listinfo/moose-generic > > > |