Skip to content

Commit

Permalink
Update Makefile-megablocks
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair authored Dec 12, 2023
1 parent 3cb2fa5 commit a99ac81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Makefile-megablocks
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
megablocks_commit := 059542da8ec7e76965ad18743a65f8e8d6087f9a
megablocks_commit := 5897cd6f254b7b3edf7a708a3a3314ecb54b6f78

megablocks:
git clone https://github.com/stanford-futuredata/megablocks.git

build-megablocks: megablocks
cd megablocks && git fetch && git checkout $(megablocks_commit)
cd megablocks && python setup.py build
cd megablocks && python setup.py build

0 comments on commit a99ac81

Please sign in to comment.