Skip to content

Commit

Permalink
rm mumax3-bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
barnex committed Apr 29, 2015
1 parent 3a59d02 commit fedf78e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 127 deletions.
3 changes: 0 additions & 3 deletions cmd/mumax3-bootstrap/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions cmd/mumax3-bootstrap/Makefile

This file was deleted.

119 changes: 0 additions & 119 deletions cmd/mumax3-bootstrap/main.go

This file was deleted.

4 changes: 1 addition & 3 deletions package.source
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go build -o $out/mumax3 'github.com/mumax/3/cmd/mumax3-bootstrap'
go build -o $out/mumax3-server 'github.com/mumax/3/cmd/mumax3-server'


for c in 5.0 5.5 6.0 6.5; do
for c in 6.0 6.5 7.0; do
sudo rm -f /usr/local/cuda
sudo ln -s /usr/local/cuda-$c /usr/local/cuda

Expand All @@ -27,8 +27,6 @@ for c in 5.0 5.5 6.0 6.5; do
echo
done

rm $out/libcudart.so.5.5 $out/libcudart.so.6.0 # cuda5.0 requires libcudart, others not

sudo rm -f /usr/local/cuda
#sudo ln -s /usr/local/cuda-5.5 /usr/local/cuda

0 comments on commit fedf78e

Please sign in to comment.