Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-05-07 Thread Bruno Turcksin
Lev, 2017-05-06 23:45 GMT-04:00 Lev Karatun : > Also, Timo suggested printing out a warning after installing p4est if zlib > was not found, would that be an easy thing to add? I would then be able to > check if p4est was indeed installed without zlib. I don't know, I am bad with cmake. You can use

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-05-06 Thread Lev Karatun
Hi Bruno, I see it's mentioned that running make check for p4est should catch the lack of zlib (if I understood it correctly), but in my case all checks ran successfully, which suggests this is not quite the case. Also, Timo suggested printing out a warning after installing p4est if zlib was not f

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-05-06 Thread Bruno Turcksin
Lev, 2017-05-05 1:13 GMT-04:00 Lev Karatun : > is this a recently introduced requirement? Yes, see the discussion here https://github.com/dealii/dealii/issues/4151 Best, Bruno -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-05-04 Thread Lev Karatun
Hi Bruno, is this a recently introduced requirement? Best regards, Lev Karatun. 2017-05-05 0:39 GMT-04:00 Bruno Turcksin : > Lev > > 2017-05-04 15:45 GMT-04:00 Lev Karatun : > > I was trying to update dealII on a cluster with Trilinos that I didn't > even > > install myself, but loaded using a

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-05-04 Thread Bruno Turcksin
Lev 2017-05-04 15:45 GMT-04:00 Lev Karatun : > I was trying to update dealII on a cluster with Trilinos that I didn't even > install myself, but loaded using a module manager. I got the exact same > error message as before. Is having Trilinos configured with zlib support > something that was intro

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-05-04 Thread Lev Karatun
Hi Bruno, I was trying to update dealII on a cluster with Trilinos that I didn't even install myself, but loaded using a module manager. I got the exact same error message as before. Is having Trilinos configured with zlib support something that was introduced recently? If not, can it be that deal

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-30 Thread Lev Karatun
Hi Bruno, debug version actually was installed too, I just didn't realize. Thank you for your help! Best regards, Lev Karatun. 2017-04-28 8:25 GMT-04:00 Bruno Turcksin : > Lev, > > 2017-04-28 8:16 GMT-04:00 Lev Karatun : > > Thank you, installing with candi worked (in release mode). Does it > s

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-28 Thread Bruno Turcksin
Lev, 2017-04-28 8:16 GMT-04:00 Lev Karatun : > Thank you, installing with candi worked (in release mode). Does it support > installing in Debug mode (that's was I was trying to do in the first place)? > I haven't found an option in the config file.. candi should have installed both the debug and t

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-28 Thread Lev Karatun
Hi Bruno, Thank you, installing with candi worked (in release mode). Does it support installing in Debug mode (that's was I was trying to do in the first place)? I haven't found an option in the config file.. Best regards, Lev Karatun. 2017-04-27 15:00 GMT-04:00 Bruno Turcksin : > 2017-04-27 14

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-27 Thread Bruno Turcksin
2017-04-27 14:53 GMT-04:00 Lev Karatun : > what do you mean by that?.. Don't try to install deal.II yourself. candi (https://github.com/dealii/candi) or spack (https://github.com/dealii/dealii/wiki/deal.II-in-Spack) can take care of all the dependencies for you. They are both regularly tested on mu

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-27 Thread Lev Karatun
Hi Bruno, what do you mean by that?.. Best regards, Lev Karatun. 2017-04-27 8:32 GMT-04:00 Bruno Turcksin : > 2017-04-26 23:10 GMT-04:00 Lev Karatun : > > that's what I was doing... > Maybe try candi or spack > > Best, > > Bruno > > -- > The deal.II project is located at http://www.dealii.org/

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-27 Thread Bruno Turcksin
2017-04-26 23:10 GMT-04:00 Lev Karatun : > that's what I was doing... Maybe try candi or spack Best, Bruno -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you a

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-26 Thread Lev Karatun
Hi Bruno, that's what I was doing... Best regards, Lev Karatun. 2017-04-26 19:48 GMT-04:00 Bruno Turcksin : > 2017-04-26 18:10 GMT-04:00 Lev Karatun : > > all tests passed. > OK Then can you try to configure deal in a new empty directory. > > Best > > Bruno > > -- > The deal.II project is locat

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-26 Thread Bruno Turcksin
2017-04-26 18:10 GMT-04:00 Lev Karatun : > all tests passed. OK Then can you try to configure deal in a new empty directory. Best Bruno -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You receiv

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-26 Thread Lev Karatun
Hi Bruno, all tests passed. Best regards, Lev Karatun. 2017-04-26 17:16 GMT-04:00 Bruno Turcksin : > 2017-04-26 17:10 GMT-04:00 Lev Karatun : > > [lev@titan FAST]$ make tests > > make: *** No rule to make target `tests'. Stop." > Sorry it was `make check` > > Bruno > > -- > The deal.II project

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-26 Thread Bruno Turcksin
2017-04-26 17:10 GMT-04:00 Lev Karatun : > [lev@titan FAST]$ make tests > make: *** No rule to make target `tests'. Stop." Sorry it was `make check` Bruno -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-26 Thread Lev Karatun
Doesn't work =( "[lev@titan FAST]$ pwd /home/lev/distrib/p4est-build/FAST [lev@titan FAST]$ l total 1M -rw-rw-r-- 1 lev lev 1M Apr 26 11:35 config.log -rw-rw-r-- 1 lev lev 1M Apr 26 11:35 config.output -rw-rw-r-- 1 lev lev 1M Apr 26 11:34 _configs.sed -rwxrwxr-x 1 lev lev 1M Apr 26 11:34 confi

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-26 Thread Bruno Turcksin
Very strange. Can you go in the build directory of p4est (DEBUG or FAST it doesn't matter) and run the tests (make tests). Do all the tests pass? Bruno 2017-04-26 11:43 GMT-04:00 Lev Karatun : > Hi Bruno, > > I don't remember installing zlib, maybe it was installed with the OS? Or > maybe it was

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-26 Thread Lev Karatun
Hi Bruno, I don't remember installing zlib, maybe it was installed with the OS? Or maybe it was part of some other packages I installed in the past? I'm not sure. Again, I installed p4est on this machine 2 years ago and haven't done anything to it, that's why it seems strange it's not accepted by

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-26 Thread Bruno Turcksin
Lev, 2017-04-26 10:16 GMT-04:00 Lev Karatun : > it's installed too =( > > "Package zlib-devel-1.2.3-29.el6.x86_64 already installed and latest version > Nothing to do" Maybe it's not in your LD_LIBRARY_PATH? How did you install it? Best Bruno -- The deal.II project is located at http://www.de

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-26 Thread Lev Karatun
Hi Timo, it's installed too =( "Package zlib-devel-1.2.3-29.el6.x86_64 already installed and latest version Nothing to do" Best regards, Lev Karatun. 2017-04-26 10:09 GMT-04:00 Timo Heister : > You need the "dev" package too. On my machine it is called zlib1g-dev > > On Wed, Apr 26, 2017 at 10

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-26 Thread Timo Heister
You need the "dev" package too. On my machine it is called zlib1g-dev On Wed, Apr 26, 2017 at 10:03 AM, Lev Karatun wrote: > Hi Bruno, > > I reinstalled p4est, but zlib didn't get picked up unfortunately. I made > sure it is installed on the machine: > "Installed Packages > Name: zlib > A

Re: [deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-26 Thread Lev Karatun
Hi Bruno, I reinstalled p4est, but zlib didn't get picked up unfortunately. I made sure it is installed on the machine: "Installed Packages Name: zlib Arch: x86_64 Version : 1.2.3 Release : 29.el6 Size: 149 k Repo: installed >From repo : anaconda-CentOS-20

[deal.II] Re: p4est has to be configured with enabled zlib support

2017-04-26 Thread Bruno Turcksin
Lev, you need to make sure that zlib is installed on your machine and then reinstall p4est. zlib should be picked up automatically. Best, Bruno On Tuesday, April 25, 2017 at 7:06:21 PM UTC-4, Lev Karatun wrote: > > Hi everyone, > > I was updating dealII to the latest version and received the e