Re: [MacPorts] #1581: UPDATE: octave-2.1.55
#1581: UPDATE: octave-2.1.55 --------------------------+-------------------------------- Reporter: persquare@… | Owner: macports-tickets@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.0 Resolution: fixed | Keywords: Port: octave | --------------------------+-------------------------------- Changes (by ryandesign@…): * type: defect => update * port: => octave Old description:
octave-2.1.55
A diff for the portfile can be found here: INLINE
================INLINE CONTENT================
Index: Portfile =============================================================== ==== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/math/octave/Portfile,v retrieving revision 1.1 diff -u -d -b -w -r1.1 Portfile --- Portfile 12 Oct 2003 21:57:38 -0000 1.1 +++ Portfile 3 Mar 2004 21:50:05 -0000 @@ -2,7 +2,7 @@
PortSystem 1.0 name octave -version 2.1.50 +version 2.1.55 categories math science maintainers persquare@users.sourceforge.net platforms darwin @@ -18,26 +18,15 @@ homepage http://www.octave.org master_sites ftp://ftp.octave.org/pub/octave/bleeding-edge/
-checksums md5 14cc00f6dc57fe1f0d1a20568bc609b7 +checksums md5 e066d395e27a72470294edbb2b4c1f97
-depends_build bin:texinfo:texinfo bin:g77:g77 -depends_lib lib:libreadline.4.3:readline +depends_build bin:texinfo:texinfo bin:tex:teTeX bin:g77:g77 +depends_lib lib:libreadline.4.3:readline lib:libhdf5:hdf5 +depends_run bin:gnuplot:gnuplot
configure.env FLIBS="-lg2c" LDFLAGS="-L${prefix}/lib" \ CPPFLAGS="-no-cpp-precomp -I${prefix}/include"
-configure.args --without-hdf5 --without-fftw --without-mpi - -post-configure { - reinplace "s|/\\* #undef HAVE_DYLD_API \\*/|#define HAVE_DYLD_API 1|g" "${worksrcpath}/ config.h" - - reinplace "s|#include <Mach-O/dyld.h>|#include <mach-o/dyld.h>|g" "${worksrcpath}/ liboctave/oct-shlib.cc" - } +configure.args --enable-shared --enable-dl --disable-static --with-hdf5 --without-fftw --without- mpi --infodir=${prefix}/share/info --mandir=${prefix}/share/man
destroot.destdir prefix=${destroot}${prefix} - -variant hdf5 { depends_lib lib:libhdf5:hdf5 - configure.args-delete --without-hdf5 - configure.args-append --with-hdf5 - } -
New description: octave-2.1.55 A diff for the portfile can be found here: INLINE ================INLINE CONTENT================ {{{ Index: Portfile =================================================================== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/math/octave/Portfile,v retrieving revision 1.1 diff -u -d -b -w -r1.1 Portfile --- Portfile 12 Oct 2003 21:57:38 -0000 1.1 +++ Portfile 3 Mar 2004 21:50:05 -0000 @@ -2,7 +2,7 @@ PortSystem 1.0 name octave -version 2.1.50 +version 2.1.55 categories math science maintainers persquare@users.sourceforge.net platforms darwin @@ -18,26 +18,15 @@ homepage http://www.octave.org master_sites ftp://ftp.octave.org/pub/octave/bleeding-edge/ -checksums md5 14cc00f6dc57fe1f0d1a20568bc609b7 +checksums md5 e066d395e27a72470294edbb2b4c1f97 -depends_build bin:texinfo:texinfo bin:g77:g77 -depends_lib lib:libreadline.4.3:readline +depends_build bin:texinfo:texinfo bin:tex:teTeX bin:g77:g77 +depends_lib lib:libreadline.4.3:readline lib:libhdf5:hdf5 +depends_run bin:gnuplot:gnuplot configure.env FLIBS="-lg2c" LDFLAGS="-L${prefix}/lib" \ CPPFLAGS="-no-cpp-precomp -I${prefix}/include" -configure.args --without-hdf5 --without-fftw --without-mpi - -post-configure { - reinplace "s|/\\* #undef HAVE_DYLD_API \\*/|#define HAVE_DYLD_API 1|g" "${worksrcpath}/config.h" - - reinplace "s|#include <Mach-O/dyld.h>|#include <mach-o/dyld.h>|g" "${worksrcpath}/liboctave/oct-shlib.cc" - } +configure.args --enable-shared --enable-dl --disable-static --with-hdf5 --without-fftw --without-mpi --infodir=${prefix}/share/info --mandir=${prefix}/share/man destroot.destdir prefix=${destroot}${prefix} - -variant hdf5 { depends_lib lib:libhdf5:hdf5 - configure.args-delete --without-hdf5 - configure.args-append --with-hdf5 - } - }}} -- -- Ticket URL: <https://trac.macports.org/ticket/1581#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts