We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4148c57 commit 090293aCopy full SHA for 090293a
recipe/meta.yaml
@@ -90,6 +90,8 @@ requirements:
90
- {{ compiler('cxx') }}
91
- {{ cdt('xorg-x11-proto-devel') }} # [linux]
92
- {{ cdt('libx11-devel') }} # [linux]
93
+ - {{ cdt('libnsl-devel') }} # [linux]
94
+ - {{ cdt('libtirpc-devel') }} # [linux]
95
- make # [unix]
96
- pkg-config # [unix]
97
- openssl # [unix]
recipe/yum_requirements.txt
@@ -4,3 +4,5 @@ libXrender-devel
4
libSM-devel
5
libX11-devel
6
prelink
7
+libnsl-devel
8
+libtirpc-devel
0 commit comments