Re-separated them.

This commit is contained in:
Michael Hoffmann 2006-04-18 09:55:19 +00:00
parent 8a73f56293
commit 423c42ef94
3 changed files with 18 additions and 3 deletions

1
.gitattributes vendored
View File

@ -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

View File

@ -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 =

View File

@ -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