Skip to content

Commit

Permalink
scimage: add liblapack-dev to default pkg list
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley committed Jan 18, 2013
1 parent 326a3bb commit fc3dec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/scimage.py
Expand Up @@ -544,7 +544,7 @@ def install_default_packages():
pkgs += "keychain screen tmux zsh ksh csh tcsh python-mpi4py " pkgs += "keychain screen tmux zsh ksh csh tcsh python-mpi4py "
pkgs += "python-virtualenv python-imaging python-boto python-matplotlib " pkgs += "python-virtualenv python-imaging python-boto python-matplotlib "
pkgs += "unzip rar unace build-essential gfortran ec2-api-tools " pkgs += "unzip rar unace build-essential gfortran ec2-api-tools "
pkgs += "ec2-ami-tools mysql-server mysql-client apache2 " pkgs += "ec2-ami-tools mysql-server mysql-client apache2 liblapack-dev "
pkgs += "libapache2-mod-wsgi sysv-rc-conf pssh emacs cython irssi htop " pkgs += "libapache2-mod-wsgi sysv-rc-conf pssh emacs cython irssi htop "
pkgs += "python-distutils-extra vim-scripts python-ctypes python-pudb " pkgs += "python-distutils-extra vim-scripts python-ctypes python-pudb "
pkgs += "mosh python-scipy python-numpy default-jdk mpich2 xvfb" pkgs += "mosh python-scipy python-numpy default-jdk mpich2 xvfb"
Expand Down

0 comments on commit fc3dec7

Please sign in to comment.