Jean-Charles Lambert

Results 36 comments of Jean-Charles Lambert

> The compiler error on gcc-11 is: Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/CHARACTER(*)). but by adding a -fallow-argument-mismatch flag, this passes the...

well... I am confused.... I was working on a old branch and pgplot was not compiling without this flag..... should not work on sunday...

Ok, on monday my brain works better :) Well, I confirm that this flag `-fallow-argument-mismatch` is actually mandatory, since gcc 10.x, **IF `gif` driver is requested.** The following pgplot installation...

The pb with PNG is that the libpng-devel package needs to be installed on the server. Then if it's not installed what happens with pgplot installation/compilation ?

I am encountering all these issues because I am building nemo inside manylinux_2xxx docker images which are centos base distributions. (the purpose is too build python-unsio and python-unsiotools and upload...

> it should fail. Somehow I seem to have it by default in ubuntu, I didn't put it in my default "packages to install" in $NEMO/src/scripts/linux/ubuntu20.04. If you have own...

Do you mean compilation flag for pgplot ? Well, it might be a good idea to put it in $NEMOLIB/makedefs but during pgplot installation, the file $NEMOLIB/makefile is created and...

The better would be to have no png and no gif. So far, I install nemo like this (from Dockerfile), see : https://gitlab.lam.fr/infrastructure/unsio/-/blob/master/CI/docker/manylinux2014/Dockerfile ``` wget https://teuben.github.io/nemo/install_nemo &&\ chmod +x install_nemo...

Sure, yes you can close it. THANKS for your help !