Julien Schueller

Results 131 issues of Julien Schueller

from pythonfmu-export/src/pythonfmu/PyState.hpp: ``` warning: 'void Py_SetProgramName(const wchar_t*)' is deprecated [-Wdeprecated-declarations] ``` this can be set via PyConfig now (https://docs.python.org/3/c-api/init_config.html#init-config) but this is not available as pythonfmu uses the stable ABI...

### Conda-forge documentation - [X] I could not solve my problem using the conda-forge documentation. ### Installed packages ```shell latest builds on conda-forge: ``` eg https://dev.azure.com/conda-forge/84710dde-1620-425b-80d0-4cf5baca359d/_apis/build/builds/623322/logs/69 ### Environment info ```shell...

bug

Requires #11569, not finished - many changes are related to QRegExp which is deprecated in favor of QRegularExpression that is already available in qt5 the problem is that the variables...

CI/Build MINGW
CI/Build MSYS2-UCRT64

I dont know whats the policy here but it allows not having to rebuild qwt each time if the distro provides it Also for #11581 I needed qwt>=6.2, maybe this...

Useful to avoid compilation errors from a top-level project that uses UNITY_BUILD, eg vtk. UNITY_BUILD seems error-prone to support properly here because of the macros, lets disable it for most...

Merge - To 1.14
Priority - 2. Medium ⏹
Component - Build
Type - Improvement

hello, nanoflann supports the parallel build of the tree (by setting n_thread_build) do you think it would also be possible to benefit from multithreading when querying several points at once...

STOGO fails to optimize a simple quadratic problem with bound constraints: ``` #include #include #include #include #include #include double myvfunc(const std::vector &x, std::vector &grad, void *data) { (void)data; if (!grad.empty())...

PRAXIS in this example leads to x=[nan,nan] eventhough this is a bounded problem ``` #include #include #include #include #include #include double myvfunc(const std::vector &x, std::vector &grad, void *data) { (void)data;...

on fedora 38 the following example fails when compiled with -D_FORTIFY_SOURCE=3 (fedora default flags): ``` #!/usr/bin/env python from __future__ import print_function import nlopt import numpy as np def myfunc(x, grad):...

- #2685 - #2689 - #2690 - #2694 - #2706 - #2710 - #2552 - primesieve