Skip to content

Commit

Permalink
ENH: Update Linux wheel to cp39 for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
aylward committed Oct 13, 2021
1 parent 06b083a commit 575517b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,16 @@ jobs:
run: |
cat > git-configure-build-sem.sh << EOF
#!/bin/sh
ln -s -f -T /ITKPythonPackage/ITK-cp37-cp37m-manylinux2014_x86_64 /work/ITK-cp37-cp37m-manylinux2014_x86_64
ln -s -f -T /ITKPythonPackage/ITK-cp39-cp39-manylinux2014_x64 /work/ITK-cp39-cp39-manylinux2014_x64
ln -s -f -T /ITKPythonPackage/ITK-source /work/ITK-source
export ITK_DIR="/work/ITK-cp37-cp37m-manylinux2014_x86_64"
echo "itk_dir = ${ITK_DIR}"
export ITK_DIR="/work/ITK-cp39-cp39-manylinux2014_x64"
echo "itk_dir = $ITK_DIR"
ls -la /work
git clone https://github.com/Slicer/SlicerExecutionModel
mkdir -p SlicerExecutionModel-build
cd SlicerExecutionModel-build
cmake -DCMAKE_BUILD_TYPE:STRING=Release \
-DITK_DIR=/work/ITK-cp37-cp37m-manylinux2014_x86_64 \
-DITK_DIR=/work/ITK-cp39-cp39-manylinux2014_x64 \
-GNinja \
../SlicerExecutionModel
ninja
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
export MACOSX_DEPLOYMENT_TARGET=10.9
# Can build SEM using any version of python wrapping
export ITK_DIR="/Users/svc-dashboard/D/P/ITKPythonPackage/ITK-3.6-macosx_x86_64/"
export ITK_DIR="/Users/svc-dashboard/D/P/ITKPythonPackage/ITK-3.9-macosx_x86_64/"
git clone https://github.com/Slicer/SlicerExecutionModel
mkdir SlicerExecutionModel-build
pushd SlicerExecutionModel-build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
Library: TubeTK
Copyright 2010 Kitware Inc. 28 Corporate Drive,
Clifton Park, NY, 12065, USA.
Copyright Kitware Inc.
All rights reserved.
Expand Down

0 comments on commit 575517b

Please sign in to comment.