Skip to content

Commit

Permalink
external/Makefile: essentially revert 29a6dcd
Browse files Browse the repository at this point in the history
  • Loading branch information
nolta committed Apr 29, 2012
1 parent a1d6943 commit 9f13c27
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 @@ -388,11 +388,11 @@ arpack-ng_$(ARPACK_VER).tar.gz:
arpack-ng_$(ARPACK_VER)/configure: arpack-ng_$(ARPACK_VER).tar.gz
tar zxf $<
touch $@
$(ARPACK_OBJ_SOURCE): $(OPENBLAS_OBJ_SOURCE) $(ARPACK_OBJ_SOURCE)
$(ARPACK_OBJ_SOURCE): arpack-ng_$(ARPACK_VER)/configure
cd arpack-ng_$(ARPACK_VER) && \
./configure --prefix=$(abspath $(EXTROOT)) --with-blas="$(LIBBLAS)" --with-lapack="$(LIBLAPACK)" --disable-mpi --enable-shared MPIF77=$(FC)
touch $@
$(ARPACK_OBJ_TARGET): $(OPENBLAS_OBJ_SOURCE) arpack-ng_$(ARPACK_VER)/Makefile
$(ARPACK_OBJ_TARGET): $(OPENBLAS_OBJ_SOURCE) $(ARPACK_OBJ_SOURCE)
mkdir -p $(EXTROOTLIB)
cd arpack-ng_$(ARPACK_VER) && \
make install MPIF77=$(FC)
Expand Down

0 comments on commit 9f13c27

Please sign in to comment.