[arch-commits] Commit in octave/repos (3 files)

Ronald van Haren ronald at archlinux.org
Mon Aug 3 22:07:14 UTC 2009


    Date: Monday, August 3, 2009 @ 18:07:14
  Author: ronald
Revision: 48912

Merged revisions 48911 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/octave/trunk

........
  r48911 | ronald | 2009-08-04 00:06:46 +0200 (Tue, 04 Aug 2009) | 2 lines
  
  upgpkg: octave 3.2.2-1
      bump to latest version; remove install message, it's been long enough now
........

Modified:
  octave/repos/extra-x86_64/	(properties)
  octave/repos/extra-x86_64/PKGBUILD
  octave/repos/extra-x86_64/octave.install

----------------+
 PKGBUILD       |   12 ++++++------
 octave.install |   10 ----------
 2 files changed, 6 insertions(+), 16 deletions(-)


Property changes on: octave/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /octave/trunk:1-46240
   + /octave/trunk:1-48911

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-08-03 22:06:46 UTC (rev 48911)
+++ extra-x86_64/PKGBUILD	2009-08-03 22:07:14 UTC (rev 48912)
@@ -4,16 +4,16 @@
 # Contributor : cyberdune <cyberdune at gmail.com>
 
 pkgname=octave
-pkgver=3.2.0
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('i686' 'x86_64')
 url="http://www.octave.org"
 license=('GPL')
-depends=('fftw' 'pcre' 'curl' 'blas' 'lapack' 'libx11')
+depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11')
 makedepends=('texinfo')
 optdepends=('texinfo: for help-support in octave'
-            'gnuplot: to be able to plot in octave')
+            'gnuplot: alternative plotting')
 provides=(octave3)
 conflicts=(octave3)
 replaces=(octave3)
@@ -21,7 +21,7 @@
 	'octave-3.2.0_as_needed.patch'  'octave-3.2.0_parallel_make.patch')
 options=('!emptydirs')
 install=octave.install
-md5sums=('f7965847648233cd7ed866dd2db3bcdc'
+md5sums=('656d0d11bf9cfea7a4cee226ee63fea7'
          '33c8886cd908ace40f8b60334df1c34f'
          'd59d783a8d7e8d8306caed4b2b8671a4')
 
@@ -36,7 +36,8 @@
   FFLAGS="-O -ffloat-store" \
 
   ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --without-hdf5 --without-umfpack
+  --without-hdf5 --without-umfpack \
+  --enable-shared --disable-static
 
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
@@ -45,4 +46,3 @@
   rm -f dir
   gzip * || return 1
 }
-

Modified: extra-x86_64/octave.install
===================================================================
--- extra-x86_64/octave.install	2009-08-03 22:06:46 UTC (rev 48911)
+++ extra-x86_64/octave.install	2009-08-03 22:07:14 UTC (rev 48912)
@@ -2,16 +2,6 @@
 info_files=(octave.info octave.info-1 octave.info-2 octave.info-3 octave.info-4 octave.info-5)
 
 post_install() {
-cat << _EOF
-
-==>> octave installation notes:
-     ------------------------------------
-     Please note that Octave 3.0 is significantly different from Octave 2.1.x, 
-     particularly with regard to graphics, path handling, and built-in variables. 
-     Please read the NEWS file (http://www.gnu.org/software/octave/NEWS-3.html).
-
-_EOF
-
   for f in ${info_files[@]}; do
     install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
   done




More information about the arch-commits mailing list