Skip to content

Commit

Permalink
Fix package tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Gouache committed Dec 13, 2024
1 parent 5c82873 commit ed788a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pack-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ jobs:
VERSION=$(echo $PLATFORM_ID | cut -d":" -f2)
echo "VERSION=$VERSION" >> "$GITHUB_ENV"
echo "MPI_IMPLEMENTATION=${{ inputs.mpi_implementation || 'openmpi' }}" >> "$GITHUB_ENV"
- name: Install curl
run: |
yum update -y
yum -y install curl
- name: Download and install Khiops core
run: |
curl -L https://github.com/KhiopsML/khiops/releases/download/10.2.3/khiops-core-${{ env.MPI_IMPLEMENTATION }}-10.2.3-1.${{ env.VERSION }}.x86_64.rpm --output ./khiops-core.rpm
Expand Down
3 changes: 2 additions & 1 deletion conda/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ REM Build
cmake --build builds/conda --parallel --target khiopsdriver_file_gcs

REM Create drivers installation directory
mkdir %PREFIX%\bin
mkdir %PREFIX%\lib

REM Copy the libs for the driver package
copy builds\conda\bin\*.dll %PREFIX%\bin\
move %PREFIX%\bin\khiopsdriver_file_gcs.dll %PREFIX%\lib\libkhiopsdriver_file_gcs.dll
move %PREFIX%\bin\khiopsdriver_file_gcs.dll %PREFIX%\lib\libkhiopsdriver_file_gcs.dll

0 comments on commit ed788a7

Please sign in to comment.