Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thuanvan/lsf-python-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: IBMSpectrumComputing/lsf-python-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 9 files changed
  • 7 contributors

Commits on Mar 26, 2024

  1. update readme and steup.py to support python3.12

    Yan Li committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    36e6f61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request IBMSpectrumComputing#69 from liyancn/master

    update readme and steup.py to support python3.12
    liyancn authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3fb43cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32f498f View commit details
    Browse the repository at this point in the history
  4. Merge pull request IBMSpectrumComputing#70 from liyancn/master

    update readme for installing SWIG3.0.12 in pip install
    liyancn authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d3ca8cc View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. add str2GpuJobData

    pkang-ca committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    adc66fe View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Configuration menu
    Copy the full SHA
    34e5b2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f1e25b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Merge pull request IBMSpectrumComputing#76 from yuch7/1335

    1335 update for compression and off_t type
    yuch7 authored May 2, 2025
    Configuration menu
    Copy the full SHA
    f07d987 View commit details
    Browse the repository at this point in the history
  2. Merge pull request IBMSpectrumComputing#77 from yuch7/1329

    1329 add pid/pgid to RUN_RUSAGE for readstream.py
    yuch7 authored May 2, 2025
    Configuration menu
    Copy the full SHA
    8c4e39b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    cb3321d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4d8971 View commit details
    Browse the repository at this point in the history
  3. Merge pull request IBMSpectrumComputing#79 from yuch7/master

    change build to be platform agnostic
    yuch7 authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    3525fc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Configuration menu
    Copy the full SHA
    1948917 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. Configuration menu
    Copy the full SHA
    5addfaa View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. Configuration menu
    Copy the full SHA
    e808d4c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. 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>
    daviesrob authored and pkang-ca committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    bb5ef1b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Corrected spelling of development
    philiprbrenan authored and pkang-ca committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    600ef95 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Fixed spelling of "installing"
    philiprbrenan authored and pkang-ca committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    ff16de1 View commit details
    Browse the repository at this point in the history
Loading