Skip to content

Commit

Permalink
Update URL for LBT. (JuliaLang#42313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Sep 19, 2021
1 parent 52ec8c6 commit 60f6495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/blastrampoline.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

ifneq ($(USE_BINARYBUILDER_BLASTRAMPOLINE),1)

BLASTRAMPOLINE_GIT_URL := git:https://github.com/staticfloat/libblastrampoline.git
BLASTRAMPOLINE_TAR_URL = https://api.github.com/repos/staticfloat/libblastrampoline/tarball/$1
BLASTRAMPOLINE_GIT_URL := git:https://github.com/JuliaLinearAlgebra/libblastrampoline.git
BLASTRAMPOLINE_TAR_URL = https://api.github.com/repos/JuliaLinearAlgebra/libblastrampoline/tarball/$1
$(eval $(call git-external,blastrampoline,BLASTRAMPOLINE,,,$(BUILDDIR)))

$(BUILDDIR)/$(BLASTRAMPOLINE_SRC_DIR)/build-configured: $(BUILDDIR)/$(BLASTRAMPOLINE_SRC_DIR)/source-extracted
Expand Down

0 comments on commit 60f6495

Please sign in to comment.