Skip to content

Commit

Permalink
Remove lapack and blas. Now built from source.
Browse files Browse the repository at this point in the history
Remove expect. Geant4 build no longer depends on it.
Add mesa-libGLU-devel. Seems to be needed by Geant4.
  • Loading branch information
markito3 committed Nov 13, 2016
1 parent 3dd3b59 commit 3c3a908
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions prereqs_redhat.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/bin/sh
yum install -y subversion wget gcc-c++ gcc-gfortran imake libXt-devel \
openmotif-devel lapack-devel blas-devel libXpm-devel expect mysql-devel \
bzip2-devel tcsh scons expat-devel lapack-static blas-static \
perl-XML-Simple perl-XML-Writer patch perl-File-Slurp git
openmotif-devel libXpm-devel mysql-devel \
bzip2-devel tcsh scons expat-devel \
perl-XML-Simple perl-XML-Writer patch perl-File-Slurp git mesa-libGLU-devel
cd /usr/include
ln -s freetype2/freetype freetype
cd /usr/lib64
ln -s -v liblapack.a liblapack3.a
ln -s -v libblas.a libblas3.a

0 comments on commit 3c3a908

Please sign in to comment.