Skip to content

Commit a02931c

Browse files
committed
parallel build
1 parent adf4911 commit a02931c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pkgs/gap_packages/spkg-install.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ do
9999
export CFLAGS
100100
cd "$PKG_SRC_DIR/$pkg"
101101
./configure "$GAP_ROOT"
102-
sdh_make -j1
102+
sdh_make
103103
install_compiled_pkg "$pkg"
104104
cd "$PKG_SRC_DIR"
105105
done
@@ -124,7 +124,7 @@ do
124124
cd "$PKG_SRC_DIR/$pkg"
125125
sdh_configure --with-gaproot="$GAP_ROOT" ${pararr[$parind]}
126126
((parind+=1))
127-
sdh_make -j1
127+
sdh_make
128128
install_compiled_pkg "$pkg"
129129
cd "$PKG_SRC_DIR"
130130
done

0 commit comments

Comments
 (0)