Skip to content

Commit

Permalink
Use a make dist tarball of arpack 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Apr 18, 2016
1 parent c8d0aa4 commit 10933c5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ endif

# ARPACK-NG upstream keeps changing their download filenames
$(SRCDIR)/srccache/arpack-ng-$(ARPACK_VER).tar.gz: | $(SRCDIR)/srccache
$(JLDOWNLOAD) $@ https://github.com/opencollab/arpack-ng/archive/$(ARPACK_VER).tar.gz
$(JLDOWNLOAD) $@ https://s3.amazonaws.com/julialang/src/arpack-ng-$(ARPACK_VER).tar.gz
touch -c $@
$(SRCDIR)/srccache/arpack-ng-$(ARPACK_VER)-testA.mtx: | $(SRCDIR)/srccache
$(JLDOWNLOAD) $@ https://raw.githubusercontent.com/opencollab/arpack-ng/$(ARPACK_VER)/TESTS/testA.mtx
Expand All @@ -1423,9 +1423,7 @@ $(SRCDIR)/srccache/arpack-ng-$(ARPACK_VER)/arpack-tests-blasint.patch-applied: $
echo 1 > $@
$(BUILDDIR)/arpack-ng-$(ARPACK_VER)/config.status: $(SRCDIR)/srccache/arpack-ng-$(ARPACK_VER)/configure $(SRCDIR)/srccache/arpack-ng-$(ARPACK_VER)/arpack-tests-blasint.patch-applied
mkdir -p $(dir $@)
cd $(SRCDIR)/srccache/arpack-ng-$(ARPACK_VER) && \
./bootstrap && \
cd ../../$(dir $@) && \
cd $(dir $@) && \
$< $(CONFIGURE_COMMON) $(ARPACK_FLAGS)
touch -c $@
$(ARPACK_OBJ_SOURCE): $(BUILDDIR)/arpack-ng-$(ARPACK_VER)/config.status
Expand Down Expand Up @@ -1460,7 +1458,7 @@ clean-arpack:
distclean-arpack:
-rm -rf $(SRCDIR)/srccache/arpack-ng-$(ARPACK_VER).tar.gz \
$(SRCDIR)/srccache/arpack-ng-$(ARPACK_VER) \
$(SRCDIR)/srccache/arpack-ng-3.2.0-testA.mtx \
$(SRCDIR)/srccache/arpack-ng-$(ARPACK_VER)-testA.mtx \
$(BUILDDIR)/arpack-ng-$(ARPACK_VER)

get-arpack: $(SRCDIR)/srccache/arpack-ng-$(ARPACK_VER).tar.gz $(SRCDIR)/srccache/arpack-ng-$(ARPACK_VER)-testA.mtx
Expand Down
2 changes: 1 addition & 1 deletion deps/checksums/arpack-ng-3.3.0.tar.gz/md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ed3648a23f0a868a43ef44c97a21bad5
343db685ebedbb9690e4ea5f9d62c19a
2 changes: 1 addition & 1 deletion deps/checksums/arpack-ng-3.3.0.tar.gz/sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
deb33b87e1d55ec76387d3a860debf6458d794fc8434023c2b4721f8c449f5bf9a68c76ded5322ee94a88f9c571611b5f2ae71ca803cef7e84d59798f58c8873
8d0e526831d62200af9d939e77e41548875caacdf39543c3f33a00321bb18fc04ffa625d9c4103f84c1f6a03a3c362dc1df8571db9a525d46487e5d1ae682474

0 comments on commit 10933c5

Please sign in to comment.