Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[eudsl] factor out eudsl-nbgen #45

Merged
merged 6 commits into from
Jan 3, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
[eudsl][nbgen] eudsl-nbgen into eudsl-py working with pip wheel
makslevental committed Jan 3, 2025
commit acc8d3da53dc864c68c7e1093e131926ae499282
4 changes: 3 additions & 1 deletion .github/workflows/build_test_release_eudsl.yml
Original file line number Diff line number Diff line change
@@ -137,7 +137,7 @@ jobs:

# this is not run in cibuildwheel container so its different
export CMAKE_PREFIX_PATH="$PWD/llvm-install"
$python3_command -m pip wheel "$PWD/projects/eudsl-nbgen" -w wheelhouse
$python3_command -m pip wheel "$PWD/projects/eudsl-nbgen" -w wheelhouse -v

- name: "Build eudsl-py"
if: ${{ ! startsWith(matrix.os, 'windows') }}
@@ -146,8 +146,10 @@ jobs:
if [[ "${{ matrix.os }}" == "ubuntu" ]]; then
export CMAKE_PREFIX_PATH="/host/$PWD/llvm-install"
export CCACHE_DIR="/host/$CCACHE_DIR"
export PIP_FIND_LINKS="/host/$PWD/wheelhouse"
else
export CMAKE_PREFIX_PATH="$PWD/llvm-install"
export PIP_FIND_LINKS="$PWD/wheelhouse"
fi

# prevent OOM on free GHA
2 changes: 1 addition & 1 deletion projects/eudsl-nbgen/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ install(

install(
FILES
cmake/eudsl-nbgen-config.cmake
cmake/eudsl_nbgen-config.cmake
cmake/make_generated_shards.py
DESTINATION "${EUDSL_NBGEN_INSTALL_DATADIR}/cmake"
)
269 changes: 0 additions & 269 deletions projects/eudsl-nbgen/cmake/eudsl-nbgen-config.cmake

This file was deleted.

Loading