Skip to content

Commit

Permalink
Merge pull request #14518 from JuliaLang/vs/arpack
Browse files Browse the repository at this point in the history
Bump arpack-ng to 3.3.0
  • Loading branch information
tkelman committed Apr 18, 2016
2 parents 2aa5d4d + 10933c5 commit 029392f
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 Down Expand Up @@ -1458,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/Versions.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LLVM_LIB_SUFFIX =
PCRE_VER = 10.21
DSFMT_VER = 2.2.3
LAPACK_VER = 3.5.0
ARPACK_VER = 3.2.0
ARPACK_VER = 3.3.0
FFTW_VER = 3.3.4
SUITESPARSE_VER = 4.4.5
UNWIND_VER = 1.1-julia2
Expand Down
1 change: 0 additions & 1 deletion deps/checksums/arpack-ng-3.2.0.tar.gz/md5

This file was deleted.

1 change: 0 additions & 1 deletion deps/checksums/arpack-ng-3.2.0.tar.gz/sha512

This file was deleted.

1 change: 1 addition & 0 deletions deps/checksums/arpack-ng-3.3.0.tar.gz/md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
343db685ebedbb9690e4ea5f9d62c19a
1 change: 1 addition & 0 deletions deps/checksums/arpack-ng-3.3.0.tar.gz/sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8d0e526831d62200af9d939e77e41548875caacdf39543c3f33a00321bb18fc04ffa625d9c4103f84c1f6a03a3c362dc1df8571db9a525d46487e5d1ae682474

0 comments on commit 029392f

Please sign in to comment.