-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: thuanvan/lsf-python-api
base: master
head repository: IBMSpectrumComputing/lsf-python-api
compare: master
- 18 commits
- 9 files changed
- 7 contributors
Commits on Mar 26, 2024
-
update readme and steup.py to support python3.12
Yan Li committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 36e6f61 - Browse repository at this point
Copy the full SHA 36e6f61View commit details -
Merge pull request IBMSpectrumComputing#69 from liyancn/master
update readme and steup.py to support python3.12
Configuration menu - View commit details
-
Copy full SHA for 3fb43cb - Browse repository at this point
Copy the full SHA 3fb43cbView commit details -
update readme for installing SWIG3.0.12 in pip install
Yan Li committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 32f498f - Browse repository at this point
Copy the full SHA 32f498fView commit details -
Merge pull request IBMSpectrumComputing#70 from liyancn/master
update readme for installing SWIG3.0.12 in pip install
Configuration menu - View commit details
-
Copy full SHA for d3ca8cc - Browse repository at this point
Copy the full SHA d3ca8ccView commit details
Commits on Feb 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for adc66fe - Browse repository at this point
Copy the full SHA adc66feView commit details
Commits on Apr 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 34e5b2d - Browse repository at this point
Copy the full SHA 34e5b2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f1e25b - Browse repository at this point
Copy the full SHA 0f1e25bView commit details
Commits on May 2, 2025
-
Merge pull request IBMSpectrumComputing#76 from yuch7/1335
1335 update for compression and off_t type
Configuration menu - View commit details
-
Copy full SHA for f07d987 - Browse repository at this point
Copy the full SHA f07d987View commit details -
Merge pull request IBMSpectrumComputing#77 from yuch7/1329
1329 add pid/pgid to RUN_RUSAGE for readstream.py
Configuration menu - View commit details
-
Copy full SHA for 8c4e39b - Browse repository at this point
Copy the full SHA 8c4e39bView commit details
Commits on Aug 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cb3321d - Browse repository at this point
Copy the full SHA cb3321dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d8971 - Browse repository at this point
Copy the full SHA f4d8971View commit details -
Merge pull request IBMSpectrumComputing#79 from yuch7/master
change build to be platform agnostic
Configuration menu - View commit details
-
Copy full SHA for 3525fc3 - Browse repository at this point
Copy the full SHA 3525fc3View commit details
Commits on Oct 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1948917 - Browse repository at this point
Copy the full SHA 1948917View commit details
Commits on Feb 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5addfaa - Browse repository at this point
Copy the full SHA 5addfaaView commit details
Commits on Feb 26, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e808d4c - Browse repository at this point
Copy the full SHA e808d4cView commit details
Commits on Mar 27, 2026
-
Added build wrapper so build_ext runs before build_py
SWIG, run by build_ext, generates a shared object file and a python library. The latter needs to be generated before build_py is run so that build_py finds it. Unfortunately the default in setuptools is to run build_py before build_ext. The solution is to override the build class so that the build order can be changed. With this change, "pip install" works better, including when lsf-python-api is a dependency of another module. See: https://bugs.python.org/issue2624 https://bugs.python.org/issue1016626 https://stackoverflow.com/questions/12491328/python-distutils-not-include-the-swig-generated-module https://stackoverflow.com/questions/50239473/building-a-module-with-setuptools-and-swig Signed-off-by: Robert Davies <rmd@sanger.ac.uk>
Configuration menu - View commit details
-
Copy full SHA for bb5ef1b - Browse repository at this point
Copy the full SHA bb5ef1bView commit details -
Corrected spelling of development
Configuration menu - View commit details
-
Copy full SHA for 600ef95 - Browse repository at this point
Copy the full SHA 600ef95View commit details -
Fixed spelling of "installing"
Configuration menu - View commit details
-
Copy full SHA for ff16de1 - Browse repository at this point
Copy the full SHA ff16de1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master