Skip to content

Commit

Permalink
fix(ci): copy libcufinufft.so at the right place.
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Dec 15, 2023
1 parent 784a45c commit 50848d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,10 @@ jobs:
source $RUNNER_WORKSPACE/venv/bin/activate
pip install cupy-cuda11x
cd $RUNNER_WORKSPACE/finufft/python/cufinufft
python setup.py install
python setup.py develop
# FIXME: This is hardcoded
cp libcufinufft.so cufinufftc.cpython-310-x86_64-linux-gnu.so
cd $RUNNER_WORKSPACE
- name: Install gpuNUFFT
if: ${{ matrix.backend == 'gpunufft' }}
Expand Down

0 comments on commit 50848d8

Please sign in to comment.