Julien Schueller

Results 131 issues of Julien Schueller

### What happened? ComputeStarDiscrepancy formula is not given ### How to reproduce the issue? https://openturns.github.io/openturns/latest/user_manual/_generated/openturns.HaselgroveSequence.html#openturns.HaselgroveSequence.ComputeStarDiscrepancy ### Version master ### Operating System all ### Installation media unknown ### Additional Context _No...

doc

By default METIS (& GKlib) are compiled with march=native which can cause errors like: `Program terminated with signal SIGILL, Illegal instruction.` https://github.com/KarypisLab/METIS/blob/master/conf/gkbuild.cmake#L39 this should be an opt-in option

### Description OMSimulator fails to build with gcc 14 ``` OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/zip.c:1249:28: error: assignment to ‘const long unsigned int *’ from incompatible pointer type ‘const z_crc_t *’ {aka ‘const unsigned int...

### Description ``` OMSimulator/3rdParty/xerces/src/xercesc/util/regx/RangeToken.cpp:40: /usr/include/unicode/localpointer.h:561:26: error: 'auto' parameter not permitted in this context 561 | template | ^~~~ /usr/include/unicode/localpointer.h:573:76: error: template argument 2 is invalid 573 | explicit LocalOpenPointer(std::unique_ptr &&p)...

it needs a rebuild for numpy 2.x compatibility

### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? similarly to the build section...

type::feature
stale::recovered

Errors when cross-compiling on a case-sensitive fs (mingw) Will make no difference on windows where the fs is case-insensitive /cc @igaztanaga

**Describe the bug** compiling the island test with clang >= 17 on linux fails with: ``` In file included from /tmp/pagmo2/tests/island.cpp:56: /tmp/pagmo2/include/pagmo/island.hpp:226:16: error: cannot initialize return object of type 'void...

bug