RE: [deal.II] Installing 9.2.0 with HDF5

2021-03-23 Thread Francisco Trigo
Para: deal.II User Group Asunto: Re: [deal.II] Installing 9.2.0 with HDF5 Hi, Can you try this: cmake -DDEAL_II_WITH_HDF5=ON -DHDF5_DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial .. Because, as far as I can tell, the "hint" that is currently in configure_hdf5.cmake isn't good enoug

Re: [deal.II] Installing 9.2.0 with HDF5

2021-03-22 Thread simon...@gmail.com
Hi, Can you try this: cmake -DDEAL_II_WITH_HDF5=ON -DHDF5_DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial .. Because, as far as I can tell, the "hint" that is currently in configure_hdf5.cmake isn't good enough. Best, Simon On Sunday, March 21, 2021 at 6:50:56 PM UTC+1 Curro Trigo wrote: > Hello

RE: [deal.II] Installing 9.2.0 with HDF5

2021-03-21 Thread Francisco Trigo
Hello again, The problem is when I type 'apt-cache search hdf5' I get 103 packages (attached to this e-mail) in Ubuntu related to hdf5. Which ones do I have to select? I've selected these four packages: hdf5-helpers libhdf5-103 libhdf5-cpp-103 libhdf5-dev with the sam

Re: [deal.II] Installing 9.2.0 with HDF5

2021-03-21 Thread Wolfgang Bangerth
On 3/21/21 1:41 PM, Curro Trigo wrote: I've downloaded from 'https://www.hdfgroup.org/' the file 'hdf5-1.12.0-linux-centos7-x86_64-shared-production.tar.gz'. And I have expanded it. Also, I've set the environment variable LD_LIBRARY_PATH to the folder where I've expanded it. With no success.