py-findlibs: add patch to support paths under lib64 (#36524)
This commit is contained in:
parent
f8064cd744
commit
516a023173
@ -15,3 +15,10 @@ class PyFindlibs(PythonPackage):
|
|||||||
version("0.0.2", sha256="6c7e038496f9a97783ab2cd5736bb68522d5bebd8b0eb17c976b6a4ae4032c8d")
|
version("0.0.2", sha256="6c7e038496f9a97783ab2cd5736bb68522d5bebd8b0eb17c976b6a4ae4032c8d")
|
||||||
|
|
||||||
depends_on("py-setuptools", type="build")
|
depends_on("py-setuptools", type="build")
|
||||||
|
|
||||||
|
# See https://github.com/ecmwf/findlibs/pull/5
|
||||||
|
patch(
|
||||||
|
"https://github.com/ecmwf/findlibs/commit/66a99a99d5d0a3215ed44aeb0af57991f3f7b8af.patch?full_index=1",
|
||||||
|
sha256="6701e0e38d377b6459c0eedca76030f7400ac0bcc9c00aaba7ddf4fee6143159",
|
||||||
|
when="@0.0.2",
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user