gvoysey / corti

A Flexible Modeling Environment for Evaluating Models of Subcortical Auditory Systems
GNU General Public License v3.0
2 stars 0 forks source link

tridiag.so does not compile on windows #1

Closed gvoysey closed 8 years ago

gvoysey commented 8 years ago

This prevents the Verhulst model from running on windows.

from RUN_BMAN.m

%BEFORE THIS WILL RUN YOU NEED TO COMPILE THE tridiag.so %open a terminal: for mac %gcc -shared -fpic -O3 -ffast-math -o tridiag.so cochlea_utils.c %for ubuntu %gcc tridiag.so cochlea_utils.c

%this is very complicated to compile on windows but not impossible..(good luck)

gvoysey commented 8 years ago

resolved on 20 Feb; using roundwindow.ad.bu.edu as a remote python interpreter and using docker to provide a portable image.

gvoysey commented 8 years ago

actually really resolved; see https://github.com/AuditoryBiophysicsLab/verhulst-model-core/tree/master/verhulst_model_core/resources