Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Source Distribution #37

Closed
20 of 23 tasks
AntoinePrv opened this issue Apr 14, 2020 · 0 comments · Fixed by #185
Closed
20 of 23 tasks

Enable Source Distribution #37

AntoinePrv opened this issue Apr 14, 2020 · 0 comments · Fixed by #185
Labels
type/enhancement 🚀 New feature or request what/build-system 🔧 Toolset for building and testing

Comments

@AntoinePrv
Copy link
Member

AntoinePrv commented Apr 14, 2020

Steps for PyPI:

  • Make Conan optional Installation without conda and conan #121
  • Add top level setup.py
  • Use sciki-build to drive compilation with CMake
    • Set current version of Python
    • Extract compile flags from setuptools (or scikit-build?)
  • Use pyproject.toml and PEP518 to resolve build time dependencies
  • Add Manifest.in
  • Use setuptools tests_require=["pytest", "pyscipopt"] for pytest
  • Remove dependencies from Dockerfile.src
  • Edit conda recipe to use new setup (--no-build-isolation)
  • Add a convenient way to run tests (Ctest ?)
  • Document how to used development version (PYTHONPATH)
    • Seems not yet supported, should read environment varaibles
  • Document how to set SCIP_DIR using pip
  • Fix install Rpath
  • Add sdist releases to Pypi

Additionally

  • Switch to tox for automated testing
@AntoinePrv AntoinePrv added type/enhancement 🚀 New feature or request what/build-system 🔧 Toolset for building and testing labels Apr 14, 2020
This was referenced Feb 19, 2021
@AntoinePrv AntoinePrv mentioned this issue May 14, 2021
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement 🚀 New feature or request what/build-system 🔧 Toolset for building and testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant