apophenia icon indicating copy to clipboard operation
apophenia copied to clipboard

A C library for statistical and scientific computing

Results 13 apophenia issues
Sort by recently updated
recently updated
newest added

I was compiling on a recent version of msys2 on Windows 11 and had 1 test failure: apop_arms_settings_init: init failed, error 1004. Returning NULL To get this to compile on...

I am trying to build `apophenia` from the latest commit, and configure (autoconf, in effect) ignores arguments passed: 1. `--build=` is ignored, and configure forced cpu_arch instead of build_arch. 2....

Two object files build with no symbols on macOS 10.6.8: ``` /opt/local/bin/ranlib: file: .libs/libapophenia.a(asprintf.o) has no symbols /opt/local/bin/ranlib: file: .libs/libapophenia.a(libapopmodel_la-apop_wishart.o) has no symbols ranlib: file: .libs/libapophenia.a(asprintf.o) has no symbols ranlib:...

I am trying to build the latest commit from here on 10.6 for PPC, and get the following error: ``` Undefined symbols: "_gomp_thread_attr", referenced from: _gomp_run_sched_chunk in libgomp.a(env.o) ld: symbol(s)...

Hello, I've just installed apophenia on my system running Ubuntu 20.04 (libgsl23). The first example, `census.c` from the page , compiles well: $ make census cc -Wall -Wextra -g census.c...

Hi, I recently upgraded all the packages in my OS , and unfortunately, can't get apophenia to run: >>> ld-elf.so.1: Shared object "libmysqlclient.so.18" not found, required by "libapophenia.so.2" Is there...

Hi, Just wanted to clarify. The plot function may also have been deprecated- many of the examples from the book don't work. Can you please provide list of errata or...

apop_db_mysql.c includes my_global.h, my_sys.h and mysql.h. Only the last one is needed, and in 8.0 the former two have been removed completely.

I was trying to replicate the 'replication' example in your blog https://modelingwithdata.org/arch/00000165.htm. Unfortunately, the examples did not work. I ran into 2 issues. 1) replication.c:51:13: error: no member named 'thread_count'...

Hi, Are there some examples of portfolio optimization with this lib? I've been trying to get something like scs (https://github.com/cvxgrp/scs) to work with apophenia. unfortunately, am not really sure how...