Skip to content

Commit

Permalink
add PSM2 dependency to libfabric 1.12.1 and newer
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm committed May 9, 2024
1 parent f10ddb8 commit 1397f82
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand All @@ -53,7 +54,7 @@ preconfigopts = "autoreconf -f -i &&"
# Disable deprecated "sockets" provider
configopts = "--disable-sockets "

# Disable usNIC provider by default as this requires specific osdependencies
# Disable usNIC provider by default as this requires specific osdependencies
# If you want to enable this provider you need to uncomment the following line:
# osdependencies.append(('libnl3-devel', 'libnl3-dev'))
configopts += "--disable-usnic "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand All @@ -47,7 +48,7 @@ preconfigopts = "autoreconf -f -i &&"
# Disable deprecated "sockets" provider
configopts = "--disable-sockets "

# Disable usNIC provider by default as this requires specific osdependencies
# Disable usNIC provider by default as this requires specific osdependencies
# If you want to enable this provider you need to uncomment the following line:
# osdependencies.append(('libnl3-devel', 'libnl3-dev'))
configopts += "--disable-usnic "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand All @@ -47,7 +48,7 @@ preconfigopts = "autoreconf -f -i &&"
# Disable deprecated "sockets" provider
configopts = "--disable-sockets "

# Disable usNIC provider by default as this requires specific osdependencies
# Disable usNIC provider by default as this requires specific osdependencies
# If you want to enable this provider you need to uncomment the following line:
# osdependencies.append(('libnl3-devel', 'libnl3-dev'))
configopts += "--disable-usnic "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand All @@ -47,7 +48,7 @@ preconfigopts = "autoreconf -f -i &&"
# Disable deprecated "sockets" provider
configopts = "--disable-sockets "

# Disable usNIC provider by default as this requires specific osdependencies
# Disable usNIC provider by default as this requires specific osdependencies
# If you want to enable this provider you need to uncomment the following line:
# osdependencies.append(('libnl3-devel', 'libnl3-dev'))
configopts += "--disable-usnic "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.14'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.16'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.16'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ builddependencies = [

dependencies = [
('numactl', '2.0.16'),
('PSM2', '12.0.1'),
]

osdependencies = [OS_PKG_IBVERBS_DEV]
Expand Down

0 comments on commit 1397f82

Please sign in to comment.