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

Commit

Permalink
Build Singular with FLINT support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Pierre Flori committed Feb 19, 2014
1 parent 6452f9d commit 3bf4cab
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 428 deletions.
2 changes: 1 addition & 1 deletion build/deps
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ $(INST)/$(SAGETEX): $(INST)/$(PYTHON) \
$(INST)/$(SETUPTOOLS): $(INST)/$(PYTHON)
+$(PIPE) "$(SAGE_SPKG) $(SETUPTOOLS) 2>&1" "tee -a $(SAGE_LOGS)/$(SETUPTOOLS).log"

$(INST)/$(SINGULAR): $(INST)/$(MPIR) $(INST)/$(NTL) \
$(INST)/$(SINGULAR): $(INST)/$(MPIR) $(INST)/$(NTL) $(INST)/$(FLINT) \
$(INST)/$(READLINE) $(INST)/$(MPFR)
+$(PIPE) "$(SAGE_SPKG) $(SINGULAR) 2>&1" "tee -a $(SAGE_LOGS)/$(SINGULAR).log"

Expand Down

0 comments on commit 3bf4cab

Please sign in to comment.