[Lunar-commits] r15685 - moonbase/trunk/libs/gmp

Auke Kok sofar at lunar-linux.org
Mon Jul 11 10:16:23 UTC 2005


Author: sofar
Date: 2005-07-11 10:16:21 +0000 (Mon, 11 Jul 2005)
New Revision: 15685

Added:
   moonbase/trunk/libs/gmp/BUILD
Log:
gmp needs to be compiled with some math extension otherwise gcc >> 4.0 can't compile f95 support. This adds that support and also the 'make check' call which is _required_ according to their website. Tested with i686/O3 on a 2.4 system and gcc-3.3.3.


Added: moonbase/trunk/libs/gmp/BUILD
===================================================================
--- moonbase/trunk/libs/gmp/BUILD	2005-07-11 09:25:50 UTC (rev 15684)
+++ moonbase/trunk/libs/gmp/BUILD	2005-07-11 10:16:21 UTC (rev 15685)
@@ -0,0 +1,10 @@
+(
+
+  OPTS="--enable-mpfr" &&
+  default_config &&
+  make &&
+  prepare_install &&
+  make check &&
+  make install
+
+) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list