Opened 20 years ago

Last modified 8 years ago

#1581 closed update

UPDATE: octave-2.1.55 — at Initial Version

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

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@… 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
  • }

-

Change History (0)

Note: See TracTickets for help on using tickets.