Bjorn

Results 46 issues of Bjorn

I have successfully been able to reduce build times in some projects of mine by switching from catch to [doctest](https://github.com/doctest/doctest) (see graph in linked README to get an idea of...

When building symengine with gcc-14 the following warning is generated: ``` In file included from /home/runner/work/symengine/symengine/symengine/series_generic.h:11, from /home/runner/work/symengine/symengine/symengine/visitor.h:15, from /home/runner/work/symengine/symengine/symengine/lambda_double.h:8, from /home/runner/work/symengine/symengine/symengine/cwrapper.cpp:10: /home/runner/work/symengine/symengine/symengine/series.h:128:23: error: ‘Teuchos::RCP SymEngine::SeriesBase::pow(const SymEngine::Number&) const [with Poly...

See gh-480 and cython/cython#6218

I experienced this error first locally, and I have now reproduced it in our CI: Relevant part of log https://github.com/bjodah/symengine.py/actions/runs/9315200175/job/25640872589 ``` running build running build_ext CMake Deprecation Warning at CMakeLists.txt:1...

Cythonization error: ``` [ 50%] Cythonizing /tmp/pip-install-qgianthy/symengine_7919c2d002ce4afe9fea82e7bdc6d9ec/build/lib.linux-x86_64-cpython-311/symengine/lib/symengine_wrapper.pyx performance hint: symengine_wrapper.pyx:5072:5: Exception check on '_ctypes_callback_lambda_real' will always require the GIL to be acquired. Possible solutions: 1. Declare '_ctypes_callback_lambda_real' as 'noexcept' if...