Neil Hopcroft

A digital misfit

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 […]

Adding project of-octcdf

The octcdf package doesn’t have any dependencies, it is described as being obsolete, now replaced by netcdf, however it appears to have recent development. It contains a src/ directory with a configure script.

Adding project of-ocs

The ocs package depends upon the odepkg package. It contains a src/ directory with a makefile.