https://github.com/ome/zeroc-ice-py-centos7
Centos 7 ZeroC Ice Python Builder
https://github.com/ome/zeroc-ice-py-centos7
build centos7 ice platform python zeroc
Last synced: 11 months ago
JSON representation
Centos 7 ZeroC Ice Python Builder
- Host: GitHub
- URL: https://github.com/ome/zeroc-ice-py-centos7
- Owner: ome
- Created: 2017-06-13T21:48:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T12:36:48.000Z (about 3 years ago)
- Last Synced: 2025-06-05T06:55:37.559Z (about 1 year ago)
- Topics: build, centos7, ice, platform, python, zeroc
- Language: Dockerfile
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Centos 7 Zeroc Ice Python 3 Builder
===================================
[](https://github.com/ome/zeroc-ice-py-centos7/actions)
Builds Zeroc Ice wheel for CentOS 7 using SCL Python 3.8.
This can be used to create installable binary packages as an alternative to compiling from source using pip.
docker build -t builder .
docker run --rm -v $PWD/dist:/dist builder
To build a different version of IcePy:
docker run --rm -v $PWD/dist:/dist builder /build.sh VERSION
Packages will be copied to `$PWD/dist`.