Skip to content

Commit

Permalink
arpack directory was not named the same way as others, fixing build
Browse files Browse the repository at this point in the history
fixes issue #40
  • Loading branch information
JeffBezanson committed Jun 11, 2011
1 parent f7f2aa0 commit 82809ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ ARPACK_OBJ = $(EXTROOTLIB)/libarpack.$(SHLIB_EXT)
arpack$(ARPACK_VER).tar.gz:
$(DOWNLOAD) http://www.caam.rice.edu/software/ARPACK/SRC/arpack$(ARPACK_VER).tar.gz
$(DOWNLOAD) http://www.caam.rice.edu/software/ARPACK/SRC/patch.tar.gz
arpack$(ARPACK_VER): arpack$(ARPACK_VER).tar.gz
ARPACK: arpack$(ARPACK_VER).tar.gz
tar zxf arpack$(ARPACK_VER).tar.gz
tar zxf patch.tar.gz
sed -i.bak -e s/"EXTERNAL ETIME"// ./ARPACK/UTIL/second.f
$(ARPACK_OBJ): arpack$(ARPACK_VER)
$(ARPACK_OBJ): ARPACK
cd ARPACK && make lib MAKE=make PLAT= home=`pwd` FC=$(FC) FFLAGS="-O3 -fPIC" && \
ar x libarpack_.a && \
$(FC) -shared *.o -o $(EXTROOTLIB)/libarpack.$(SHLIB_EXT)
Expand Down

0 comments on commit 82809ee

Please sign in to comment.