Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Fix ray rpath errors #246

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,11 @@ matrix:
os: linux
arch: ppc64le
language: generic

- env: CONFIG=linux_ppc64le_python3.7 UPLOAD_PACKAGES=True DOCKER_IMAGE=ibmcom/powerai:1.7.0-pytorch-cpu-ubuntu18.04-py37-ppc64le
- env: CONFIG=linux_ppc64le_python3.7 UPLOAD_PACKAGES=True DOCKER_IMAGE=condaforge/linux-anvil-ppc64le
os: linux
arch: ppc64le
language: generic

- env: CONFIG=linux_python3.6 UPLOAD_PACKAGES=True DOCKER_IMAGE=ibmcom/powerai:1.7.0-pytorch-cpu-ubuntu18.04-py36-x86_64
os: linux
arch: amd64
language: generic

- env: CONFIG=linux_python3.7 UPLOAD_PACKAGES=True DOCKER_IMAGE=ibmcom/powerai:1.7.0-pytorch-cpu-ubuntu18.04-py37-x86_64
os: linux
arch: amd64
language: generic

script:
- "travis_wait 60 sleep 3600 &"
- ./conda-recipes/build_scripts/run_docker_build.sh allennlp-feedstock
- ./conda-recipes/build_scripts/run_docker_build.sh ray-feedstock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ c_compiler:
c_compiler_version:
- '8'
channel_sources:
- conda-forge, defaults, powerai,https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda/
- https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda/,powerai,defaults
channel_targets:
- powerai main
docker_image:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ c_compiler:
c_compiler_version:
- '8'
channel_sources:
- conda-forge, defaults, powerai, https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda/
- https://public.dhe.ibm.com/ibmdl/export/pub/software/server/ibm-ai/conda/,powerai,defaults
channel_targets:
- powerai main
docker_image:
Expand Down
46 changes: 0 additions & 46 deletions conda-recipes/ray-feedstock/ci_support/build_steps.sh

This file was deleted.

62 changes: 0 additions & 62 deletions conda-recipes/ray-feedstock/ci_support/run_docker_build.sh

This file was deleted.

3 changes: 3 additions & 0 deletions conda-recipes/ray-feedstock/recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ cd python
cd ray/dashboard/client && npm ci && npm run build
cd ../../..
$PYTHON setup.py install --single-version-externally-managed --record=record.txt

# Allow Conda to modify rpath in files
chmod -R u+w $PREFIX
2 changes: 1 addition & 1 deletion conda-recipes/ray-feedstock/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
- 0002-Arrow-Fixes-PPC.patch

build:
number: 1
number: 2
entry_points:
- ray=ray.scripts.scripts:main
- rllib=ray.rllib.scripts:cli [rllib]
Expand Down