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

Commit

Permalink
trac #18431: match var/pkg names (fplll->libfplll)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanncohen committed May 16, 2015
1 parent 3ff942a commit 8f7dbe3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build/deps
Expand Up @@ -43,7 +43,7 @@ all-sage: \
$(INST)/$(FFLAS_FFPACK) \
$(INST)/$(FLINT) \
$(INST)/$(FLINTQS) \
$(INST)/$(FPLLL) \
$(INST)/$(LIBFPLLL) \
$(INST)/$(FREETYPE) \
$(INST)/$(GAP) \
$(INST)/$(GD) \
Expand Down Expand Up @@ -235,8 +235,8 @@ $(INST)/$(GF2X):
$(INST)/$(NTL): $(INST)/$(SAGE_MP_LIBRARY) $(INST)/$(GF2X)
+$(PIPE) "$(SAGE_SPKG) $(NTL) 2>&1" "tee -a $(SAGE_LOGS)/$(NTL).log"

$(INST)/$(FPLLL): $(INST)/$(SAGE_MP_LIBRARY) $(INST)/$(MPFR)
+$(PIPE) "$(SAGE_SPKG) $(FPLLL) 2>&1" "tee -a $(SAGE_LOGS)/$(FPLLL).log"
$(INST)/$(LIBFPLLL): $(INST)/$(SAGE_MP_LIBRARY) $(INST)/$(MPFR)
+$(PIPE) "$(SAGE_SPKG) $(LIBFPLLL) 2>&1" "tee -a $(SAGE_LOGS)/$(LIBFPLLL).log"

$(INST)/$(PARI): $(INST)/$(READLINE) $(INST)/$(SAGE_MP_LIBRARY) \
| $(INST)/$(PARI_GALDATA) $(INST)/$(PARI_SEADATA_SMALL)
Expand Down Expand Up @@ -282,7 +282,7 @@ $(INST)/$(FFLAS_FFPACK): $(INST)/$(SAGE_MP_LIBRARY) $(INST)/$(GIVARO) \
+$(PIPE) "$(SAGE_SPKG) $(FFLAS_FFPACK) 2>&1" "tee -a $(SAGE_LOGS)/$(FFLAS_FFPACK).log"

$(INST)/$(LINBOX): $(INST)/$(SAGE_MP_LIBRARY) $(INST)/$(NTL) $(INST)/$(GIVARO) \
$(INST)/$(MPFR) $(INST)/$(FPLLL) $(INST)/$(IML) \
$(INST)/$(MPFR) $(INST)/$(LIBFPLLL) $(INST)/$(IML) \
$(INST)/$(M4RI) $(INST)/$(M4RIE) $(INST)/$(FFLAS_FFPACK)
+$(PIPE) "$(SAGE_SPKG) $(LINBOX) 2>&1" "tee -a $(SAGE_LOGS)/$(LINBOX).log"

Expand Down Expand Up @@ -489,7 +489,7 @@ $(INST)/sage: \
$(INST)/$(ECLIB) \
$(INST)/$(ECM) \
$(INST)/$(FLINT) \
$(INST)/$(FPLLL) \
$(INST)/$(LIBFPLLL) \
$(INST)/$(GD) \
$(INST)/$(GIVARO) \
$(INST)/$(GLPK) \
Expand Down
2 changes: 1 addition & 1 deletion build/install
Expand Up @@ -317,7 +317,7 @@ ELLIPTIC_CURVES=`newest_version elliptic_curves`
FFLAS_FFPACK=`newest_version fflas_ffpack`
FLINT=`newest_version flint`
FLINTQS=`newest_version flintqs`
FPLLL=`newest_version libfplll`
LIBFPLLL=`newest_version libfplll`
FREETYPE=`newest_version freetype`
GAP=`newest_version gap`
GCC=`newest_version gcc`
Expand Down

0 comments on commit 8f7dbe3

Please sign in to comment.