Add fft and dependent packages

This commit is contained in:
Oleg Grenrus 2015-11-08 18:12:31 +02:00
parent 33a49c50af
commit 4748ee862f
2 changed files with 7 additions and 1 deletions

View File

@ -920,6 +920,11 @@ packages:
- monad-time
- these
# fft
- carray
- ix-shapable
- fft
# Regex packages by Chris Kuklewicz
- regex-base
- regex-compat
@ -1807,6 +1812,7 @@ skipped-tests:
- MissingH
# https://github.com/Soostone/retry/issues/30
- retry
- fft
# https://github.com/fpco/stackage/issues/602
- aws

View File

@ -23,7 +23,6 @@ apt-get install -y \
libblas-dev \
libbz2-dev \
libcairo2-dev \
libtagc0-dev \
libcurl4-openssl-dev \
libdevil-dev \
libedit-dev \
@ -57,6 +56,7 @@ apt-get install -y \
libsnappy-dev \
libsqlite3-dev \
libssl-dev \
libtagc0-dev \
libudev-dev \
libusb-1.0-0-dev \
libxau-dev \