view liboctave/octave.in.pc @ 32087:a4fbcbaa0aa2

rename: Consistent behavior cross-platform for existing target file (bug #63803). * liboctave/system/file-ops.cc (octave::sys:rename): Manually enforce consistent behavior on different platforms because the STL allow implementation defined behavior if the target already exists.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 06 May 2023 18:12:59 +0200
parents 26070f36f1e7
children
line wrap: on
line source

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