Update of /cvsroot/monetdb/geom
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15070
Modified Files:
MonetDB-geom.spec.in
Log Message:
propagated changes of Monday Jun 09 2008 - Tuesday Jun 10 2008
from the Geom_0-4 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/09 - stmane: MonetDB-geom.spec.in,1.1.2.2
For convenience of both developers and users as well as to comply even more
with open source standards, we now set/use the following defaults for the
configure options
--enable-strict, --enable-assert, --enable-debug, --enable-optimize
(Unless specified differently, the same defaults are used for both the
"Stable" release branches and the "Current" development trunk.)
When compiling from CVS sources
(as mainly done by developers):
strict=yes assert=yes debug=yes optimize=no (*)
When compiling from packaged/distributed sources (i.e., tarballs)
(as mainly done by users):
strict=no assert=no debug=no optimize=no (*)
For building binary distributions (RPMs, MSIs):
strict=no assert=no debug=no optimize=yes
With nightly testing for the "Stable" release branches:
strict=yes assert=no debug=no optimize=yes
With nightly testing for the "Current" development trunk:
strict=yes assert=yes debug=no optimize=yes
(*)
IMPORTANT NOTE:
Since "--enable-optimize=yes" is no longer the default for any case except
binary packages, it is *strongly recommended* to (re)compile everything from
scratch, *explicitly configured* with
"--enable-debug=no --enable-optimize=yes",
in case you want/need to run any performance experiments with MonetDB!
(Please note:
"--enable-X=yes" is equivalent to "--enable-X", and
"--enable-X=no" is equivalent to "--disable-X".)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: MonetDB-geom.spec.in
===================================================================
RCS file: /cvsroot/monetdb/geom/MonetDB-geom.spec.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- MonetDB-geom.spec.in 27 May 2008 14:20:18 -0000 1.2
+++ MonetDB-geom.spec.in 10 Jun 2008 07:54:09 -0000 1.3
@@ -129,14 +129,16 @@
%build
%configure \
- --enable-assert=no \
- --enable-optimize \
- --enable-bits=%{bits} \
- %{?oid32:--enable-oid32} \
- %{?comp_cc:CC="%{comp_cc}"} \
- --with-monetdb=%{_prefix} \
- %{?_with_monetdb4} %{?_without_monetdb4} \
- %{?_with_monetdb5} %{?_without_monetdb5}
+ --enable-strict=no \
+ --enable-assert=no \
+ --enable-debug=no \
+ --enable-optimize=yes \
+ --enable-bits=%{bits} \
+ %{?oid32:--enable-oid32} \
+ %{?comp_cc:CC="%{comp_cc}"} \
+ --with-monetdb=%{_prefix} \
+ %{?_with_monetdb4} %{?_without_monetdb4} \
+ %{?_with_monetdb5} %{?_without_monetdb5}
make
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins