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 661d29f commit 2fb2400Copy full SHA for 2fb2400
recipes/net-snmp/build.sh
@@ -3,8 +3,7 @@
3
./configure \
4
--with-defaults \
5
--prefix=$PREFIX
6
-make
7
-make test
+make -j${CPU_COUNT}
8
make install
9
10
mkdir -p $PREFIX/etc/conda/activate.d
0 commit comments