Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
28ec3e5a
Commit
28ec3e5a
authored
Jul 11, 2014
by
kyleabeauchamp
Browse files
Minor changes
parent
91d85c87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
tools/setup_centos_vm.sh
tools/setup_centos_vm.sh
+6
-1
No files found.
tools/setup_centos_vm.sh
View file @
28ec3e5a
...
@@ -12,7 +12,7 @@ sudo yum install wget -y
...
@@ -12,7 +12,7 @@ sudo yum install wget -y
wget http://mirror.umd.edu/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
wget http://mirror.umd.edu/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
sudo
rpm
-i
epel-release-6-8.noarch.rpm
sudo
rpm
-i
epel-release-6-8.noarch.rpm
sudo
yum update
sudo
yum update
-y
# Several of these come from the EPEL repo
# Several of these come from the EPEL repo
sudo
yum
install
clang-3.4 cmake28 graphviz perl flex bison rpm-build texlive texlive-latex ghostscript gcc gcc-c++ git vim
-y
sudo
yum
install
clang-3.4 cmake28 graphviz perl flex bison rpm-build texlive texlive-latex ghostscript gcc gcc-c++ git vim
-y
...
@@ -22,6 +22,10 @@ wget http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.7.src.tar.gz
...
@@ -22,6 +22,10 @@ wget http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.7.src.tar.gz
rpmbuild
-ta
doxygen-1.8.7.src.tar.gz
rpmbuild
-ta
doxygen-1.8.7.src.tar.gz
sudo
rpm
-i
~/rpmbuild/RPMS/x86_64/doxygen-1.8.7-1.x86_64.rpm
sudo
rpm
-i
~/rpmbuild/RPMS/x86_64/doxygen-1.8.7-1.x86_64.rpm
sudo
yum clean headers
sudo
yum clean packages
# Install CUDA6 for RHEL6
# Install CUDA6 for RHEL6
cd
~/Software
cd
~/Software
wget http://developer.download.nvidia.com/compute/cuda/repos/rhel6/x86_64/cuda-repo-rhel6-6.0-37.x86_64.rpm
wget http://developer.download.nvidia.com/compute/cuda/repos/rhel6/x86_64/cuda-repo-rhel6-6.0-37.x86_64.rpm
...
@@ -36,6 +40,7 @@ cd ~/AMD
...
@@ -36,6 +40,7 @@ cd ~/AMD
# Copy the tarball to this directory from wherever you got it.
# Copy the tarball to this directory from wherever you got it.
cp
/vagrant/AMD-APP-SDK-v2.9-lnx64.tgz ./
cp
/vagrant/AMD-APP-SDK-v2.9-lnx64.tgz ./
tar
-zxvf
/vagrant/AMD-APP-SDK-v2.9-lnx64.tgz
tar
-zxvf
/vagrant/AMD-APP-SDK-v2.9-lnx64.tgz
sudo
./Install-AMD-APP.sh
cd
~/Software
cd
~/Software
wget http://repo.continuum.io/miniconda/Miniconda-3.0.5-Linux-x86_64.sh
wget http://repo.continuum.io/miniconda/Miniconda-3.0.5-Linux-x86_64.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment