mirror of https://github.com/CGAL/cgal
Re-separated them.
This commit is contained in:
parent
8a73f56293
commit
423c42ef94
|
|
@ -490,6 +490,7 @@ Installation/config/support/S11-TAUCSMS -text
|
|||
Installation/config/support/S15-X11 -text
|
||||
Installation/config/support/S20-GMP -text
|
||||
Installation/config/support/S21-GMPXX -text
|
||||
Installation/config/support/S23-MPFR -text
|
||||
Installation/config/support/S30-CORE -text
|
||||
Installation/config/support/S32-CGALCORE -text
|
||||
Installation/config/support/S40-ZLIB -text
|
||||
|
|
|
|||
|
|
@ -1,11 +1,10 @@
|
|||
# GNU Multiple Precision Arithmetic Library (http://www.swox.com/gmp/)
|
||||
# Within CGAL, we also need MPFR (http://www.mpfr.org/)
|
||||
|
||||
DESCRIPTION =
|
||||
PROVIDES = GMP MPFR
|
||||
PROVIDES = GMP
|
||||
CXXFLAGS =
|
||||
LDFLAGS =
|
||||
LIBS = mpfr gmp
|
||||
LIBS = gmp
|
||||
REQUIRES =
|
||||
INCOMPATIBLE =
|
||||
STDINCLDIRS =
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
# multiple-precision floating-point computations with exact rounding (http://www.mpfr.org/)
|
||||
|
||||
DESCRIPTION =
|
||||
PROVIDES = MPFR
|
||||
CXXFLAGS =
|
||||
LDFLAGS =
|
||||
LIBS = mpfr
|
||||
REQUIRES = GMP
|
||||
INCOMPATIBLE =
|
||||
STDINCLDIRS =
|
||||
INCLTHING =
|
||||
STDLIBDIRS =
|
||||
LIBTHING =
|
||||
|
||||
# EOF
|
||||
Loading…
Reference in New Issue