No subject


Wed Dec 10 08:32:44 UTC 2008


This is not really useful for the Debian package because only the libtool
scripts and the *.out files are installed.  I will later try to implement
something better using dh_installexamples


 M  +1 -1      sundials/trunk/debian/changelog  
 M  +0 -1      sundials/trunk/debian/rules  


--- sundials/trunk/debian/changelog #4134:4135
@@ -46,7 +46,7 @@
     wget, which works atm. Set gfortran as FORTRAN compiler. Install
     everything from DEB_DESTDIR.
     (DEB_CONFIGURE_EXTRA_FLAGS): Removed --enable-fortran, which is not a
-    valid option. Added option to make examples install.
+    valid option.
     (install/libsundials-serial-dev): Removed target. Better done with
     DEB_INSTALL_MANPAGES.
 
--- sundials/trunk/debian/rules #4134:4135
@@ -8,7 +8,6 @@
 debusr := $(DEB_DESTDIR)usr
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --disable-mpi --enable-examples
-DEB_CONFIGURE_EXTRA_FLAGS += --with-examples-instdir=$(debusr)
 DEB_CONFIGURE_SCRIPT_ENV += F77="gfortran"
 DEB_MAKE_INSTALL_TARGET := install prefix=$(debusr)
 



More information about the Pkg-scicomp-commits mailing list