Skip to content

Commit

Permalink
satisfy new optim, signal, mechanics, msh dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemens Buchacher committed Feb 28, 2014
1 parent a2faadf commit 09db0a6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions buildall
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ then
rm -f */*"$PKGEXT"
fi

for i in general miscellaneous specfun struct optim audio control image \
signal communications linear-algebra mechanics nnet io statistics \
geometry queueing strings financial fpl msh bim database \
for i in general miscellaneous specfun struct parallel optim audio control \
signal image communications linear-algebra geometry mechanics nnet \
io statistics \
queueing strings financial fpl splines msh bim database \
data-smoothing informationtheory java octcdf octclip octproj \
physicalconstants plot quaternion sockets splines symbolic nan
physicalconstants plot quaternion sockets symbolic nan
do
pkgname="octave-$i"
(
Expand All @@ -46,7 +47,7 @@ do
if ! test -f "$pkg_file"
then
makepkg -s
fi
fi &&
sudo pacman --needed -U "$pkg_file"
)
) || exit 1
done

0 comments on commit 09db0a6

Please sign in to comment.