Thanks Johannes. I installed cmake and cxxtools on my system, though I'm not sure they are needed. Both boost settings end up to the following error.

Exit message: There was a problem building parmetis-4.0.2.

I attached the logs found in src/parmetis-4.0.2/build/Linux-x86_64/CMakeFiles

Regards,

Serge-Éti


Le ven 2 mai 2014 à 8:48, Johannes Ring <[email protected]> a écrit :
On Fri, May 2, 2014 at 2:26 PM, Serge-Étienne Parent <[email protected]> wrote:
 Here is the log file.

Thanks. Try to build Boost without the context library (we don't need
it). You can do this by adding --without-context to the b2 command in
FEniCS/packages/boost.package in Dorsal, for instance like this:

  ./b2 --without-context -j ${PROCS} --user-config=user-config.jam
--build-dir=dorsal_build_dir link=shared install ${CONFOPTS}

Another solution would be to upgrade Boost to the latest version
(1.55.0), since this bug has been fixed there. This can be done by
replacing NAME=boost_1_51_0 with NAME=boost_1_55_0 in boost.package in
Dorsal. You will also have to update (or remove) the CHECKSUM
variable.

Johannes

 --
 Serge-Éti




Le vendredi 2 mai 2014 3h52, Johannes Ring <[email protected]> a écrit :
 On Tue, Apr 29, 2014 at 8:09 PM, Serge-Étienne Parent

 <[email protected]> wrote:
I encountered the following message when launching Dorsal on Fedora 20, 64 bit - numpy 1.8.1. I used the fedora15.platform file for the processus.


 Failure with exit status: 1
 Exit message: There was a problem building boost_1_51_0.

 Please send us the dorsal_build.log in the Boost source folder. By
 default, this would be
 ~/Work/FEniCS/src/boost_1_51_0/dorsal_build.log.

 Johannes
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: mpicc 
Build flags: 
Id flags: 

The output was:
No such file or directory


Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: mpicc 
Build flags: 
Id flags: -c

The output was:
No such file or directory


Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: mpicc 
Build flags: 
Id flags: -Aa

The output was:
No such file or directory


Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: mpicxx 
Build flags: 
Id flags: 

The output was:
No such file or directory


Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: mpicxx 
Build flags: 
Id flags: -c

The output was:
No such file or directory


Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
Determining if the C compiler works failed with the following output:


The system is: Linux - 3.13.10-200.fc20.x86_64 - x86_64
_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics

Reply via email to