Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/singular/spkg-install.in: Remove workaround for make paral…
Browse files Browse the repository at this point in the history
…ellization bugs
  • Loading branch information
Matthias Koeppe committed Nov 19, 2021
1 parent 26a7332 commit bb1f741
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build/pkgs/singular/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,7 @@ config()

build_singular()
{
for subdir in omalloc gfanlib resources omalloc factory libpolys gfanlib IntegerProgramming; do
sdh_make -w -C $subdir
done
# Possible parallelization bugs in subdirectory Singular
sdh_make -j1
sdh_make
sdh_make_install

# Singular tarballs made using "make dist" (without --enable-doc-build) do not contain built documentation.
Expand Down

0 comments on commit bb1f741

Please sign in to comment.