Re: [Libmesh-users] libmesh does not detect VTK

2015-10-22 Thread John Peterson
On Thu, Oct 22, 2015 at 8:27 AM, Florian Lindner wrote: > Thanks again!! > Florian, Would you mind pulling the branch in https://github.com/libMesh/libmesh/pull/688 and giving it a try on your arch linux machine when you have a chance? -- John -

Re: [Libmesh-users] libmesh does not detect VTK

2015-10-22 Thread Antonio Cervone
temporary fix here https://github.com/capitalaslash/libmesh/commit/58330868f36a784c32530f87f27296fb41d4668c remember to run bootstrap in the source dir this time, I did not include the diff for configure because it was mixed with too many other mods. On Wed, 21 Oct 2015 at 18:10 John Peterson w

Re: [Libmesh-users] libmesh does not detect VTK

2015-10-21 Thread John Peterson
On Wed, Oct 21, 2015 at 8:14 AM, John Peterson wrote: > > > > On Oct 21, 2015, at 7:29 AM, Florian Lindner > wrote: > > > > Florian Lindner wrote: > > > >> Antonio Cervone wrote: > >> > >>> this is due to a recent change in archlinux package, see > >>> https://bugs.archlinux.org/task/46431 and >

Re: [Libmesh-users] libmesh does not detect VTK

2015-10-21 Thread John Peterson
> On Oct 21, 2015, at 7:29 AM, Florian Lindner wrote: > > Florian Lindner wrote: > >> Antonio Cervone wrote: >> >>> this is due to a recent change in archlinux package, see >>> https://bugs.archlinux.org/task/46431 and >>> https://bugs.archlinux.org/task/43378 >>> I hope they will revert this

Re: [Libmesh-users] libmesh does not detect VTK

2015-10-21 Thread Florian Lindner
Florian Lindner wrote: > Antonio Cervone wrote: > >> this is due to a recent change in archlinux package, see >> https://bugs.archlinux.org/task/46431 and >> https://bugs.archlinux.org/task/43378 >> I hope they will revert this change back, in the mean time check >> >> > https://github.com/cap

Re: [Libmesh-users] libmesh does not detect VTK

2015-10-07 Thread John Peterson
On Wed, Oct 7, 2015 at 9:11 AM, Antonio Cervone wrote: > vtk relies heavily on cmake, so it does not support pkg-config or > autotools explicitly. > what it provides is a VTKConfig.cmake generated during the > configuration/installation. > inquiring it with this CMakeLists.txt > > find_package(VT

Re: [Libmesh-users] libmesh does not detect VTK

2015-10-07 Thread Antonio Cervone
vtk relies heavily on cmake, so it does not support pkg-config or autotools explicitly. what it provides is a VTKConfig.cmake generated during the configuration/installation. inquiring it with this CMakeLists.txt find_package(VTK) message("VTK_DEFINITIONS = ${VTK_DEFINITIONS}") message("VTK_LIBRA

Re: [Libmesh-users] libmesh does not detect VTK

2015-10-07 Thread Roy Stogner
On Wed, 7 Oct 2015, John Peterson wrote: > Do you think it's worth trying to actually support the distros' alternate > naming scheme in libmesh's m4 files? I don't think it would be too > difficult. Other than Arch and Fedora, are there any others that do this? It's not a crazy alternate schem

Re: [Libmesh-users] libmesh does not detect VTK

2015-10-07 Thread John Peterson
On Wed, Oct 7, 2015 at 7:40 AM, Antonio Cervone wrote: > this is due to a recent change in archlinux package, see > https://bugs.archlinux.org/task/46431 and > https://bugs.archlinux.org/task/43378 > I hope they will revert this change back, in the mean time check > > > https://github.com/capital

Re: [Libmesh-users] libmesh does not detect VTK

2015-10-07 Thread Florian Lindner
Antonio Cervone wrote: > this is due to a recent change in archlinux package, see > https://bugs.archlinux.org/task/46431 and > https://bugs.archlinux.org/task/43378 > I hope they will revert this change back, in the mean time check > > https://github.com/capitalaslash/libmesh/commit/1fa8fc38944

Re: [Libmesh-users] libmesh does not detect VTK

2015-10-07 Thread Antonio Cervone
this is due to a recent change in archlinux package, see https://bugs.archlinux.org/task/46431 and https://bugs.archlinux.org/task/43378 I hope they will revert this change back, in the mean time check https://github.com/capitalaslash/libmesh/commit/1fa8fc38944d719e8e7ada35bc345e21d94eeaca for a

Re: [Libmesh-users] libmesh does not detect VTK

2015-10-07 Thread John Peterson
> On Oct 7, 2015, at 7:13 AM, Florian Lindner wrote: > > Hello, > > I try to compile libmesh master on my Arch linux. VTK 6.1.0 is installed, > but configure does not detect it. > > ./configure --prefix=/home/florian/software/libmesh > > configure:35523: checking /usr/include/vtk/vtkConfig

[Libmesh-users] libmesh does not detect VTK

2015-10-07 Thread Florian Lindner
Hello, I try to compile libmesh master on my Arch linux. VTK 6.1.0 is installed, but configure does not detect it. ./configure --prefix=/home/florian/software/libmesh configure:35523: checking /usr/include/vtk/vtkConfigure.h usability configure:35523: mpicxx -c -std=gnu++11 conftest.cpp >&5