Up to [local] / OpenXM / src / ox_python
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 4 01:34:23 2022 UTC (2 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +14 -1
lines
Diff to previous 1.3 (colored)
configure accepts all versions of python3.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 3 05:11:15 2022 UTC (2 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.2: +2 -3
lines
Diff to previous 1.2 (colored)
--embed is added to python3-configure. The version of python is assumed to be >=3.8.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 31 07:43:48 2021 UTC (2 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.1: +8 -1
lines
Diff to previous 1.1 (colored)
python2 --> python3, On the linux system, python3.8 is assumed (bug of python3-config --ldflags? -lpython3.x is missing)
Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 8 00:16:19 2018 UTC (6 years, 2 months ago) by takayama
Branch: MAIN
The initial version of ox_python. sm_executeStringByLocalParser is executed by PyRun_SimpleString(). See assert1.rr