ofiwg / libfabric

Open Fabric Interfaces

Home Page:http://libfabric.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prov/psm3: 1.15.1 is broken: ./configure: ${PSM3_HAL_INST:1}: Bad substitution

yurivict opened this issue · comments

configure uses bash syntax instead of Bourne shell syntax.

@acgoldma - Can you look into this?

Will look into, looks like this was fixed in the ofi build previously.

PSM3_HAL_INST=${PSM3_HAL_INST# }

But not fixed in the provider only build:

PSM3_HAL_INST=${PSM3_HAL_INST:1}

There might be other cases, I will check, but if you know them, let me know.

#7906
Not sure why this was missed in previous push, but here is the final fix (hopefully 😄).