Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JuliaLang/julia
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Sep 3, 2014
2 parents e0016df + ad7f311 commit eb65543
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 48 deletions.
3 changes: 1 addition & 2 deletions deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,9 @@ PCRE_OBJ_TARGET = $(build_shlibdir)/libpcre.$(SHLIB_EXT)

pcre-$(PCRE_VER).tar.bz2:
$(JLDOWNLOAD) $@ http://sourceforge.net/projects/pcre/files/pcre/$(PCRE_VER)/$@/download
pcre-$(PCRE_VER)/configure: pcre-$(PCRE_VER).tar.bz2 pcre-gcc49-compile.patch
pcre-$(PCRE_VER)/configure: pcre-$(PCRE_VER).tar.bz2
$(JLCHECKSUM) $<
$(TAR) jxf $<
cd pcre-$(PCRE_VER) && patch -p1 < ../pcre-gcc49-compile.patch
touch -c $@
pcre-$(PCRE_VER)/config.status: pcre-$(PCRE_VER)/configure
cd pcre-$(PCRE_VER) && \
Expand Down
2 changes: 1 addition & 1 deletion deps/Versions.make
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LLVM_VER = 3.3
LLVM_LIB_SUFFIX =
LLDB_VER = release_33
PCRE_VER = 8.31
PCRE_VER = 8.35
DSFMT_VER = 2.2
OPENBLAS_VER = v0.2.10
LAPACK_VER = 3.5.0
Expand Down
1 change: 0 additions & 1 deletion deps/checksums/pcre-8.31.tar.bz2/md5

This file was deleted.

1 change: 0 additions & 1 deletion deps/checksums/pcre-8.31.tar.bz2/sha512

This file was deleted.

1 change: 1 addition & 0 deletions deps/checksums/pcre-8.35.tar.bz2/md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6aacb23986adccd9b3bc626c00979958
1 change: 1 addition & 0 deletions deps/checksums/pcre-8.35.tar.bz2/sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e94c652b40de60b391e28afbddc67b5a034650f6f62027e52f2d7aef53caf5f0da9f2d4f6872d1558f965dd9d4d696e5e23d2a50f20a4fbc9f0a707fb6f55fae
43 changes: 0 additions & 43 deletions deps/pcre-gcc49-compile.patch

This file was deleted.

0 comments on commit eb65543

Please sign in to comment.