-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07be1ac
commit 796651e
Showing
10 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# One-liner to install CLgen 0.2.7. | ||
# One-liner to install CLgen 0.2.8. | ||
# | ||
# Copyright 2016, 2017 Chris Cummins <[email protected]>. | ||
# | ||
|
@@ -20,10 +20,10 @@ | |
# along with CLgen. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
set -ex | ||
wget https://github.com/ChrisCummins/clgen/archive/0.2.7.tar.gz -O clgen-0.2.7.tar.gz | ||
tar xf clgen-0.2.7.tar.gz | ||
rm clgen-0.2.7.tar.gz | ||
cd clgen-0.2.7 | ||
wget https://github.com/ChrisCummins/clgen/archive/0.2.8.tar.gz -O clgen-0.2.8.tar.gz | ||
tar xf clgen-0.2.8.tar.gz | ||
rm clgen-0.2.8.tar.gz | ||
cd clgen-0.2.8 | ||
./configure --batch | ||
make | ||
|
||
|
@@ -32,12 +32,12 @@ if [[ -n "$VIRTUAL_ENV" ]]; then | |
make install | ||
make test | ||
cd .. | ||
rm -rf clgen-0.2.7 | ||
rm -rf clgen-0.2.8 | ||
else | ||
# system-wide - use sudo | ||
sudo -H make install | ||
sudo -H make test | ||
cd .. | ||
sudo rm -rf clgen-0.2.7 | ||
sudo rm -rf clgen-0.2.8 | ||
fi | ||
echo "==> CLgen 0.2.7 installed" | ||
echo "==> CLgen 0.2.8 installed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# One-liner to install CLgen 0.2.7. | ||
# One-liner to install CLgen 0.2.8. | ||
# | ||
# Copyright 2016, 2017 Chris Cummins <[email protected]>. | ||
# | ||
|
@@ -20,10 +20,10 @@ | |
# along with CLgen. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
set -ex | ||
wget https://github.com/ChrisCummins/clgen/archive/0.2.7.tar.gz -O clgen-0.2.7.tar.gz | ||
tar xf clgen-0.2.7.tar.gz | ||
rm clgen-0.2.7.tar.gz | ||
cd clgen-0.2.7 | ||
wget https://github.com/ChrisCummins/clgen/archive/0.2.8.tar.gz -O clgen-0.2.8.tar.gz | ||
tar xf clgen-0.2.8.tar.gz | ||
rm clgen-0.2.8.tar.gz | ||
cd clgen-0.2.8 | ||
./configure --batch --with-opencl --with-cuda | ||
make | ||
|
||
|
@@ -32,12 +32,12 @@ if [[ -n "$VIRTUAL_ENV" ]]; then | |
make install | ||
make test | ||
cd .. | ||
rm -rf clgen-0.2.7 | ||
rm -rf clgen-0.2.8 | ||
else | ||
# system-wide - use sudo | ||
sudo -H make install | ||
sudo -H make test | ||
cd .. | ||
sudo rm -rf clgen-0.2.7 | ||
sudo rm -rf clgen-0.2.8 | ||
fi | ||
echo "==> CLgen 0.2.7 installed" | ||
echo "==> CLgen 0.2.8 installed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# One-liner to install dependencies for CLgen 0.2.7. | ||
# One-liner to install dependencies for CLgen 0.2.8. | ||
# | ||
# Copyright 2016, 2017 Chris Cummins <[email protected]>. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# One-liner to install CLgen 0.2.7. | ||
# One-liner to install CLgen 0.2.8. | ||
# | ||
# Copyright 2016, 2017 Chris Cummins <[email protected]>. | ||
# | ||
|
@@ -20,10 +20,10 @@ | |
# along with CLgen. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
set -ex | ||
wget https://github.com/ChrisCummins/clgen/archive/0.2.7.tar.gz -O clgen-0.2.7.tar.gz | ||
tar xf clgen-0.2.7.tar.gz | ||
rm clgen-0.2.7.tar.gz | ||
cd clgen-0.2.7 | ||
wget https://github.com/ChrisCummins/clgen/archive/0.2.8.tar.gz -O clgen-0.2.8.tar.gz | ||
tar xf clgen-0.2.8.tar.gz | ||
rm clgen-0.2.8.tar.gz | ||
cd clgen-0.2.8 | ||
./configure --batch --with-opencl | ||
make | ||
|
||
|
@@ -32,12 +32,12 @@ if [[ -n "$VIRTUAL_ENV" ]]; then | |
make install | ||
make test | ||
cd .. | ||
rm -rf clgen-0.2.7 | ||
rm -rf clgen-0.2.8 | ||
else | ||
# system-wide - use sudo | ||
sudo -H make install | ||
sudo -H make test | ||
cd .. | ||
sudo rm -rf clgen-0.2.7 | ||
sudo rm -rf clgen-0.2.8 | ||
fi | ||
echo "==> CLgen 0.2.7 installed" | ||
echo "==> CLgen 0.2.8 installed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters