Merge pull request #967 from phadej/fft

Add fft and dependent packages
This commit is contained in:
Michael Snoyman 2015-11-08 09:28:29 -08:00
commit 05071f038d
2 changed files with 7 additions and 1 deletions

View File

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

View File

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