[Bug 416761] Review Request cppad - A Package for Differentiation of C++ Algorithms

bugzilla at redhat.com bugzilla at redhat.com
Thu Dec 27 15:26:17 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request cppad - A Package for Differentiation of C++ Algorithms


https://bugzilla.redhat.com/show_bug.cgi?id=416761





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-12-27 10:26 EST -------
(In reply to comment #16)
> (In reply to comment #15)
> > For 20071225-1:
> > 
> > * Requires:
> >   - %_includedir/%name/local/test_vector.hpp contains
> > ---------------------------------------------------------------
> >    101  # if CPPAD_BOOSTVECTOR
> >    102  # include <boost/numeric/ublas/vector.hpp>
> >    103  # define CPPAD_TEST_VECTOR boost::numeric::ublas::vector
> >    104  # endif
> > ---------------------------------------------------------------
> >     Does this mean that cppad-devel should have
> >     "Requires: boost-devel"?
> 
> The preprocessor symbol CPPAD_TEST_VECTOR is used to change which template
> vector class is used for a large number of the CppAD tests. 
 Okay.

> >   - IMO it is bettar that this package has "Requires:
> >     libstdc++-devel".
> 
> All CppAD requires is a version of C++ that conforms to the language standard;
> see ISO/IEC 14882. 
  Okay.

> > * Timestamps
> >   - As this package installs text files only, keeping timestamps
> >     on installed files is highly preferred.
> >     As "make install" uses install-sh, perhaps the following method
> >     works for keeping timestamps.
> > ---------------------------------------------------------------
> > %install
> > rm -rf $RPM_BUILD_ROOT
> > 
> > export CPPROG="cp -p"
> > make install DESTDIR=$RPM_BUILD_ROOT
> > ---------------------------------------------------------------
> 
> I am not sure what the timestamps should correspond to. 
  Timestamps of the codes in tarball if possible.


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list