Mailinglist Archive: opensuse-commit (1942 mails)
| < Previous | Next > |
commit hdf5
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 11 Nov 2008 15:33:18 +0100
- Message-id: <20081111143318.B7EFE678162@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package hdf5
checked in at Tue Nov 11 15:33:18 CET 2008.
--------
--- hdf5/hdf5.changes 2008-07-09 09:52:21.000000000 +0200
+++ /mounts/work_src_done/STABLE/hdf5/hdf5.changes 2008-11-11
11:50:33.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Nov 11 11:49:54 CET 2008 - pgajdos@xxxxxxx
+
+- fixing build of fortran interface moved to the future
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hdf5.spec ++++++
--- /var/tmp/diff_new_pack.L20085/_old 2008-11-11 15:32:37.000000000 +0100
+++ /var/tmp/diff_new_pack.L20085/_new 2008-11-11 15:32:37.000000000 +0100
@@ -2,9 +2,16 @@
# spec file for package hdf5 (Version 1.8.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -13,7 +20,7 @@
Name: hdf5
Version: 1.8.1
-Release: 1
+Release: 29
Summary: Hierarchical Data File Format Version 5
License: Apache-like
Group: Development/Libraries/Parallel
@@ -111,16 +118,16 @@
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
export CPPFLAGS="$RPM_OPT_FLAGS"
export F9X=gfortran CXX=g++
-%configure --with-ssl --enable-cxx --enable-fortran \
- --with-pthread DESTDIR=$RPM_BUILD_ROOT exec_prefix=/usr prefix=/usr
+%configure --with-ssl --enable-cxx \#--enable-fortran \
+ --with-pthread exec_prefix=/usr prefix=/usr
%{__make}
%install
%makeinstall docdir=${RPM_BUILD_ROOT}%{_docdir}
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la $RPM_BUILD_ROOT/%{_libdir}/*.settings
#Fortran modules
-mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/gfortran/modules
-mv ${RPM_BUILD_ROOT}%{_includedir}/*.mod
${RPM_BUILD_ROOT}%{_libdir}/gfortran/modules/
+#mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/gfortran/modules
+#mv ${RPM_BUILD_ROOT}%{_includedir}/*.mod
${RPM_BUILD_ROOT}%{_libdir}/gfortran/modules/
%fdupes -s $RPM_BUILD_ROOT%{_datadir}
%clean
@@ -158,13 +165,13 @@
%defattr(0755,root,root)
%{_libdir}/libhdf5.so.*
%{_libdir}/libhdf5_cpp.so.*
-%{_libdir}/libhdf5_fortran.so.*
+#%{_libdir}/libhdf5_fortran.so.*
%files -n libhdf5_hl0
%defattr(0755,root,root)
%{_libdir}/libhdf5_hl.so.*
%{_libdir}/libhdf5_hl_cpp.so.*
-%{_libdir}/libhdf5hl_fortran.so.*
+#%{_libdir}/libhdf5hl_fortran.so.*
%files devel
%defattr(-,root,root,-)
@@ -174,12 +181,14 @@
%{_includedir}/*.h
%{_libdir}/*.a
%{_libdir}/*.so
-%{_bindir}/h5fc
-%dir %{_libdir}/gfortran
-%dir %{_libdir}/gfortran/modules
-%{_libdir}/gfortran/modules/*.mod
+#%{_bindir}/h5fc
+#%dir %{_libdir}/gfortran
+#%dir %{_libdir}/gfortran/modules
+#%{_libdir}/gfortran/modules/*.mod
%changelog
+* Tue Nov 11 2008 pgajdos@xxxxxxx
+- fixing build of fortran interface moved to the future
* Wed Jul 02 2008 pgajdos@xxxxxxx
- updated to 1.8.1 [bnc#401626]
* Enhanced group object management
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |