ARudik / feelpp

Automatically exported from code.google.com/p/feelpp
0 stars 0 forks source link

Port Feel++ on Suse #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
IMFS in Strasbourg uses Suse and would like to use Feel++

Original issue reported on code.google.com by christop...@feelpp.org on 24 Jan 2013 at 5:06

GoogleCodeExporter commented 9 years ago
On a recent OpenSuse (which version?), we had the following experience:
 - Boost ok
 - Petsc not ok, required manual installation  (more info needed)
 - Gmsh ok 

The PETSc installation was done using the script
in feel++ repository ports/ccma/petsc.sh

Feel++ was compiled with gcc 4.7, the cmake process went all right but be 
careful because glog found gflags installed on the system and used it instead 
of the the Feel++ gflags which was oin contrib/glfags/lib64 and not 
contrib/gflags/lib

we need to check the petsc spec file for suse
https://build.opensuse.org/package/view_file?file=petsc.spec&package=petsc&proje
ct=science&rev=f5dfd5ad86ace4b12759fad778c6f5a5

Original comment by christop...@feelpp.org on 1 Feb 2013 at 9:29

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 92b330b88dd0.

add lib64 subdir to the search paths

Original comment by christop...@feelpp.org on 1 Feb 2013 at 9:31