Changeset: 6906668dcd80 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6906668dcd80
Modified Files:
        debian/control
        debian/rules
Branch: oscar
Log Message:

dh_auto_configure apparently can deal with cmake.


diffs (86 lines):

diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: MonetDB BV <i...@monetdb.org
 Homepage: https://www.monetdb.org/
 Vcs-Browser: https://dev.monetdb.org/hg/MonetDB/
 Vcs-Hg: https://dev.monetdb.org/hg/MonetDB/
-Build-Depends: debhelper (>= 9), autotools-dev, bison,
+Build-Depends: debhelper (>= 9), cmake, bison,
  libbz2-dev, libcurl4-gnutls-dev, libgeos-dev (>= 3.4.0),
  libpcre3-dev, libreadline-dev, liblzma-dev,
  libssl-dev, libxml2-dev, pkg-config,
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
@@ -13,43 +13,33 @@ DH_VERBOSE=1
 
 override_dh_auto_configure:
        dh_auto_configure -- \
-       --with-rundir=/run/monetdb \
-       --enable-assert=no \
-       --enable-debug=yes \
-       --enable-developer=no \
-       --enable-embedded=no \
-       --enable-embedded-r=no \
-       --enable-fits=yes \
-       --enable-geom=yes \
-       --enable-mapi=yes \
-       --enable-netcdf=no \
-       --enable-odbc=yes \
-       --enable-optimize=yes \
-       --enable-profiler=no \
-       --enable-py3integration=yes \
-       --enable-rintegration=yes \
-       --enable-sanitizer=no \
-       --enable-shp=no \
-       --enable-static-analysis=no \
-       --enable-strict=no \
-       --enable-testing=yes \
-       --with-bz2=yes \
-       --with-curl=yes \
-       --with-gdal=no \
-       --with-geos=yes \
-       --with-libxml2=yes \
-       --with-lz4=no \
-       --with-lzma=yes \
-       --with-openssl=yes \
-       --with-proj=no \
-       --with-pthread=yes \
-       --with-python3=yes \
-       --with-readline=yes \
-       --with-regex=PCRE \
-       --with-snappy=no \
-       --with-unixodbc=yes \
-       --with-uuid=yes \
-       --with-valgrind=no
+       -DASSERT=OFF \
+       -DCINTEGRATION=ON \
+       -DFITS=ON \
+       -DGEOM=ON \
+       -DINT128=ON \
+       -DNETCDF=OFF \
+       -DODBC=ON \
+       -DPY3INTEGRATION=ON \
+       -DRINTEGRATION=ON \
+       -DSANITIZER=OFF \
+       -DSHP=OFF \
+       -DSTRICT=OFF \
+       -DTESTING=ON \
+       -DWITH_BZ2=ON \
+       -DWITH_CMOCKA=OFF \
+       -DWITH_CRYPTO=ON \
+       -DWITH_CURL=ON \
+       -DWITH_LZ4=OFF \
+       -DWITH_LZMA=ON \
+       -DWITH_PCRE=ON \
+       -DWITH_PROJ=OFF \
+       -DWITH_READLINE=ON \
+       -DWITH_SNAPPY=OFF \
+       -DWITH_UUID=ON \
+       -DWITH_VALGRIND=OFF \
+       -DWITH_XML2=ON \
+       -DWITH_ZLIB=ON
 
 # currently the test suite fails
 override_dh_auto_test:
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to