Skip to content

Commit

Permalink
Update openlibm URL and bump it to 0.6.0. (JuliaLang#27647)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Jun 19, 2018
1 parent 5ddfda9 commit 0dcbabf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ae65adb8753163eb8afa841abde42605
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2d5ccd975c9f5c5fd8a03f1d84d5120a025c09de9c03b178dada15ed3f853a7f1e526a5c0f167f1dda9dd7801e44a826ae79135fe8472fda1f7485c50e634ddd
4 changes: 2 additions & 2 deletions deps/openlibm.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## openlibm ##
OPENLIBM_GIT_URL := git:https://github.com/JuliaLang/openlibm.git
OPENLIBM_TAR_URL = https://api.github.com/repos/JuliaLang/openlibm/tarball/$1
OPENLIBM_GIT_URL := git:https://github.com/JuliaMath/openlibm.git
OPENLIBM_TAR_URL = https://api.github.com/repos/JuliaMath/openlibm/tarball/$1
$(eval $(call git-external,openlibm,OPENLIBM,,,$(BUILDDIR)))

OPENLIBM_FLAGS := ARCH="$(ARCH)" REAL_ARCH="$(MARCH)" CC="$(CC)" FC="$(FC)" AR="$(AR)" OS="$(OS)" USECLANG=$(USECLANG) USEGCC=$(USEGCC)
Expand Down
4 changes: 2 additions & 2 deletions deps/openlibm.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
OPENLIBM_BRANCH=v0.5.4
OPENLIBM_SHA1=1581174c85f7b645b15ba1ac1c3a98fb601f0fe7
OPENLIBM_BRANCH=v0.6.0
OPENLIBM_SHA1=ce69bf1f32d3e2e9791da36c9e33ba38670d5576

0 comments on commit 0dcbabf

Please sign in to comment.