-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All BLAS and LAPACK are now routed through LBT. SuiteSparse is also linked against LBT. OpenBLAS is still installed as before, and is what LBT forwards to by default.
- Loading branch information
1 parent
2eeef2e
commit 07dcdc9
Showing
21 changed files
with
195 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## blastrampoline ## | ||
|
||
ifneq ($(USE_BINARYBUILDER_BLASTRAMPOLINE),1) | ||
|
||
BLASTRAMPOLINE_GIT_URL := git://github.com/staticfloat/libblastrampoline.git | ||
BLASTRAMPOLINE_TAR_URL = https://api.github.com/repos/staticfloat/libblastrampoline/tarball/$1 | ||
$(eval $(call git-external,blastrampoline,BLASTRAMPOLINE,,,$(BUILDDIR))) | ||
|
||
$(BUILDDIR)/$(BLASTRAMPOLINE_SRC_DIR)/build-configured: $(BUILDDIR)/$(BLASTRAMPOLINE_SRC_DIR)/source-extracted | ||
mkdir -p $(dir $@) | ||
echo 1 > $@ | ||
|
||
$(BUILDDIR)/$(BLASTRAMPOLINE_SRC_DIR)/build-compiled: $(BUILDDIR)/$(BLASTRAMPOLINE_SRC_DIR)/build-configured | ||
cd $(dir $@)/src && $(MAKE) $(MAKE_COMMON) | ||
echo 1 > $@ | ||
|
||
define BLASTRAMPOLINE_INSTALL | ||
$(MAKE) -C $(BUILDDIR)/$(BLASTRAMPOLINE_SRC_DIR)/src $(MAKE_COMMON) install | ||
endef | ||
$(eval $(call staged-install, \ | ||
blastrampoline,$(BLASTRAMPOLINE_SRC_DIR), \ | ||
BLASTRAMPOLINE_INSTALL,, \ | ||
$$(BLASTRAMPOLINE_OBJ_TARGET), \ | ||
$$(INSTALL_NAME_CMD)libblastrampoline.$$(SHLIB_EXT) $$(build_shlibdir)/libblastrampoline.$$(SHLIB_EXT))) | ||
|
||
get-blastrampoline: $(BLASTRAMPOLINE_SRC_FILE) | ||
extract-blastrampoline: $(BUILDDIR)/$(BLASTRAMPOLINE_SRC_DIR)/source-extracted | ||
configure-blastrampoline: extract-blastrampoline | ||
compile-blastrampoline: $(BUILDDIR)/$(BLASTRAMPOLINE_SRC_DIR)/build-compiled | ||
fastcheck-blastrampoline: check-blastrampoline | ||
check-blastrampoline: compile-blastrampoline | ||
|
||
else | ||
|
||
$(eval $(call bb-install,blastrampoline,BLASTRAMPOLINE,false)) | ||
|
||
endif # USE_BINARYBUILDER_BLASTRAMPOLINE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
BLASTRAMPOLINE_BRANCH=main | ||
BLASTRAMPOLINE_SHA1=0c723926f96ba431713c4873b46e81a5fd600d0c |
1 change: 1 addition & 0 deletions
1
deps/checksums/libblastrampoline-068f3f7831fb9fd62a87f0869429fb1744bfb9a1.tar.gz/md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
30edb3916c34dfb577f0d3f69f1fafff |
1 change: 1 addition & 0 deletions
1
deps/checksums/libblastrampoline-068f3f7831fb9fd62a87f0869429fb1744bfb9a1.tar.gz/sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ce716f97eda04ebf121d52faded2b7128635b3ca8cc21f61af5fa87fcef24adc480f912c3940b9361ac6b0175d81fb012c8634c2c3d9023fc0d86dcf73bf50e1 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.