Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcl committed Feb 8, 2025
1 parent 620775a commit b16dae1
Show file tree
Hide file tree
Showing 48 changed files with 3 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/klr
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

ROOT=$(dirname $(dirname $(readlink -f $0)))

$ROOT/Lean/.lake/build/bin/klr $@
$ROOT/.lake/build/bin/klr $@
10 changes: 2 additions & 8 deletions bin/make-wheel
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,13 @@ trap "kill 0" SIGINT SIGTERM

ROOT=$(dirname $(dirname $(readlink -f $0)))
WHEEL_DIR=$ROOT/.wheel/
LEAN_DIR=$ROOT/Lean
PYTHON_DIR=$ROOT/Python
PYTHON_DIR=$ROOT/interop
rm -rf $WHEEL_DIR
mkdir -p $WHEEL_DIR/{klr,bin}

# Build Lean code
pushd .
cd $LEAN_DIR
lake build
popd

# Get klr binary
cp $LEAN_DIR/.lake/build/bin/klr $WHEEL_DIR/bin/klr
cp .lake/build/bin/klr $WHEEL_DIR/bin/klr

# Get Python packages
cp -R $PYTHON_DIR/* $WHEEL_DIR
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b16dae1

Please sign in to comment.