← Back to team overview

dolfin team mailing list archive

Compiler

 

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




Follow ups