SPECS: octave.spec - make it compile with hdf5 1.8.x by forcing API version...
hawk
hawk at pld-linux.org
Sun Jun 29 18:09:15 CEST 2008
Author: hawk Date: Sun Jun 29 16:09:15 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- make it compile with hdf5 1.8.x by forcing API version to be used
- still doesn't build, DESTDIR problem:
install -d /usr/lib/octave/3.0.1/site/oct/i686-pld-linux-gnu
install: cannot create directory `/usr/lib/octave': Permission denied
---- Files affected:
SPECS:
octave.spec (1.99 -> 1.100)
---- Diffs:
================================================================
Index: SPECS/octave.spec
diff -u SPECS/octave.spec:1.99 SPECS/octave.spec:1.100
--- SPECS/octave.spec:1.99 Sat Jun 28 11:51:34 2008
+++ SPECS/octave.spec Sun Jun 29 18:09:09 2008
@@ -276,7 +276,7 @@
%build
cp -f /usr/share/automake/config.sub .
CFLAGS="%{rpmcflags} -I/usr/include/ncurses" ; export CFLAGS
-CPPFLAGS="%{rpmcflags} -I/usr/include/ncurses" ; export CPPFLAGS
+CPPFLAGS="%{rpmcflags} -I/usr/include/ncurses -DH5_USE_16_API" ; export CPPFLAGS
%{__autoconf}
%configure \
--with-f77=gfortran \
@@ -373,6 +373,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.100 2008/06/29 16:09:09 hawk
+- make it compile with hdf5 1.8.x by forcing API version to be used
+- still doesn't build, DESTDIR problem:
+ install -d /usr/lib/octave/3.0.1/site/oct/i686-pld-linux-gnu
+ install: cannot create directory `/usr/lib/octave': Permission denied
+
Revision 1.99 2008/06/28 09:51:34 arekm
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/octave.spec?r1=1.99&r2=1.100&f=u
More information about the pld-cvs-commit
mailing list