diff --git a/.github/workflows/mkdocs.yaml b/.github/workflows/mkdocs.yaml index 8848782b9..5305596ba 100644 --- a/.github/workflows/mkdocs.yaml +++ b/.github/workflows/mkdocs.yaml @@ -34,8 +34,8 @@ jobs: export PYTHON_SOURCE_DIR=$GITHUB_WORKSPACE cd $PYTHON_SOURCE_DIR source bin/install_travis.sh - bin/test_travis.sh pip install sphinx-autobuild m2r2 sphinxcontrib-apidoc sphinx-book-theme + python setup.py install build_ext --inplace --symengine-dir=$our_install_dir sphinx-build docs/ genDocs/ env: WITH_MPC: yes diff --git a/symengine/lib/symengine_wrapper.pyx b/symengine/lib/symengine_wrapper.pyx index d2075a2cc..e72b26f37 100644 --- a/symengine/lib/symengine_wrapper.pyx +++ b/symengine/lib/symengine_wrapper.pyx @@ -4874,7 +4874,7 @@ cdef class LambdaDouble(_Lambdify): """ Returns a tuple with first element being a ctypes function with signature - void func(double * output, const double *input, void *user_data) + void func(double \*output, const double \*input, void \*user_data) and second element being a ctypes void pointer. This void pointer needs to be passed as input to the function as the third argument `user_data`. diff --git a/symengine_version.txt b/symengine_version.txt index e6b825d21..db498286c 100644 --- a/symengine_version.txt +++ b/symengine_version.txt @@ -1 +1 @@ -44eb47e3bbfa7e06718f2f65f3f41a0a9d133b70 +eb62270ce920c0118109b01b3702e0e503f39994