Path to this page:
./
math/octave,
High-level language, intended for numerical computations
Branch: pkgsrc-2017Q2,
Version: 4.2.0nb10,
Package name: octave-4.2.0nb10,
Maintainer: adamGNU Octave is a high-level language, primarily intended for numerical
computations. It provides a convenient command line interface for
solving linear and nonlinear problems numerically, and for performing
other numerical experiments using a language that is mostly compatible
with Matlab. It may also be used as a batch-oriented language.
Octave has extensive tools for solving common numerical linear algebra
problems, finding the roots of nonlinear equations, integrating
ordinary functions, manipulating polynomials, and integrating ordinary
differential and differential-algebraic equations. It is easily extensible
and customizable via user-defined functions written in Octave's own
language, or using dynamically loaded modules written in C++, C, Fortran,
or other languages.
Required to run:[
sysutils/desktop-file-utils] [
devel/hdf5] [
devel/readline] [
devel/gmake] [
devel/pcre] [
audio/libsndfile] [
graphics/hicolor-icon-theme] [
graphics/gnuplot] [
lang/g95] [
math/lapack] [
math/arpack] [
math/fftw] [
math/fftwf] [
math/blas] [
math/qhull] [
www/curl] [
x11/qt5-qtbase] [
x11/fltk13]
Required to build:[
devel/gperf] [
devel/libtool-fortran] [
lang/ruby23-base] [
lang/python27] [
pkgtools/x11-links] [
pkgtools/cwrappers] [
x11/qt5-qttools] [
x11/fixesproto4] [
x11/damageproto] [
x11/recordproto] [
x11/glproto] [
x11/renderproto] [
x11/xf86vidmodeproto] [
x11/xf86driproto] [
x11/compositeproto] [
x11/inputproto] [
x11/randrproto] [
x11/xcb-proto] [
x11/xextproto] [
x11/dri2proto] [
x11/xproto]
Package options: hdf5, qhull
Master sites: (Expand)
SHA1: 9fac578c08a7efabd79ccc38bc196b9627e3212f
RMD160: 07ff9bae3a0128c93f9113ebf952dea129b58284
Filesize: 24726.712 KB
Version history: (Expand)
- (2017-07-16) Updated to version: octave-4.2.0nb10
- (2017-07-04) Package added to pkgsrc.se, version octave-4.2.0nb9 (created)
CVS history: (Expand)
2017-07-15 20:43:57 by Benny Siegert | Files touched by this commit (2) |
Log message:
Pullup ticket #5504 - requested by maya
math/octave: build fix
Revisions pulled up:
- math/octave/Makefile 1.152
- math/octave/PLIST 1.30
---
Module Name: pkgsrc
Committed By: maya
Date: Mon Jul 3 13:40:00 UTC 2017
Modified Files:
pkgsrc/math/octave: Makefile PLIST
Log message:
Get rid of charset.alias. it creates conflicts with other packages (gdb
being one example), and the logic for building it is conditional, causing
PLIST mismatches for GLIBC users.
Reported by Jason Bacon in pkgsrc-users.
Bump PKGREVISION
|