mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Add fft and dependent packages
This commit is contained in:
parent
33a49c50af
commit
4748ee862f
@ -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
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user