Neil Hopcroft

A digital misfit

Archive for June 2016

Adding project of-zeromq

The zeromq package has no dependencies. It has a src/ directory containing a bootstrap script. It requires the zeromq library. Fixed in build #4.

Adding project of-netcdf

The netcdf package has no dependencies. The package has a src/ directory containing autogen.sh to create a configure script.

Adding project of-tsa

The tsa package has no dependencies, it contains a src/ directory with a Makefile. It also has a hidden dependency upon NaN, from which it uses a few files: covm_mex.cpp, sumskipnan_mex.cpp and histo_mex.cpp

Adding libzmq project

The ZeroMQ library is an IPC communication library. It is built using a standard ./autogen.sh, ./configure, make process. Fixed in build #1.

Adding project of-tisean

The tisean package depends upon signal. It has a src/ directory and a makefile in its base directory. making this project allows the build to succeed. Fixed in build #3.

Adding project of-sparsersb

The sparsersb package has no dependencies on other octave packages but does have a build dependency upon librsb. It contains a src/ directory which has an autogen.sh script. Its build fails: In file included from sparsersb.cc:77:0: /usr/local/include/octave-4.1.0+/octave/../octave/oct-alloc.h:30:34: error: expected unqualified-id before numeric constant #define DECLARE_OCTAVE_ALLOCATOR 1 ^ sparsersb.cc:1242:3: note: in expansion of macro ‘DECLARE_OCTAVE_ALLOCATOR’ DECLARE_OCTAVE_ALLOCATOR […]

Adding project of-bsltl

Adding bsltl as a new project, the code does not include a src/ directory, but it does include a makefile, which contains a series of targets to make the distributable, check it and install it. This project depends upon of-control and of-signal.

Adding project of-secs

This project consists of three packages, secs1d, secs2d and secs3d. secs1d depends upon bim, secs2d has no dependencies and secs3d depends upon bim and fpl. Each of the packages has its own subdirectory. secs1d and secs3d have no src/ directory and can both be installed directly. secs2d has a src/ directory containing a makefile. The […]

of-nan build break – build #9

Build #9 of of-nan broke with this error: /usr/include/c++/4.8.3/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options. Which seems a little strange. There were no changes in build #9 itself, so the […]