Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#1659 closed update (fixed)

UPDATE: octave-2.1.57

Reported by: persquare@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: octave

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/math/octave/Portfile,v
retrieving revision 1.2
diff -u -d -b -w -u -w -r1.2 Portfile
--- Portfile    20 Mar 2004 14:44:02 -0000      1.2
+++ Portfile    24 Mar 2004 19:37:20 -0000
@@ -2,7 +2,7 @@
 
 PortSystem     1.0
 name           octave
-version                2.1.55
+version                2.1.57
 categories     math science
 maintainers     persquare@users.sourceforge.net
 platforms      darwin
@@ -18,15 +18,15 @@
 homepage       http://www.octave.org
 master_sites   ftp://ftp.octave.org/pub/octave/bleeding-edge/
 
-checksums      md5 e066d395e27a72470294edbb2b4c1f97
+checksums      md5 a0171814e005ce6d77365e7d831eef45
 
 depends_build   bin:texinfo:texinfo bin:tex:teTeX bin:g77:g77
-depends_lib     lib:libreadline.4.3:readline lib:libhdf5:hdf5
+depends_lib     lib:libreadline.4.3:readline lib:libhdf5:hdf5 lib:libfftw3:fftw-3
 depends_run    bin:gnuplot:gnuplot
 
 configure.env   FLIBS="-lg2c" LDFLAGS="-L${prefix}/lib" \
                CPPFLAGS="-no-cpp-precomp -I${prefix}/include"
 
-configure.args --enable-shared --enable-dl --disable-static --with-hdf5 --without-fftw --without-mpi --infodir=${prefix}/share/info --mandir=${prefix}/share/man
+configure.args --enable-shared --enable-dl --disable-static --with-hdf5 --with-fftw --without-mpi --infodir=${prefix}/share/info --mandir=${prefix}/share/man
  
 destroot.destdir       prefix=${destroot}${prefix}

Change History (2)

comment:1 Changed 20 years ago by matt@…

Resolution: fixed
Status: newclosed

Committed. Thanks Per!

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: octave added
Type: defectupdate
Note: See TracTickets for help on using tickets.