← Back to team overview

dolfin team mailing list archive

Re: Compiler

 

OK, we figured this one out. Tried to use checkinstall for gcc 4.3, which removed c++ from /usr/bin. However, ccache still thought is was available, but it could not be used to compile (obviously). Still think we should set enableMpi=0 if Petsc and Scotch also are set to enableXXX=0, and enableMpi is not explicitely set to 1.

ilmar

Ilmar Wilbers wrote:
The option enableMpi=0 results in boost not being found:

scons -j5 enableDemos=0 enableTests=0 enablePetsc=0 enableTrilinos=0 enableScotch=0 enableGts=0 enableUmfpack=0 enableMpi=0
...
Checking for boost... no (pkg-config file not found)
 Trying to generate pkg-config file for boost... failed
Checking for libxml-2.0... yes
Resolving compiler... done
Warning: Unknown dependency package: boost
Enabling compilation of PyDOLFIN
scons: done reading SConscript files.
scons: *** No targets specified and no Default() targets found.  Stop.

Running python boost.py in scons/simula-scons/simula_scons/pkgconfiggenerators works fine. I do not find any errors in the log. What can be the problem? boost should not depend on mpi.

ilmar


_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev


Follow ups

References