@@ -77,29 +77,12 @@ if [ -n "$SAGE_NTL_PREFIX" ]; then
77
77
# SAGE_LOCAL it is useful to pass it.
78
78
export SAGE_CONFIGURE_NTL=" --with-ntl=$SAGE_NTL_PREFIX "
79
79
fi
80
- # The MPFR case is very close to the GMP case above
81
- # This is usually blank if the system MPFR is used, or $SAGE_LOCAL otherwise
82
- export SAGE_MPFR_PREFIX=" @SAGE_MPFR_PREFIX@"
83
- if [ -n " $SAGE_MPFR_PREFIX " ]; then
84
- # Some packages that depend on MPFR accept a --with-mpfr=<prefix> flag to
85
- # their ./configure scripts. Thus we deal with this just as with GMP above.
86
- export SAGE_CONFIGURE_MPFR=" --with-gmp=$SAGE_MPFR_PREFIX "
87
- fi
88
-
89
- # The MPC case is very close to the MPFR case above
90
- # This is usually blank if the system MPC is used, or $SAGE_LOCAL otherwise
91
- export SAGE_MPC_PREFIX=" @SAGE_MPC_PREFIX@"
92
- if [ -n " $SAGE_MPC_PREFIX " ]; then
93
- # Some packages that depend on MPC accept a --with-mpc=<prefix> flag to
94
- # their ./configure scripts. Thus we deal with this just as with GMP above.
95
- export SAGE_CONFIGURE_MPC=" --with-mpc=$SAGE_MPC_PREFIX "
96
- fi
97
80
98
81
# The FLINT case is very close to the MPFR case above
99
82
# This is usually blank if the system FLINT is used, or $SAGE_LOCAL otherwise
100
83
export SAGE_FLINT_PREFIX=" @SAGE_FLINT_PREFIX@"
101
84
if [ -n " $SAGE_FLINT_PREFIX " ]; then
102
85
# Some packages that depend on FLINT accept a --with-flint=<prefix> flag to
103
- # their ./configure scripts. Thus we deal with this just as with GMP above.
86
+ # their ./configure scripts. Thus we deal with this just as with GMP above.
104
87
export SAGE_CONFIGURE_FLINT=" --with-flint=$SAGE_FLINT_PREFIX "
105
88
fi
0 commit comments