help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Loading and average PGM files


From: Mathieu
Subject: Re: Loading and average PGM files
Date: Wed, 27 Jun 2012 02:43:58 -0700 (PDT)

I already did : dpkg-buildpackage. My current debian/rules looks like that :

PACKAGENAME=graphicsmagick

configure: configure-stamp
configure-stamp:
        dh_testdir

        if test -f config.sub; then \
                mv config.sub config.sub.debsave; \
        fi
        if test -f config.guess; then \
                mv config.guess config.guess.debsave; \
        fi

        ln -sf /usr/share/misc/config.sub .
        ln -sf /usr/share/misc/config.guess .

        CFLAGS="$(CFLAGS)" CXXFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
            ./configure $(gm_confflags) \
                --enable-shared \
                --enable-static \
                --enable-libtool-verbose \
                --prefix=/usr \
                --mandir=\$${prefix}/share/man \
                --infodir=\$${prefix}/share/info \
                --docdir=\$${prefix}/share/doc/graphicsmagick \
                --with-gs-font-dir=/usr/share/fonts/type1/gsfonts \
                --with-x \
                --x-includes=/usr/include/X11 \
                --x-libraries=/usr/lib/X11 \
                --without-dps \
                --without-modules \
                --without-frozenpaths \
                --with-perl \
                --with-perl-options="INSTALLDIRS=vendor" \
                --with-quantum-depth=16

        touch configure-stamp

build: build-arch build-indep

build-arch: build-arch-stamp
build-arch-stamp:  configure-stamp
        dh_testdir

And yes, I installed the self-compiled graphicsmagick packages before
building Octave.

Mathieu

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Loading-and-average-PGM-files-tp4630784p4631011.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]