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 adf4911 commit a02931cCopy full SHA for a02931c
build/pkgs/gap_packages/spkg-install.in
@@ -99,7 +99,7 @@ do
99
export CFLAGS
100
cd "$PKG_SRC_DIR/$pkg"
101
./configure "$GAP_ROOT"
102
- sdh_make -j1
+ sdh_make
103
install_compiled_pkg "$pkg"
104
cd "$PKG_SRC_DIR"
105
done
@@ -124,7 +124,7 @@ do
124
125
sdh_configure --with-gaproot="$GAP_ROOT" ${pararr[$parind]}
126
((parind+=1))
127
128
129
130
0 commit comments