Skip to content

Commit

Permalink
better package.source test, 4.2.9 not perfectly ok
Browse files Browse the repository at this point in the history
  • Loading branch information
barnex committed Nov 26, 2013
1 parent cc6bfdd commit 72b182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.source
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ for c in 4.2.9 5.0 5.5; do
go build -v -o $out $src
ldd $out

sudo rm -f /usr/local/cuda
(cd $tmp/mumax3 &&
./mumax3 -v -test
)
Expand All @@ -45,7 +46,6 @@ done

sudo rm -f /usr/local/cuda


echo ln -s /usr/local/cuda-5.5 /usr/local/cuda
sudo ln -s /usr/local/cuda-5.5 /usr/local/cuda

0 comments on commit 72b182f

Please sign in to comment.