-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-6803 ofi: Update to ofi v1.12.0rc1 (#34)
- Update to v1.12.0rc1 Signed-off-by: Alexander A Oganezov <alexander.a.oganezov@intel.com>
- Loading branch information
1 parent
872f06f
commit c04a379
Showing
5 changed files
with
35 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
NAME := libfabric | ||
SRC_EXT := gz | ||
SOURCE = https://github.com/ofiwg/$(NAME)/archive/v$(VERSION).tar.$(SRC_EXT) | ||
|
||
OSUSE_HPC_REPO := https://download.opensuse.org/repositories/science:/HPC | ||
|
||
ifeq ($(DAOS_STACK_LEAP_15_GROUP_REPO),) | ||
LEAP_15_REPOS := $(OSUSE_HPC_REPO)/openSUSE_Leap_$(lsb_release -s -r)/ | ||
endif | ||
|
||
include Makefile_packaging.mk |
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