Jean-Charles Lambert

Results 7 issues of Jean-Charles Lambert

I fixed some compilation issues about falcON on macos platform (g++ and clang++), and removed again compilations warning. The pb was coming from **error** and **warning** functions both declared in...

Just to announce that **python-unsio 1.0.0** is available for download via `pip install python-unsio` . In this new version, there are binaries for python 3.6 to python 3.10 for Linux...

enhancement

Since gcc 10.x Pgplot does not compile. The workaround is just to add compilation flag `-fallow-argument-mismatch` to the pgplot makefile and the it compiles flawlessly. It would be necessary to...

basically solved

Just to announce that python-unsiotools 1.0.1 is available for download via : `pip install python-unsiotools` In this new version, there are binaries for python 3.6 to python 3.11 for Linux...

enhancement

I have modified Dehnen's Makefiles to allow to run Dehnen's binaries without necessary setting up DYLD_LIBRARY_PATH. Now gyrfalcON and others binaries, linked against the falcON and WDutils libraries, can run...

Here is a way to install pgplot via `brew` installer on macos computer : ``` brew install kazuakiyama/pgplot/pgplot ```

NEMO installation issue : Even if nemo is configured with command : `./configure --without-csh` The command `make check` runs the script `src/scripts/testsuite` which need a cshell, then fails. Question :...

help wanted