view libinterp/octinterp.in.pc @ 30218:750de16fd35c

nchoosek.m: Fix algorithm for even K in cset f5aba4d7e651 (bug #61191). * nchoosek.m: When doing pairwise multiplication, flip the second range so that an even number is always multiplied by an odd number.
author Rik <rik@octave.org>
date Wed, 29 Sep 2021 09:57:01 -0700
parents 26070f36f1e7
children
line wrap: on
line source

Name: @PACKAGE_NAME@
Description: C++ interface to GNU Octave interpreter.
URL: https://www.octave.org
Version: @PACKAGE_VERSION@
Requires: octave = @PACKAGE_VERSION@
Requires.private:
Libs: -L@octlibdir@ @LIBOCTINTERP@
Libs.private:
Cflags: -I@octincludedir@/..