Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion symengine/lib/symengine_wrapper.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion symengine_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
44eb47e3bbfa7e06718f2f65f3f41a0a9d133b70
eb62270ce920c0118109b01b3702e0e503f39994