mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-23 12:56:53 +01:00
Merge branch 'master' of github.com:TREX-CoE/trexio
This commit is contained in:
commit
9f1d2dad02
@ -51,6 +51,9 @@ The `docker run` command line arguments used here:
|
|||||||
- `hdf5_1_12_on_2014_x86_64` (name of the Docker image to run)
|
- `hdf5_1_12_on_2014_x86_64` (name of the Docker image to run)
|
||||||
- `/bin/bash` (which binary the container should execute)
|
- `/bin/bash` (which binary the container should execute)
|
||||||
|
|
||||||
|
To run the ARM-based container (e.g. with `_aarch64` suffix) on Intel/AMD processor, just add the `--platform linux/arm64` to the
|
||||||
|
`docker run` arguments.
|
||||||
|
|
||||||
Once the Docker container is launched and the corresponding prompt is switched to the container, run the following (example for release 0.2.0):
|
Once the Docker container is launched and the corresponding prompt is switched to the container, run the following (example for release 0.2.0):
|
||||||
|
|
||||||
`cd tmp/ && ./build_manylinux_wheels.sh trexio-0.2.0.tar.gz`
|
`cd tmp/ && ./build_manylinux_wheels.sh trexio-0.2.0.tar.gz`
|
||||||
|
@ -26,7 +26,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Install/upgrade packages required for the installation
|
# Install/upgrade packages required for the installation
|
||||||
python3 -m pip install --upgrade setuptools wheel twine
|
python3 -m pip install --upgrade setuptools wheel pip
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
# export NUMPY_INCLUDEDIR environment variable needed for the proper setup
|
# export NUMPY_INCLUDEDIR environment variable needed for the proper setup
|
||||||
@ -60,6 +60,9 @@ python3 -m pip install dist/trexio-*.whl --force-reinstall
|
|||||||
# Uninstall pytrexio: this only works from the pytrexio root directory
|
# Uninstall pytrexio: this only works from the pytrexio root directory
|
||||||
#python3 -m pip uninstall trexio
|
#python3 -m pip uninstall trexio
|
||||||
|
|
||||||
|
# Install twine to upload things on PyPI
|
||||||
|
#python3 -m pip install --upgrade twine
|
||||||
|
|
||||||
# Test the current release by uploading to TestPyPI sandbox
|
# Test the current release by uploading to TestPyPI sandbox
|
||||||
#python3 -m twine upload --repository testpypi dist/trexio-*.tar.gz
|
#python3 -m twine upload --repository testpypi dist/trexio-*.tar.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user