Skip to content

Commit

Permalink
Support libfann2 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianZaremba committed Dec 9, 2024
1 parent b5b7f89 commit d8d61a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM debian:12 AS builder
# Install system dependencies
# Note: For libfann, Jessie: 2.1.0, Stretch: 2.2.0
RUN echo 'deb [trusted=yes] http://archive.debian.org/debian jessie main' >> /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y build-essential libboost-system-dev libboost-thread-dev \
libexpat1-dev libmatheval-dev libconfig++-dev \
libboost-dev wget libdb5.3++-dev file libfl-dev libc6-dev \
libfann-dev=2.1.0~beta+dfsg-1 libfann2=2.1.0~beta+dfsg-1
libfann-dev libfann2

# Build Libiconv
RUN cd /usr/src && wget https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz && tar -xvf libiconv-1.16.tar.gz
Expand Down
12 changes: 7 additions & 5 deletions data/main_ann.fann

Large diffs are not rendered by default.

0 comments on commit d8d61a4

Please sign in to comment.