[SCM] hdf5 branch, master, updated. upstream/1.8.7-138-gda5a487
Sylvestre Ledru
sylvestre.ledru at scilab-enterprises.com
Sun Sep 30 15:40:19 UTC 2012
The following commit has been merged in the master branch:
commit b92d59d6d5b7477a7a7c3a8411bedf65600aa672
Author: Sylvestre Ledru <sylvestre.ledru at scilab-enterprises.com>
Date: Sun Sep 30 16:30:49 2012 +0200
Use general compiler def instead of hardcoded declaration to gcc
diff --git a/debian/rules b/debian/rules
index e7e43b9..df21f4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -116,7 +116,7 @@ configure-stamp: configure-stamp-debian
dh_testdir
-mkdir debian/build
# configure serial version
- cd debian/build && CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" FFLAGS="$(FFLAGS)" CXX=g++ FC=gfortran \
+ cd debian/build && CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" FFLAGS="$(FFLAGS)" CC=/usr/bin/cc CXX=/usr/bin/c++ FC=gfortran \
../../configure $(CONFIGURE_FLAGS) $(SERIAL_ONLY_FLAGS) || { cat config.log; exit 1; }
touch $@
--
Hierarchical Data Format 5 (HDF5)
More information about the Pkg-grass-devel
mailing list