Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Bump Aeon version to 1.3.0 in Makefile (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzelazko-intel authored and wei-v-wang committed Dec 19, 2017
1 parent ed263c6 commit 9ce4020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -161,7 +161,7 @@ neon_install:

aeon_install:
@echo "Attempting to install optional aeon dataloader..."
-@git clone https://github.com/NervanaSystems/aeon.git aeon ; cd aeon && git fetch && git checkout tags/v1.2.0 && mkdir -p build && cd build && rm -rf * && cmake .. && pip install .
-@git clone https://github.com/NervanaSystems/aeon.git aeon ; cd aeon && git fetch && git checkout tags/v1.3.0 && mkdir -p build && cd build && rm -rf * && cmake .. && pip install .

sysdeps:
@echo "Installing neon dependencies system wide..."
Expand Down

0 comments on commit 9ce4020

Please sign in to comment.